Skip to content

Commit

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

Bump org.junit.jupiter:junit-jupiter from 5.11.2 to 5.11.3
  • Loading branch information
guylabs authored Oct 22, 2024
2 parents 2e59747 + 34c147c commit cbceeea
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.2")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

}
Expand Down

0 comments on commit cbceeea

Please sign in to comment.