Skip to content

Commit 64b762f

Browse files
Bump net.bytebuddy:byte-buddy from 1.17.8 to 1.18.0 (#680)
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.17.8 to 1.18.0. - [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.17.8...byte-buddy-1.18.0) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4445a61 commit 64b762f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api-client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ dependencies {
9494
testImplementation(libs.junitPlatformCommons)
9595

9696
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
97-
testRuntimeOnly("net.bytebuddy:byte-buddy:1.17.8")
97+
testRuntimeOnly("net.bytebuddy:byte-buddy:1.18.0")
9898

9999
testImplementation("org.apache.commons:commons-compress:1.28.0")
100100
testImplementation("de.gesellix:testutil:[2025-01-01T01-01-01,)")

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins {
1414

1515
val dependencyVersions = listOf(
1616
"commons-io:commons-io:2.21.0",
17-
"net.bytebuddy:byte-buddy:1.17.8",
17+
"net.bytebuddy:byte-buddy:1.18.0",
1818
"org.apache.commons:commons-compress:1.28.0",
1919
"org.apiguardian:apiguardian-api:1.1.2",
2020
"org.jetbrains:annotations:26.0.2-1",

0 commit comments

Comments
 (0)