From b83c341503448a360e0141d0d1c45147accafeaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 23:32:27 +0000 Subject: [PATCH 1/2] Bump the bytebuddy group across 1 directory with 2 updates Bumps the bytebuddy group with 2 updates in the /cnf directory: [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) and [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy). Updates `net.bytebuddy:byte-buddy` from 1.18.8 to 1.18.11 - [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.18.8...byte-buddy-1.18.11) Updates `net.bytebuddy:byte-buddy-agent` from 1.18.8 to 1.18.11 - [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.18.8...byte-buddy-1.18.11) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.18.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: bytebuddy - dependency-name: net.bytebuddy:byte-buddy-agent dependency-version: 1.18.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: bytebuddy ... Signed-off-by: dependabot[bot] --- cnf/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cnf/pom.xml b/cnf/pom.xml index 77b2471fc2..32a20bf107 100644 --- a/cnf/pom.xml +++ b/cnf/pom.xml @@ -519,7 +519,7 @@ --> net.bytebuddy byte-buddy - 1.18.8 + 1.18.11 net.bytebuddy byte-buddy-agent - 1.18.8 + 1.18.11 From 6a71ff42b1d8898bdbfd3611f39d997a5645648d Mon Sep 17 00:00:00 2001 From: Stefan Feilmeier Date: Thu, 9 Jul 2026 23:17:19 +0200 Subject: [PATCH 2/2] Update build.bnd --- cnf/build.bnd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cnf/build.bnd b/cnf/build.bnd index 57e07cb218..3d41e55f4d 100644 --- a/cnf/build.bnd +++ b/cnf/build.bnd @@ -52,8 +52,8 @@ testpath: \ org.apache.servicemix.bundles.junit;version=4.12,\ org.mockito.mockito-core;version=5.23.0,\ org.mockito.junit-jupiter;version=5.23.0,\ - net.bytebuddy.byte-buddy;version=1.18.8,\ - net.bytebuddy.byte-buddy-agent;version=1.18.8,\ + net.bytebuddy.byte-buddy;version=1.18.11,\ + net.bytebuddy.byte-buddy-agent;version=1.18.11,\ org.objenesis;version=3.5,\ org.opentest4j;version=1.3.0,\ slf4j.simple,\