Skip to content

Commit 1d9eebd

Browse files
chore(deps): update dependency org.junit:junit-bom to v5.12.1 (#397)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c82d575 commit 1d9eebd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ subprojects {
5050
testCompileOnly("org.jetbrains:annotations:26.0.2")
5151

5252
// tests
53-
testImplementation(platform("org.junit:junit-bom:5.12.0"))
53+
testImplementation(platform("org.junit:junit-bom:5.12.1"))
5454
testImplementation(group = "org.junit.jupiter", name = "junit-jupiter")
5555
testRuntimeOnly(group = "org.junit.jupiter", name = "junit-jupiter-engine")
5656
testRuntimeOnly(group = "org.junit.platform", name = "junit-platform-launcher")

core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
dependencies {
66
api(project(":cache-api"))
77

8-
testFixturesImplementation(platform("org.junit:junit-bom:5.12.0"))
8+
testFixturesImplementation(platform("org.junit:junit-bom:5.12.1"))
99
testFixturesImplementation("org.junit.jupiter:junit-jupiter")
1010
testFixturesRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
1111
testFixturesImplementation("org.awaitility:awaitility:4.3.0")

0 commit comments

Comments
 (0)