From 5955acbb54eb42aaeb6aace72f1caaace31f2557 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 22:02:57 +0000 Subject: [PATCH] chore(deps): bump org.ejml:ejml-simple from 0.43.1 to 0.44.0 Bumps [org.ejml:ejml-simple](https://github.com/lessthanoptimal/ejml) from 0.43.1 to 0.44.0. - [Release notes](https://github.com/lessthanoptimal/ejml/releases) - [Changelog](https://github.com/lessthanoptimal/ejml/blob/SNAPSHOT/docs/release-checklist.txt) - [Commits](https://github.com/lessthanoptimal/ejml/compare/v0.43.1...v0.44.0) --- updated-dependencies: - dependency-name: org.ejml:ejml-simple dependency-version: 0.44.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..1e2e3d29 100644 --- a/third_party/maple-sim/project/build.gradle +++ b/third_party/maple-sim/project/build.gradle @@ -46,7 +46,7 @@ dependencies { implementation "edu.wpi.first.wpiunits:wpiunits-java:$wpilibVersion" implementation "edu.wpi.first.wpilibNewCommands:wpilibNewCommands-java:$wpilibVersion" implementation "edu.wpi.first.hal:hal-java:$wpilibVersion" - implementation "org.ejml:ejml-simple:0.43.1" + 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"