Skip to content

Commit

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

Bump org.junit:junit-bom from 5.11.2 to 5.11.3
  • Loading branch information
HttpMarco authored Oct 27, 2024
2 parents 2fd6508 + f6ccf73 commit e883032
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 @@ -2,7 +2,7 @@ dependencies {
implementation(libs.netty5)
compileOnly(libs.gson)
testImplementation(libs.gson)
testImplementation(platform("org.junit:junit-bom:5.11.2"))
testImplementation(platform("org.junit:junit-bom:5.11.3"))
testImplementation("org.junit.jupiter:junit-jupiter")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}
Expand Down

0 comments on commit e883032

Please sign in to comment.