Skip to content

Commit

Permalink
Update dependency org.junit:junit-bom to v5.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 27, 2024
1 parent 2bb3f82 commit 0cf3729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ subprojects {
implementation("org.jetbrains:annotations:24.1.0")

/** Test dependencies **/
testImplementation(platform("org.junit:junit-bom:5.10.2"))
testImplementation(platform("org.junit:junit-bom:5.10.3"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.assertj:assertj-core:3.26.0")
testImplementation("org.projectlombok:lombok:1.18.32")
Expand Down
2 changes: 1 addition & 1 deletion paper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
dependencies {
implementation(project(":common"))

implementation(platform("org.junit:junit-bom:5.10.2"))
implementation(platform("org.junit:junit-bom:5.10.3"))
implementation("org.junit.jupiter:junit-jupiter")
implementation("org.assertj:assertj-core:3.26.0")
implementation("org.reflections:reflections:0.10.2")
Expand Down

0 comments on commit 0cf3729

Please sign in to comment.