Skip to content

Commit

Permalink
Merge pull request #177 from 4drian3d/renovate/junit5-monorepo
Browse files Browse the repository at this point in the history
fix(deps): update dependency org.junit:junit-bom to v5.11.3
  • Loading branch information
4drian3d authored Nov 11, 2024
2 parents ea1362e + ea9c8f3 commit d10c6d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
compileOnly(libs.libby.core)

testImplementation(libs.configurate.hocon)
testImplementation(platform("org.junit:junit-bom:5.11.0"))
testImplementation(platform("org.junit:junit-bom:5.11.3"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation(libs.assertj)
}
Expand Down
2 changes: 1 addition & 1 deletion velocity/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {

implementation(libs.bstats.velocity)

testImplementation(platform("org.junit:junit-bom:5.11.0"))
testImplementation(platform("org.junit:junit-bom:5.11.3"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation(libs.assertj)
}
Expand Down

0 comments on commit d10c6d0

Please sign in to comment.