Skip to content
This repository was archived by the owner on Nov 13, 2025. It is now read-only.

Commit a8f72e5

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump net.bytebuddy:byte-buddy from 1.15.10 to 1.15.11
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.15.10 to 1.15.11. - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](raphw/byte-buddy@byte-buddy-1.15.10...byte-buddy-1.15.11) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 976a2a6 commit a8f72e5

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
@@ -85,7 +85,7 @@ dependencies {
8585
implementation("org.bouncycastle:bcpkix-jdk18on:1.79")
8686

8787
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
88-
testRuntimeOnly("net.bytebuddy:byte-buddy:1.15.10")
88+
testRuntimeOnly("net.bytebuddy:byte-buddy:1.15.11")
8989
}
9090

9191
java {

integrationtest/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies {
6262
testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.14")
6363

6464
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
65-
testRuntimeOnly("net.bytebuddy:byte-buddy:1.15.10")
65+
testRuntimeOnly("net.bytebuddy:byte-buddy:1.15.11")
6666
}
6767
tasks.check.get().shouldRunAfter(project(":engine").tasks.check)
6868

0 commit comments

Comments
 (0)