From d0a4064a2f0bc5e48f6baa6b8e6b5f30088db3f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 17:10:08 +0000 Subject: [PATCH 1/2] Bump version.byte-buddy from 1.14.7 to 1.14.8 Bumps `version.byte-buddy` from 1.14.7 to 1.14.8. Updates `net.bytebuddy:byte-buddy` from 1.14.7 to 1.14.8 - [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.7...byte-buddy-1.14.8) Updates `net.bytebuddy:byte-buddy-agent` from 1.9.16 to 1.14.8 - [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.14.8) Updates `net.bytebuddy:byte-buddy-dep` from 1.14.7 to 1.14.8 - [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.7...byte-buddy-1.14.8) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:production update-type: version-update:semver-patch - 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-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 6a88d23984..3404cf821a 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.14.8 diff --git a/pom.xml b/pom.xml index eadb44e249..18c1518289 100644 --- a/pom.xml +++ b/pom.xml @@ -131,7 +131,7 @@ 9.4.11.v20180605 1.0.86 - 1.14.7 + 1.14.8 9.5 5.4.0 From a8b98e3499f3f86af0ba0a05a6e771c3afb4580f Mon Sep 17 00:00:00 2001 From: jackshirazi Date: Mon, 18 Sep 2023 19:59:29 +0100 Subject: [PATCH 2/2] Update integration-tests/runtime-attach/runtime-attach-app/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 3404cf821a..6a88d23984 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.14.8 + 1.9.16