From 346cd9ed9c7db57b59f50ac7a8eaee33d5bf8eb5 Mon Sep 17 00:00:00 2001 From: Thad House Date: Fri, 10 Apr 2026 21:12:18 -0700 Subject: [PATCH] [build] Update native utils to fix new mac builds (#8752) --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6ce6db342d..7498fa3e6b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -28,7 +28,7 @@ mockito-core = { module = "org.mockito:mockito-core", version = "4.1.0" } # Note that these are also Gradle plugins and cannot be used with the plugin specification # due to their presence on the classpath without version information. wpilib-gradle-vscode = { module = "org.wpilib:gradle-cpp-vscode", version = "2027.0.0" } -wpilib-native-utils = { module = "org.wpilib:native-utils", version = "2027.4.1" } +wpilib-native-utils = { module = "org.wpilib:native-utils", version = "2027.5.1" } [bundles] ejml = ["ejml-simple"] @@ -48,6 +48,6 @@ wpilib-gradle-jni = { id = "org.wpilib.GradleJni", version = "2027.0.0" } # Note: these plugins can't be used. Their JARs are on the classpath for buildSrc, # which doesn't retain version information. # wpilib-gradle-vscode = { id = "org.wpilib.GradleVsCode", version = "2027.0.0" } -# wpilib-native-utils = { id = "org.wpilib.NativeUtils", version = "2027.4.1" } +# wpilib-native-utils = { id = "org.wpilib.NativeUtils", version = "2027.5.1" } wpilib-repositories = { id = "org.wpilib.WPILibRepositoriesPlugin", version = "2027.0.0" } wpilib-versioning = { id = "org.wpilib.WPILibVersioningPlugin", version = "2027.0.1" }