Skip to content

Commit

Permalink
Merge pull request #15 from HttpMarco/dependabot/gradle/org.junit-jun…
Browse files Browse the repository at this point in the history
…it-bom-5.10.3

Bump org.junit:junit-bom from 5.10.2 to 5.10.3
  • Loading branch information
HttpMarco authored Jul 14, 2024
2 parents 1f50bce + ffd6e3c commit f91d31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osgan-netty/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
api(project(":osgan-reflections"))

testImplementation(libs.gson)
testImplementation(platform("org.junit:junit-bom:5.10.2"))
testImplementation(platform("org.junit:junit-bom:5.10.3"))
testImplementation("org.junit.jupiter:junit-jupiter")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}
Expand Down

0 comments on commit f91d31a

Please sign in to comment.