File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ dependencies {
78
78
implementation(" org.bouncycastle:bcpkix-jdk18on:1.81" )
79
79
80
80
testImplementation(" org.spockframework:spock-core:2.3-groovy-4.0" )
81
- testRuntimeOnly(" net.bytebuddy:byte-buddy:1.17.5 " )
81
+ testRuntimeOnly(" net.bytebuddy:byte-buddy:1.17.6 " )
82
82
}
83
83
84
84
java {
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ dependencies {
54
54
testImplementation(libs.slf4j)
55
55
testRuntimeOnly(libs.logback)
56
56
testImplementation(" org.spockframework:spock-core:2.3-groovy-4.0" )
57
- testRuntimeOnly(" net.bytebuddy:byte-buddy:1.17.5 " )
57
+ testRuntimeOnly(" net.bytebuddy:byte-buddy:1.17.6 " )
58
58
}
59
59
tasks.check.get().shouldRunAfter(project(" :engine" ).tasks.check)
60
60
You can’t perform that action at this time.
0 commit comments