From 48634d6340d7cae5f175cdd5c4e89cdbbae49d9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 07:17:49 +0000 Subject: [PATCH 1/2] build: bump version.byte-buddy from 1.18.7-jdk5 to 1.18.8-jdk5 Bumps `version.byte-buddy` from 1.18.7-jdk5 to 1.18.8-jdk5. Updates `net.bytebuddy:byte-buddy` from 1.18.7-jdk5 to 1.18.8-jdk5 - [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/commits) Updates `net.bytebuddy:byte-buddy-agent` from 1.9.16 to 1.18.8-jdk5 - [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/commits) Updates `net.bytebuddy:byte-buddy-dep` from 1.18.7-jdk5 to 1.18.8-jdk5 - [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/commits) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.18.8-jdk5 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: net.bytebuddy:byte-buddy-agent dependency-version: 1.18.8-jdk5 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: net.bytebuddy:byte-buddy-dep dependency-version: 1.18.8-jdk5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- integration-tests/runtime-attach/runtime-attach-app/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/runtime-attach/runtime-attach-app/pom.xml b/integration-tests/runtime-attach/runtime-attach-app/pom.xml index 4e31ca043d..2a722b7351 100644 --- a/integration-tests/runtime-attach/runtime-attach-app/pom.xml +++ b/integration-tests/runtime-attach/runtime-attach-app/pom.xml @@ -31,7 +31,7 @@ net.bytebuddy byte-buddy-agent - 1.9.16 + 1.18.8-jdk5 diff --git a/pom.xml b/pom.xml index 9a4a6ec1e6..20a6086b15 100644 --- a/pom.xml +++ b/pom.xml @@ -99,7 +99,7 @@ 9.4.11.v20180605 2.0.0 - 1.18.7-jdk5 + 1.18.8-jdk5 9.9.1 5.4.0 From 391a8f96ddd53c93f68cf2abd039bb7972843a3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar?= <56847527+LikeTheSalad@users.noreply.github.com> Date: Wed, 20 May 2026 10:56:05 +0200 Subject: [PATCH 2/2] Apply suggestion from @LikeTheSalad --- integration-tests/runtime-attach/runtime-attach-app/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/runtime-attach/runtime-attach-app/pom.xml b/integration-tests/runtime-attach/runtime-attach-app/pom.xml index 2a722b7351..4e31ca043d 100644 --- a/integration-tests/runtime-attach/runtime-attach-app/pom.xml +++ b/integration-tests/runtime-attach/runtime-attach-app/pom.xml @@ -31,7 +31,7 @@ net.bytebuddy byte-buddy-agent - 1.18.8-jdk5 + 1.9.16