Skip to content

Commit

Permalink
Merge pull request #9 from EEWBot/renovate/junit5-monorepo
Browse files Browse the repository at this point in the history
Update junit5 monorepo
  • Loading branch information
Siro256 authored Sep 26, 2024
2 parents 67d865e + a737856 commit 06529ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ repositories {
}

dependencies {
testImplementation(platform("org.junit:junit-bom:5.11.0"))
testImplementation("org.junit.jupiter:junit-jupiter:5.11.0")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.0")
testImplementation(platform("org.junit:junit-bom:5.11.1"))
testImplementation("org.junit.jupiter:junit-jupiter:5.11.1")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.1")
}

tasks {
Expand Down

0 comments on commit 06529ec

Please sign in to comment.