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.9.1" ,
11- " net.bytebuddy:byte-buddy:1.15.1 " ,
12- " net.bytebuddy:byte-buddy-agent:1.15.1 " ,
11+ " net.bytebuddy:byte-buddy:1.15.3 " ,
12+ " net.bytebuddy:byte-buddy-agent:1.15.3 " ,
1313 " org.apache.commons:commons-compress:1.27.1" ,
1414 " org.apache.commons:commons-lang3:3.17.0" ,
1515 " org.codehaus.groovy:groovy:3.0.22" ,
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.11.0" )
126126 testImplementation(" org.spockframework:spock-core:2.3-groovy-4.0" )
127- testRuntimeOnly(" net.bytebuddy:byte-buddy:1.15.1 " )
127+ testRuntimeOnly(" net.bytebuddy:byte-buddy:1.15.3 " )
128128 testRuntimeOnly(" org.objenesis:objenesis:3.4" )
129129 testImplementation(" io.github.joke:spock-mockable:2.3.0" )
130130
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.11.0" )
126126 testImplementation(" org.spockframework:spock-core:2.3-groovy-3.0" )
127- testRuntimeOnly(" net.bytebuddy:byte-buddy:1.15.1 " )
127+ testRuntimeOnly(" net.bytebuddy:byte-buddy:1.15.3 " )
128128 testRuntimeOnly(" org.objenesis:objenesis:3.4" )
129129 testImplementation(" io.github.joke:spock-mockable:2.3.0" )
130130
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ dependencies {
7171
7272// testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
7373 testImplementation(" org.spockframework:spock-core:2.3-groovy-4.0" )
74- testRuntimeOnly(" net.bytebuddy:byte-buddy:1.15.1 " )
74+ testRuntimeOnly(" net.bytebuddy:byte-buddy:1.15.3 " )
7575 testRuntimeOnly(" ch.qos.logback:logback-classic:[1.2,2)!!1.3.14" )
7676}
7777
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ dependencies {
9090 testImplementation(" de.gesellix:testutil:[2024-01-01T01-01-01,)" )
9191 testImplementation(" org.spockframework:spock-core:2.3-groovy-3.0" )
9292// testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
93- testRuntimeOnly(" net.bytebuddy:byte-buddy:1.15.1 " )
93+ testRuntimeOnly(" net.bytebuddy:byte-buddy:1.15.3 " )
9494 testImplementation(" org.apache.commons:commons-lang3:3.17.0" )
9595 testRuntimeOnly(" ch.qos.logback:logback-classic:[1.2,2)!!1.3.14" )
9696}
You can’t perform that action at this time.
0 commit comments