File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ subprojects {
49
49
compileOnly(" org.jetbrains:annotations:23.0.0" )
50
50
51
51
// tests
52
- testImplementation(platform(" org.junit:junit-bom:5.8.2 " ))
52
+ testImplementation(platform(" org.junit:junit-bom:5.9.0 " ))
53
53
testImplementation(group = " org.junit.jupiter" , name = " junit-jupiter" )
54
54
testRuntimeOnly(group = " org.junit.jupiter" , name = " junit-jupiter-engine" )
55
55
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(" org.junit.jupiter:junit-jupiter:5.8.2 " )
9
- testFixturesRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.8.2 " )
8
+ testFixturesImplementation(" org.junit.jupiter:junit-jupiter:5.9.0 " )
9
+ testFixturesRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.9.0 " )
10
10
testFixturesImplementation(" org.awaitility:awaitility:4.2.0" )
11
11
}
You can’t perform that action at this time.
0 commit comments