Skip to content

Commit

Permalink
Merge pull request #67 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.1
  • Loading branch information
4drian3d authored Nov 5, 2023
2 parents 07d6e42 + 6e82474 commit e0a4185
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.10.0"))
testImplementation(platform("org.junit:junit-bom:5.10.1"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation(libs.assetrj)
testImplementation(libs.slf4j)
Expand Down

0 comments on commit e0a4185

Please sign in to comment.