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

Commit 77033f2

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump net.bytebuddy:byte-buddy from 1.18.0 to 1.18.1
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.18.0 to 1.18.1. - [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.18.0...byte-buddy-1.18.1) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 455a2fd commit 77033f2

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.82")
7979

8080
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
81-
testRuntimeOnly("net.bytebuddy:byte-buddy:1.18.0")
81+
testRuntimeOnly("net.bytebuddy:byte-buddy:1.18.1")
8282
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4")
8383
}
8484

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.18.0")
57+
testRuntimeOnly("net.bytebuddy:byte-buddy:1.18.1")
5858
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4")
5959
}
6060
tasks.check.get().shouldRunAfter(project(":engine").tasks.check)

0 commit comments

Comments
 (0)