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 @@ -19,7 +19,7 @@ configurations {
1919}
2020
2121dependencies {
22- api ' com.google.code.gson:gson:2.8.6 '
22+ api ' com.google.code.gson:gson:2.13.1 '
2323
2424 api ' edu.wpi.first:native-utils:2025.9.1'
2525
@@ -28,7 +28,7 @@ dependencies {
2828 testImplementation(' org.spockframework:spock-core:2.0-M4-groovy-3.0' ) {
2929 exclude group : ' org.codehaus.groovy'
3030 }
31- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.7.1 " )
31+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.13.4 " )
3232 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
3333 testImplementation gradleTestKit()
3434
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