Skip to content

Commit

Permalink
Merge pull request #7 from frc2204/dependabot/gradle/org.junit.jupite…
Browse files Browse the repository at this point in the history
…r-junit-jupiter-5.11.4
  • Loading branch information
Pepps233 authored Feb 6, 2025
2 parents 9d38171 + 62e8cd6 commit 2d1fa7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ dependencies {
nativeRelease wpi.java.vendor.jniRelease(wpi.platforms.desktop)
simulationRelease wpi.sim.enableRelease()

testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

def akitJson = new groovy.json.JsonSlurper().parseText(new File(projectDir.getAbsolutePath() + "/vendordeps/AdvantageKit.json").text)
Expand Down

0 comments on commit 2d1fa7a

Please sign in to comment.