File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ plugins {
88
99val dependencyVersions = listOf (
1010 " com.squareup.okio:okio-jvm:3.3.0" ,
11- " net.bytebuddy:byte-buddy:1.14.4 " ,
12- " net.bytebuddy:byte-buddy-agent:1.14.4 " ,
11+ " net.bytebuddy:byte-buddy:1.14.5 " ,
12+ " net.bytebuddy:byte-buddy-agent:1.14.5 " ,
1313 " org.apache.commons:commons-compress:1.23.0" ,
1414 " org.codehaus.groovy:groovy:3.0.17" ,
1515 " org.jetbrains:annotations:24.0.1" ,
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ dependencies {
124124
125125 testImplementation(" org.junit.platform:junit-platform-launcher:1.9.3" )
126126 testImplementation(" org.spockframework:spock-core:2.3-groovy-3.0" )
127- testRuntimeOnly(" net.bytebuddy:byte-buddy:1.14.4 " )
127+ testRuntimeOnly(" net.bytebuddy:byte-buddy:1.14.5 " )
128128 testRuntimeOnly(" org.objenesis:objenesis:3.3" )
129129 testImplementation(" io.github.joke:spock-mockable:2.3.0" )
130130
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ dependencies {
5757 runtimeOnly(" ch.qos.logback:logback-classic:[1.2,2)!!1.3.6" )
5858
5959 testImplementation(" org.spockframework:spock-core:2.3-groovy-3.0" )
60- testRuntimeOnly(" net.bytebuddy:byte-buddy:1.14.4 " )
60+ testRuntimeOnly(" net.bytebuddy:byte-buddy:1.14.5 " )
6161 testRuntimeOnly(" ch.qos.logback:logback-classic:[1.2,2)!!1.3.5" )
6262}
6363
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ dependencies {
8888 testImplementation(" de.gesellix:docker-registry:2023-05-01T14-06-00" )
8989 testImplementation(" de.gesellix:testutil:[2022-12-01T01-01-01,)" )
9090 testImplementation(" org.spockframework:spock-core:2.3-groovy-3.0" )
91- testRuntimeOnly(" net.bytebuddy:byte-buddy:1.14.4 " )
91+ testRuntimeOnly(" net.bytebuddy:byte-buddy:1.14.5 " )
9292 testImplementation(" org.apache.commons:commons-lang3:3.12.0" )
9393 testRuntimeOnly(" ch.qos.logback:logback-classic:[1.2,2)!!1.3.5" )
9494}
You can’t perform that action at this time.
0 commit comments