Skip to content

Commit

Permalink
Merge pull request #120 from cooljeanius/dependabot/gradle/org.junit.…
Browse files Browse the repository at this point in the history
…jupiter-junit-jupiter-5.11.1

Bump org.junit.jupiter:junit-jupiter from 5.11.0 to 5.11.1
  • Loading branch information
cooljeanius authored Sep 30, 2024
2 parents f294e40 + 1c2bef6 commit b349dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repositories {

dependencies {
// Use JUnit Jupiter for testing.
testImplementation("org.junit.jupiter:junit-jupiter:5.11.0")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.1")

testRuntimeOnly("org.junit.platform:junit-platform-launcher")

Expand Down

0 comments on commit b349dfe

Please sign in to comment.