From 9297faf770a4778749b7da29bfaea68056646f99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 06:01:28 +0000 Subject: [PATCH] Bump net.bytebuddy:byte-buddy from 1.14.2 to 1.14.3 Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.2 to 1.14.3. - [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.2...byte-buddy-1.14.3) --- 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 | 2 +- client/build.gradle.kts | 2 +- explore/build.gradle.kts | 2 +- integration-test/build.gradle.kts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 6e18a7de..156873e2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { val dependencyVersions = listOf( "com.squareup.okio:okio-jvm:3.3.0", - "net.bytebuddy:byte-buddy:1.14.2", + "net.bytebuddy:byte-buddy:1.14.3", "net.bytebuddy:byte-buddy-agent:1.14.3", "org.apache.commons:commons-compress:1.23.0", "org.codehaus.groovy:groovy:3.0.16", diff --git a/client/build.gradle.kts b/client/build.gradle.kts index f05580f5..387f94df 100644 --- a/client/build.gradle.kts +++ b/client/build.gradle.kts @@ -124,7 +124,7 @@ dependencies { testImplementation("org.junit.platform:junit-platform-launcher:1.9.2") testImplementation("org.spockframework:spock-core:2.3-groovy-3.0") - testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.2") + testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.3") testRuntimeOnly("org.objenesis:objenesis:3.3") testImplementation("io.github.joke:spock-mockable:2.3.0") diff --git a/explore/build.gradle.kts b/explore/build.gradle.kts index e9f0842d..a805d6a7 100644 --- a/explore/build.gradle.kts +++ b/explore/build.gradle.kts @@ -57,7 +57,7 @@ dependencies { runtimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.6") testImplementation("org.spockframework:spock-core:2.3-groovy-3.0") - testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.2") + testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.3") testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.5") } diff --git a/integration-test/build.gradle.kts b/integration-test/build.gradle.kts index f7e95fed..91157dba 100644 --- a/integration-test/build.gradle.kts +++ b/integration-test/build.gradle.kts @@ -88,7 +88,7 @@ dependencies { testImplementation("de.gesellix:docker-registry:2023-03-12T23-42-00") testImplementation("de.gesellix:testutil:[2022-12-01T01-01-01,)") testImplementation("org.spockframework:spock-core:2.3-groovy-3.0") - testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.2") + testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.3") testImplementation("org.apache.commons:commons-lang3:3.12.0") testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.5") }