File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/main/java/edu/wpi/first/gradlerio/wpi Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ repositories {
1515}
1616
1717dependencies {
18- api ' com.google.code.gson:gson:2.8.6 '
18+ api ' com.google.code.gson:gson:2.13.1 '
1919
2020 api ' edu.wpi.first:native-utils:2025.9.1'
2121
@@ -24,7 +24,7 @@ dependencies {
2424 testImplementation(' org.spockframework:spock-core:2.0-M4-groovy-3.0' ) {
2525 exclude group : ' org.codehaus.groovy'
2626 }
27- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.7.1 " )
27+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.13.4 " )
2828 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
2929 testImplementation gradleTestKit()
3030}
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ public abstract class WPIVersionsExtension {
1010 private static final String niLibrariesVersion = "2025.2.0" ;
1111 private static final String opencvVersion = "4.10.0-3" ;
1212 private static final String imguiVersion = "1.89.9-1" ;
13- private static final String ejmlVersion = "0.43.1 " ;
14- private static final String jacksonVersion = "2.15 .2" ;
15- private static final String quickbufVersion = "1.3.3 " ;
13+ private static final String ejmlVersion = "0.44.0 " ;
14+ private static final String jacksonVersion = "2.19 .2" ;
15+ private static final String quickbufVersion = "1.4 " ;
1616 private static final String wpimathVersion = "2025.3.2" ;
1717
1818 private static final String smartDashboardVersion = "2025.3.2" ;
You can’t perform that action at this time.
0 commit comments