Skip to content

Commit

Permalink
Update junit to 4.13.1 (#523)
Browse files Browse the repository at this point in the history
Jackson is forcing an upgrade, so explicitly list the upgraded version
  • Loading branch information
ThadHouse authored Jan 21, 2022
1 parent 3578537 commit 9c1f190
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vscode-wpilib/resources/gradle/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ dependencies {
nativeRelease wpi.java.vendor.jniRelease(wpi.platforms.desktop)
simulationRelease wpi.sim.enableRelease()

testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13.1'
}

// Simulation configuration (e.g. environment variables).
Expand Down
2 changes: 1 addition & 1 deletion vscode-wpilib/resources/gradle/javadt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
nativeRelease wpi.java.deps.wpilibJniRelease(wpi.platforms.desktop)
nativeRelease wpi.java.vendor.jniRelease(wpi.platforms.desktop)

testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13.1'
}

// Setting up my Jar File. In this case, adding all libraries into the main jar ('fat jar')
Expand Down
2 changes: 1 addition & 1 deletion vscode-wpilib/resources/gradle/javaromi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
nativeRelease wpi.java.vendor.jniRelease(wpi.platforms.desktop)
simulationRelease wpi.sim.enableRelease()

testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13.1'
}

// Simulation configuration (e.g. environment variables).
Expand Down

0 comments on commit 9c1f190

Please sign in to comment.