Skip to content

Commit

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

Bump org.junit:junit-bom from 5.10.3 to 5.11.1
  • Loading branch information
github-actions[bot] authored Sep 30, 2024
2 parents 72af12c + d623ce6 commit e9529b2
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 @@ -25,7 +25,7 @@ repositories {
}

dependencies {
testImplementation(platform("org.junit:junit-bom:5.10.3"))
testImplementation(platform("org.junit:junit-bom:5.11.1"))
testImplementation("org.junit.jupiter:junit-jupiter-api")
testImplementation("org.junit.jupiter:junit-jupiter-params")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
Expand Down

0 comments on commit e9529b2

Please sign in to comment.