From 215668adddb4544b22f8c2588e0b92def6ef97ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 17:46:32 +0000 Subject: [PATCH 1/2] build: bump version.byte-buddy from 1.15.11 to 1.16.1 Bumps `version.byte-buddy` from 1.15.11 to 1.16.1. Updates `net.bytebuddy:byte-buddy` from 1.15.11 to 1.16.1 - [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.15.11...byte-buddy-1.16.1) Updates `net.bytebuddy:byte-buddy-agent` from 1.9.16 to 1.16.1 - [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.9.16...byte-buddy-1.16.1) Updates `net.bytebuddy:byte-buddy-dep` from 1.15.11 to 1.16.1 - [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.15.11...byte-buddy-1.16.1) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: net.bytebuddy:byte-buddy-agent dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: net.bytebuddy:byte-buddy-dep dependency-type: direct:production update-type: version-update:semver-minor ... 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 ea00c5596b..73590ec5da 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.16.1 diff --git a/pom.xml b/pom.xml index 3604d27332..a4d414ff6a 100644 --- a/pom.xml +++ b/pom.xml @@ -130,7 +130,7 @@ 9.4.11.v20180605 1.5.3 - 1.15.11 + 1.16.1 9.7.1 5.4.0 From 495a1770a7b07b709161dfd0c4c5246bb1b8a50c Mon Sep 17 00:00:00 2001 From: Jonas Kunz Date: Tue, 21 Jan 2025 13:18:07 +0100 Subject: [PATCH 2/2] Update pom.xml --- 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 73590ec5da..ea00c5596b 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.16.1 + 1.9.16