File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ val dependencyVersions = listOf(
1818 " org.apache.groovy:groovy:4.0.24" ,
1919 " org.apache.groovy:groovy-json:4.0.24" ,
2020 " org.jetbrains:annotations:26.0.2-1" ,
21- " org.junit:junit-bom:5.13.4 " ,
21+ " org.junit:junit-bom:6.0.0 " ,
2222)
2323
2424val dependencyVersionsByGroup = mapOf<String , String >()
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ dependencies {
103103
104104 testImplementation(" de.gesellix:testutil:[2025-01-01T01-01-01,)" )
105105
106- testImplementation(" org.junit.platform:junit-platform-launcher:1.13.4 " )
106+ testImplementation(" org.junit.platform:junit-platform-launcher:6.0.0 " )
107107 testImplementation(" org.spockframework:spock-core:2.3-groovy-4.0" )
108108 testRuntimeOnly(" net.bytebuddy:byte-buddy:1.17.8" )
109109 testRuntimeOnly(" org.objenesis:objenesis:3.4" )
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ dependencies {
103103
104104 testImplementation(" de.gesellix:testutil:[2025-01-01T01-01-01,)" )
105105
106- testImplementation(" org.junit.platform:junit-platform-launcher:1.13.4 " )
106+ testImplementation(" org.junit.platform:junit-platform-launcher:6.0.0 " )
107107 testImplementation(" org.spockframework:spock-core:2.3-groovy-3.0" )
108108 testRuntimeOnly(" net.bytebuddy:byte-buddy:1.17.8" )
109109 testRuntimeOnly(" org.objenesis:objenesis:3.4" )
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ dependencies {
6060
6161// testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
6262 testImplementation(" org.spockframework:spock-core:2.3-groovy-4.0" )
63- testRuntimeOnly(" org.junit.platform:junit-platform-launcher:1.13.4 " )
63+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher:6.0.0 " )
6464 testRuntimeOnly(" net.bytebuddy:byte-buddy:1.17.8" )
6565 testRuntimeOnly(" ch.qos.logback:logback-classic:${libs.versions.logbackVersionrange.get()} !!${libs.versions.logback.get()} " )
6666}
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ groovy3 = "3.0.23"
33groovy3Versionrange = " [3,4)"
44groovy4 = " 4.0.24"
55groovy4Versionrange = " [4,)"
6- junitJupiter = " 5.13.4 "
7- junitPlatform = " 1.13.4 "
6+ junitJupiter = " 6.0.0 "
7+ junitPlatform = " 6.0.0 "
88kotlin = " 2.2.20"
99kotlinVersionrange = " [1.6,3)"
1010logback = " 1.3.15"
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ dependencies {
7979 testImplementation(" de.gesellix:testutil:[2025-01-01T01-01-01,)" )
8080 testImplementation(" org.spockframework:spock-core:2.3-groovy-3.0" )
8181// testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
82- testRuntimeOnly(" org.junit.platform:junit-platform-launcher:1.13.4 " )
82+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher:6.0.0 " )
8383 testRuntimeOnly(" net.bytebuddy:byte-buddy:1.17.8" )
8484 testImplementation(" org.apache.commons:commons-lang3:3.19.0" )
8585 testRuntimeOnly(" ch.qos.logback:logback-classic:${libs.versions.logbackVersionrange.get()} !!${libs.versions.logback.get()} " )
You can’t perform that action at this time.
0 commit comments