File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ subprojects {
50
50
testCompileOnly(" org.jetbrains:annotations:26.0.2" )
51
51
52
52
// tests
53
- testImplementation(platform(" org.junit:junit-bom:5.12.1 " ))
53
+ testImplementation(platform(" org.junit:junit-bom:5.12.2 " ))
54
54
testImplementation(group = " org.junit.jupiter" , name = " junit-jupiter" )
55
55
testRuntimeOnly(group = " org.junit.jupiter" , name = " junit-jupiter-engine" )
56
56
testRuntimeOnly(group = " org.junit.platform" , name = " junit-platform-launcher" )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
dependencies {
6
6
api(project(" :cache-api" ))
7
7
8
- testFixturesImplementation(platform(" org.junit:junit-bom:5.12.1 " ))
8
+ testFixturesImplementation(platform(" org.junit:junit-bom:5.12.2 " ))
9
9
testFixturesImplementation(" org.junit.jupiter:junit-jupiter" )
10
10
testFixturesRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
11
11
testFixturesImplementation(" org.awaitility:awaitility:4.3.0" )
You can’t perform that action at this time.
0 commit comments