Skip to content

Commit

Permalink
Bump org.junit:junit-bom from 5.11.3 to 5.11.4 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent 8916608 commit fa44887
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 @@ -17,7 +17,7 @@ dependencies {
api("org.testcontainers:testcontainers")
api("org.testcontainers:junit-jupiter")

testImplementation(platform("org.junit:junit-bom:5.11.3"))
testImplementation(platform("org.junit:junit-bom:5.11.4"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.testcontainers:junit-jupiter")
testImplementation("org.assertj:assertj-core:3.26.3")
Expand Down

0 comments on commit fa44887

Please sign in to comment.