File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
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.13.0" ,
11- " net.bytebuddy:byte-buddy:1.17.5 " ,
12- " net.bytebuddy:byte-buddy-agent:1.17.5 " ,
11+ " net.bytebuddy:byte-buddy:1.17.6 " ,
12+ " net.bytebuddy:byte-buddy-agent:1.17.6 " ,
1313 " org.apache.commons:commons-compress:1.27.1" ,
1414 " org.apache.commons:commons-lang3:3.17.0" ,
1515 " org.bouncycastle:bcpkix-jdk18on:1.81" ,
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ dependencies {
104104
105105 testImplementation(" org.junit.platform:junit-platform-launcher:1.13.2" )
106106 testImplementation(" org.spockframework:spock-core:2.3-groovy-4.0" )
107- testRuntimeOnly(" net.bytebuddy:byte-buddy:1.17.5 " )
107+ testRuntimeOnly(" net.bytebuddy:byte-buddy:1.17.6 " )
108108 testRuntimeOnly(" org.objenesis:objenesis:3.4" )
109109 testImplementation(" io.github.joke:spock-mockable:2.3.0" )
110110
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ dependencies {
104104
105105 testImplementation(" org.junit.platform:junit-platform-launcher:1.13.2" )
106106 testImplementation(" org.spockframework:spock-core:2.3-groovy-3.0" )
107- testRuntimeOnly(" net.bytebuddy:byte-buddy:1.17.5 " )
107+ testRuntimeOnly(" net.bytebuddy:byte-buddy:1.17.6 " )
108108 testRuntimeOnly(" org.objenesis:objenesis:3.4" )
109109 testImplementation(" io.github.joke:spock-mockable:2.3.0" )
110110
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ dependencies {
5858
5959// testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
6060 testImplementation(" org.spockframework:spock-core:2.3-groovy-4.0" )
61- testRuntimeOnly(" net.bytebuddy:byte-buddy:1.17.5 " )
61+ testRuntimeOnly(" net.bytebuddy:byte-buddy:1.17.6 " )
6262 testRuntimeOnly(" ch.qos.logback:logback-classic:${libs.versions.logbackVersionrange.get()} !!${libs.versions.logback.get()} " )
6363}
6464
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ dependencies {
7777 testImplementation(" de.gesellix:testutil:[2025-01-01T01-01-01,)" )
7878 testImplementation(" org.spockframework:spock-core:2.3-groovy-3.0" )
7979// testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
80- testRuntimeOnly(" net.bytebuddy:byte-buddy:1.17.5 " )
80+ testRuntimeOnly(" net.bytebuddy:byte-buddy:1.17.6 " )
8181 testImplementation(" org.apache.commons:commons-lang3:3.17.0" )
8282 testRuntimeOnly(" ch.qos.logback:logback-classic:${libs.versions.logbackVersionrange.get()} !!${libs.versions.logback.get()} " )
8383}
You can’t perform that action at this time.
0 commit comments