Skip to content

Commit

Permalink
Merge pull request #49 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.10.0
  • Loading branch information
4drian3d authored Jul 25, 2023
2 parents 53f3216 + 0f50a0a commit efd3778
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 @@ -28,7 +28,7 @@ dependencies {
}

testRuntimeOnly(libs.configurate)
testImplementation(platform("org.junit:junit-bom:5.9.3"))
testImplementation(platform("org.junit:junit-bom:5.10.0"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation(libs.assetrj)
testImplementation(libs.slf4j)
Expand Down

0 comments on commit efd3778

Please sign in to comment.