File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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.14.0 " ))
53+ testImplementation(platform(" org.junit:junit-bom:6.0.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" )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55dependencies {
66 api(project(" :cache-api" ))
77
8- testFixturesImplementation(platform(" org.junit:junit-bom:5.14.0 " ))
8+ testFixturesImplementation(platform(" org.junit:junit-bom:6.0.1 " ))
99 testFixturesImplementation(" org.junit.jupiter:junit-jupiter" )
1010 testFixturesRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
1111 testFixturesImplementation(" org.awaitility:awaitility:4.3.0" )
You can’t perform that action at this time.
0 commit comments