From ef8da0ed5c71eff89b399a5d7291807ee13c0a0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 22:03:06 +0000 Subject: [PATCH] chore(deps): bump edu.wpi.first.NativeUtils from 2025.9.0 to 2026.0.1 Bumps edu.wpi.first.NativeUtils from 2025.9.0 to 2026.0.1. --- updated-dependencies: - dependency-name: edu.wpi.first.NativeUtils dependency-version: 2026.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- third_party/maple-sim/project/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/maple-sim/project/build.gradle b/third_party/maple-sim/project/build.gradle index 13fe2200..ec8f8b00 100644 --- a/third_party/maple-sim/project/build.gradle +++ b/third_party/maple-sim/project/build.gradle @@ -3,7 +3,7 @@ plugins { id 'java' id 'google-test' id 'edu.wpi.first.wpilib.repositories.WPILibRepositoriesPlugin' version '2025.0' - id 'edu.wpi.first.NativeUtils' version '2025.9.0' + id 'edu.wpi.first.NativeUtils' version '2026.0.1' id 'edu.wpi.first.GradleJni' version '1.1.0' id 'edu.wpi.first.GradleVsCode' version '2.1.0' id "edu.wpi.first.GradleRIO" version "2026.2.1"