File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ val dependencyVersions = listOf(
1717 " org.apache.groovy:groovy:4.0.23" ,
1818 " org.apache.groovy:groovy-json:4.0.23" ,
1919 " org.jetbrains:annotations:25.0.0" ,
20- " org.junit:junit-bom:5.11.0 " ,
20+ " org.junit:junit-bom:5.11.1 " ,
2121)
2222
2323val dependencyVersionsByGroup = mapOf<String , String >()
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ dependencies {
122122
123123 testImplementation(" de.gesellix:testutil:[2024-01-01T01-01-01,)" )
124124
125- testImplementation(" org.junit.platform:junit-platform-launcher:1.11.0 " )
125+ testImplementation(" org.junit.platform:junit-platform-launcher:1.11.1 " )
126126 testImplementation(" org.spockframework:spock-core:2.3-groovy-4.0" )
127127 testRuntimeOnly(" net.bytebuddy:byte-buddy:1.15.3" )
128128 testRuntimeOnly(" org.objenesis:objenesis:3.4" )
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ dependencies {
122122
123123 testImplementation(" de.gesellix:testutil:[2024-01-01T01-01-01,)" )
124124
125- testImplementation(" org.junit.platform:junit-platform-launcher:1.11.0 " )
125+ testImplementation(" org.junit.platform:junit-platform-launcher:1.11.1 " )
126126 testImplementation(" org.spockframework:spock-core:2.3-groovy-3.0" )
127127 testRuntimeOnly(" net.bytebuddy:byte-buddy:1.15.3" )
128128 testRuntimeOnly(" org.objenesis:objenesis:3.4" )
You can’t perform that action at this time.
0 commit comments