From eeca7d27e58eff4094a533adc148e2ae4ddf08e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 17:53:08 +0000 Subject: [PATCH 1/2] build: bump version.byte-buddy from 1.18.12-jdk5 to 1.18.13-jdk5 Bumps `version.byte-buddy` from 1.18.12-jdk5 to 1.18.13-jdk5. Updates `net.bytebuddy:byte-buddy` from 1.18.12-jdk5 to 1.18.13-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.18.12-jdk5 to 1.18.13-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.12-jdk5 to 1.18.13-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.13-jdk5 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: net.bytebuddy:byte-buddy-agent dependency-version: 1.18.13-jdk5 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: net.bytebuddy:byte-buddy-dep dependency-version: 1.18.13-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 f111d8647c..47c613fb82 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.13-jdk5 diff --git a/pom.xml b/pom.xml index 03e77fb392..9555a30645 100644 --- a/pom.xml +++ b/pom.xml @@ -99,7 +99,7 @@ 9.4.11.v20180605 2.0.7 - 1.18.12-jdk5 + 1.18.13-jdk5 9.10.1 5.4.0 From 18b5d0730c1833eeabc70dbc495a78772b93fe5b Mon Sep 17 00:00:00 2001 From: Sylvain Juge <763082+SylvainJuge@users.noreply.github.com> Date: Fri, 11 Sep 2026 09:53:46 +0200 Subject: [PATCH 2/2] restore old version --- 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 47c613fb82..f111d8647c 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.13-jdk5 + 1.9.16