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"