File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ subprojects {
1212 dependencies {
1313 implementation(rootProject)
1414 compileOnly(" org.jetbrains:annotations:26.0.2" )
15- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.0 " )
16- testImplementation(" org.junit.jupiter:junit-jupiter-params:5.12.0 " )
17- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.12.0 " )
18- testRuntimeOnly(" org.junit.platform:junit-platform-launcher:1.12.0 " )
15+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.1 " )
16+ testImplementation(" org.junit.jupiter:junit-jupiter-params:5.12.1 " )
17+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.12.1 " )
18+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher:1.12.1 " )
1919 }
2020
2121 tasks.test {
You can’t perform that action at this time.
0 commit comments