Skip to content

Commit c4eee0d

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

+1-1
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.1"))
53+
testImplementation(platform("org.junit:junit-bom:5.12.2"))
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

+1-1
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.1"))
8+
testFixturesImplementation(platform("org.junit:junit-bom:5.12.2"))
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)