Skip to content

Commit 485b004

Browse files
Bump net.bytebuddy:byte-buddy from 1.17.2 to 1.17.5 (#447)
1 parent cfee444 commit 485b004

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

engine/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ dependencies {
7878
implementation("org.bouncycastle:bcpkix-jdk18on:1.80")
7979

8080
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
81-
testRuntimeOnly("net.bytebuddy:byte-buddy:1.17.2")
81+
testRuntimeOnly("net.bytebuddy:byte-buddy:1.17.5")
8282
}
8383

8484
java {

integrationtest/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies {
5454
testImplementation(libs.slf4j)
5555
testRuntimeOnly(libs.logback)
5656
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
57-
testRuntimeOnly("net.bytebuddy:byte-buddy:1.17.2")
57+
testRuntimeOnly("net.bytebuddy:byte-buddy:1.17.5")
5858
}
5959
tasks.check.get().shouldRunAfter(project(":engine").tasks.check)
6060

0 commit comments

Comments
 (0)