Skip to content

Commit

Permalink
[Renovate Bot] Update junit5 monorepo (#362)
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot for Gradle <bot-gh-dv-shared+renovate@gradle.com>
  • Loading branch information
bot-gh-dv-shared authored Dec 17, 2024
1 parent ab03935 commit 5c14c33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
asmVersion = "9.7.1"
junit4 = "4.13.2"
junit5Jupiter = "5.11.3"
junitPlatformLauncher = "1.11.3"
junit5Jupiter = "5.11.4"
junitPlatformLauncher = "1.11.4"
mockito = "4.11.0"
spock1 = "1.3-groovy-2.5"
spock2 = "2.3-groovy-3.0"
Expand Down
2 changes: 1 addition & 1 deletion samples/sample-junit5/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
}

dependencies {
testImplementation(platform("org.junit:junit-bom:5.11.3"))
testImplementation(platform("org.junit:junit-bom:5.11.4"))
testImplementation("org.junit.jupiter:junit-jupiter")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}
Expand Down

0 comments on commit 5c14c33

Please sign in to comment.