File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ val dependencyVersions = listOf(
1717 " org.apache.groovy:groovy:4.0.24" ,
1818 " org.apache.groovy:groovy-json:4.0.24" ,
1919 " org.jetbrains:annotations:26.1.0" ,
20- " org.junit:junit-bom:5.13.4 " ,
20+ " org.junit:junit-bom:6.0.3 " ,
2121)
2222
2323val dependencyVersionsByGroup = mapOf<String , String >()
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ dependencies {
9898
9999 testImplementation(" de.gesellix:testutil:[2026-01-01T01-01-01,)" )
100100
101- testImplementation(" org.junit.platform:junit-platform-launcher:1.13.4 " )
101+ testImplementation(" org.junit.platform:junit-platform-launcher:6.0.3 " )
102102 testImplementation(" org.spockframework:spock-core:2.3-groovy-4.0" )
103103 testRuntimeOnly(" net.bytebuddy:byte-buddy:1.18.8" )
104104 testRuntimeOnly(" org.objenesis:objenesis:3.5" )
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ dependencies {
9898
9999 testImplementation(" de.gesellix:testutil:[2026-01-01T01-01-01,)" )
100100
101- testImplementation(" org.junit.platform:junit-platform-launcher:1.13.4 " )
101+ testImplementation(" org.junit.platform:junit-platform-launcher:6.0.3 " )
102102 testImplementation(" org.spockframework:spock-core:2.3-groovy-3.0" )
103103 testRuntimeOnly(" net.bytebuddy:byte-buddy:1.18.8" )
104104 testRuntimeOnly(" org.objenesis:objenesis:3.5" )
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ dependencies {
6767 runtimeOnly(" ch.qos.logback:logback-classic:${libs.versions.logbackVersionrange.get()} !!${libs.versions.logback.get()} " )
6868
6969 testImplementation(" org.spockframework:spock-core:2.3-groovy-4.0" )
70- testRuntimeOnly(" org.junit.platform:junit-platform-launcher:1.13.4 " )
70+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher:6.0.3 " )
7171 testRuntimeOnly(" net.bytebuddy:byte-buddy:1.18.8" )
7272 testRuntimeOnly(" ch.qos.logback:logback-classic:${libs.versions.logbackVersionrange.get()} !!${libs.versions.logback.get()} " )
7373}
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,5)"
6- junitJupiter = " 5.13.4 "
7- junitPlatform = " 1.13.4 "
6+ junitJupiter = " 6.0.3 "
7+ junitPlatform = " 6.0.3 "
88kotlin = " 2.3.21"
99kotlinVersionrange = " [1.6,3)"
1010logback = " 1.3.16"
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ dependencies {
7474 testImplementation(" de.gesellix:docker-registry:2026-03-08T22-45-00" )
7575 testImplementation(" de.gesellix:testutil:[2026-01-01T01-01-01,)" )
7676 testImplementation(" org.spockframework:spock-core:2.3-groovy-4.0" )
77- testRuntimeOnly(" org.junit.platform:junit-platform-launcher:1.13.4 " )
77+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher:6.0.3 " )
7878 testRuntimeOnly(" net.bytebuddy:byte-buddy:1.18.8" )
7979 testImplementation(" org.apache.commons:commons-lang3:3.20.0" )
8080 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