File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ subprojects {
5050 testCompileOnly(" org.jetbrains:annotations:24.1.0" )
5151
5252 // tests
53- testImplementation(platform(" org.junit:junit-bom:5.10.3 " ))
53+ testImplementation(platform(" org.junit:junit-bom:5.11.0 " ))
5454 testImplementation(group = " org.junit.jupiter" , name = " junit-jupiter" )
5555 testRuntimeOnly(group = " org.junit.jupiter" , name = " junit-jupiter-engine" )
5656
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ plugins {
55dependencies {
66 api(project(" :cache-api" ))
77
8- testFixturesImplementation(" org.junit.jupiter:junit-jupiter:5.10.3 " )
9- testFixturesRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.10.3 " )
8+ testFixturesImplementation(" org.junit.jupiter:junit-jupiter:5.11.0 " )
9+ testFixturesRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.0 " )
1010 testFixturesImplementation(" org.awaitility:awaitility:4.2.2" )
1111}
1212
You can’t perform that action at this time.
0 commit comments