From 5131e23a260d6e9486958491ff3122c8d9766721 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-databind Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.15.2 to 2.21.2. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.2 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..3e23391b 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.2" + implementation "com.fasterxml.jackson.core:jackson-core:2.21.2" + implementation "com.fasterxml.jackson.core:jackson-databind:2.21.2" implementation 'edu.wpi.first.thirdparty.frc2025.opencv:opencv-java:4.10.0-3' }