diff --git a/build.gradle b/build.gradle index 9720092..118b1ed 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ dependencies { nativeZip wpi.deps.vendor.jni(wpi.platforms.roborio) nativeDesktopZip wpi.deps.vendor.jni(wpi.platforms.desktop) - testImplementation 'junit:junit:4.12' + testImplementation 'junit:junit:4.13.2' // Enable simulation gui support. Must check the box in vscode to enable support // upon debugging