Skip to content

Commit

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

Bump org.junit.jupiter:junit-jupiter from 5.11.0 to 5.11.1
  • Loading branch information
guylabs authored Sep 25, 2024
2 parents e329ef9 + 8c848e8 commit 741fb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
runtimeOnly("org.slf4j:slf4j-simple:2.0.16")

testImplementation("org.mock-server:mockserver-netty:5.15.0")
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 741fb51

Please sign in to comment.