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 {
8
8
9
9
val dependencyVersions = listOf (
10
10
" com.squareup.okio:okio-jvm:3.10.2" ,
11
- " net.bytebuddy:byte-buddy:1.17.1 " ,
12
- " net.bytebuddy:byte-buddy-agent:1.17.1 " ,
11
+ " net.bytebuddy:byte-buddy:1.17.2 " ,
12
+ " net.bytebuddy:byte-buddy-agent:1.17.2 " ,
13
13
" org.apache.commons:commons-compress:1.27.1" ,
14
14
" org.apache.commons:commons-lang3:3.17.0" ,
15
15
" org.bouncycastle:bcpkix-jdk18on:1.80" ,
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ dependencies {
104
104
105
105
testImplementation(" org.junit.platform:junit-platform-launcher:1.12.0" )
106
106
testImplementation(" org.spockframework:spock-core:2.3-groovy-4.0" )
107
- testRuntimeOnly(" net.bytebuddy:byte-buddy:1.17.1 " )
107
+ testRuntimeOnly(" net.bytebuddy:byte-buddy:1.17.2 " )
108
108
testRuntimeOnly(" org.objenesis:objenesis:3.4" )
109
109
testImplementation(" io.github.joke:spock-mockable:2.3.0" )
110
110
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ dependencies {
104
104
105
105
testImplementation(" org.junit.platform:junit-platform-launcher:1.12.0" )
106
106
testImplementation(" org.spockframework:spock-core:2.3-groovy-3.0" )
107
- testRuntimeOnly(" net.bytebuddy:byte-buddy:1.17.1 " )
107
+ testRuntimeOnly(" net.bytebuddy:byte-buddy:1.17.2 " )
108
108
testRuntimeOnly(" org.objenesis:objenesis:3.4" )
109
109
testImplementation(" io.github.joke:spock-mockable:2.3.0" )
110
110
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ dependencies {
58
58
59
59
// testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
60
60
testImplementation(" org.spockframework:spock-core:2.3-groovy-4.0" )
61
- testRuntimeOnly(" net.bytebuddy:byte-buddy:1.17.1 " )
61
+ testRuntimeOnly(" net.bytebuddy:byte-buddy:1.17.2 " )
62
62
testRuntimeOnly(" ch.qos.logback:logback-classic:${libs.versions.logbackVersionrange.get()} !!${libs.versions.logback.get()} " )
63
63
}
64
64
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ dependencies {
77
77
testImplementation(" de.gesellix:testutil:[2025-01-01T01-01-01,)" )
78
78
testImplementation(" org.spockframework:spock-core:2.3-groovy-3.0" )
79
79
// testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
80
- testRuntimeOnly(" net.bytebuddy:byte-buddy:1.17.1 " )
80
+ testRuntimeOnly(" net.bytebuddy:byte-buddy:1.17.2 " )
81
81
testImplementation(" org.apache.commons:commons-lang3:3.17.0" )
82
82
testRuntimeOnly(" ch.qos.logback:logback-classic:${libs.versions.logbackVersionrange.get()} !!${libs.versions.logback.get()} " )
83
83
}
You can’t perform that action at this time.
0 commit comments