From 4337ad290a121cdb7a71c499f59f7d44143f2f2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 22:04:00 +0000 Subject: [PATCH] chore(deps): bump com.fasterxml.jackson.core:jackson-annotations Bumps [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) from 2.15.2 to 2.21. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-version: '2.21' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- third_party/maple-sim/project/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/third_party/maple-sim/project/build.gradle b/third_party/maple-sim/project/build.gradle index 1e2e3d29..f28b9107 100644 --- a/third_party/maple-sim/project/build.gradle +++ b/third_party/maple-sim/project/build.gradle @@ -47,9 +47,9 @@ dependencies { implementation "edu.wpi.first.wpilibNewCommands:wpilibNewCommands-java:$wpilibVersion" implementation "edu.wpi.first.hal:hal-java:$wpilibVersion" implementation "org.ejml:ejml-simple:0.44.0" - implementation "com.fasterxml.jackson.core:jackson-annotations:2.15.2" - implementation "com.fasterxml.jackson.core:jackson-core:2.15.2" - implementation "com.fasterxml.jackson.core:jackson-databind:2.15.2" + implementation "com.fasterxml.jackson.core:jackson-annotations:2.21" + implementation "com.fasterxml.jackson.core:jackson-core:2.21" + implementation "com.fasterxml.jackson.core:jackson-databind:2.21" implementation 'edu.wpi.first.thirdparty.frc2025.opencv:opencv-java:4.10.0-3' }