Skip to content

Commit

Permalink
Merge pull request #360 from gradle/dependabot/gradle/org.junit-junit…
Browse files Browse the repository at this point in the history
…-bom-5.11.4

Bump org.junit:junit-bom from 5.11.3 to 5.11.4
  • Loading branch information
gabrielfeo authored Dec 19, 2024
2 parents 200cf09 + 2d9e0b2 commit 561e8bc
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 @@ -22,7 +22,7 @@ repositories {
dependencies {
implementation("com.gradle:develocity-gradle-plugin-adapters:1.0.4")

testImplementation(platform("org.junit:junit-bom:5.11.3"))
testImplementation(platform("org.junit:junit-bom:5.11.4"))
testImplementation("org.junit.jupiter:junit-jupiter")
}

Expand Down

0 comments on commit 561e8bc

Please sign in to comment.