From 623121232daa663c687f6ea74660e06a52a9ddca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 11:27:12 +0000 Subject: [PATCH] Bump net.bytebuddy:byte-buddy from 1.14.18 to 1.14.19 Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.18 to 1.14.19. - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.14.18...byte-buddy-1.14.19) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- client-groovy4/build.gradle.kts | 2 +- client/build.gradle.kts | 2 +- explore/build.gradle.kts | 2 +- integration-test/build.gradle.kts | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index c6bb3241..c8a52aaa 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,8 +8,8 @@ plugins { val dependencyVersions = listOf( "com.squareup.okio:okio-jvm:3.9.0", - "net.bytebuddy:byte-buddy:1.14.18", - "net.bytebuddy:byte-buddy-agent:1.14.18", + "net.bytebuddy:byte-buddy:1.14.19", + "net.bytebuddy:byte-buddy-agent:1.14.19", "org.apache.commons:commons-compress:1.26.2", "org.apache.commons:commons-lang3:3.15.0", "org.codehaus.groovy:groovy:3.0.22", diff --git a/client-groovy4/build.gradle.kts b/client-groovy4/build.gradle.kts index 9d3ac569..bf7f93d5 100644 --- a/client-groovy4/build.gradle.kts +++ b/client-groovy4/build.gradle.kts @@ -124,7 +124,7 @@ dependencies { testImplementation("org.junit.platform:junit-platform-launcher:1.10.3") testImplementation("org.spockframework:spock-core:2.3-groovy-4.0") - testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.18") + testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.19") testRuntimeOnly("org.objenesis:objenesis:3.4") testImplementation("io.github.joke:spock-mockable:2.3.0") diff --git a/client/build.gradle.kts b/client/build.gradle.kts index 30a298e4..2fd037c5 100644 --- a/client/build.gradle.kts +++ b/client/build.gradle.kts @@ -124,7 +124,7 @@ dependencies { testImplementation("org.junit.platform:junit-platform-launcher:1.10.3") testImplementation("org.spockframework:spock-core:2.3-groovy-3.0") - testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.18") + testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.19") testRuntimeOnly("org.objenesis:objenesis:3.4") testImplementation("io.github.joke:spock-mockable:2.3.0") diff --git a/explore/build.gradle.kts b/explore/build.gradle.kts index bf8d410e..0c0a87b5 100644 --- a/explore/build.gradle.kts +++ b/explore/build.gradle.kts @@ -71,7 +71,7 @@ dependencies { // testImplementation("org.spockframework:spock-core:2.3-groovy-3.0") testImplementation("org.spockframework:spock-core:2.3-groovy-4.0") - testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.18") + testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.19") testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.14") } diff --git a/integration-test/build.gradle.kts b/integration-test/build.gradle.kts index 9569fe84..9c03a53b 100644 --- a/integration-test/build.gradle.kts +++ b/integration-test/build.gradle.kts @@ -90,7 +90,7 @@ dependencies { testImplementation("de.gesellix:testutil:[2024-01-01T01-01-01,)") testImplementation("org.spockframework:spock-core:2.3-groovy-3.0") // testImplementation("org.spockframework:spock-core:2.3-groovy-4.0") - testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.18") + testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.19") testImplementation("org.apache.commons:commons-lang3:3.15.0") testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.14") }