From 9b7e1f1b278c1b7357d0ee830bb78e3fece0c37e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 07:55:58 +0000 Subject: [PATCH] Bump net.bytebuddy:byte-buddy from 1.14.18 to 1.15.3 Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.18 to 1.15.3. - [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.18...byte-buddy-1.15.3) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- agent/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agent/build.gradle b/agent/build.gradle index 43765b6..5b99cdb 100644 --- a/agent/build.gradle +++ b/agent/build.gradle @@ -62,8 +62,8 @@ dependencies { compileOnly 'com.google.auto.service:auto-service-annotations:1.1.1' annotationProcessor 'com.google.auto.service:auto-service:1.1.1' - implementation 'net.bytebuddy:byte-buddy:1.14.18' - implementation 'net.bytebuddy:byte-buddy-agent:1.14.18' + implementation 'net.bytebuddy:byte-buddy:1.15.3' + implementation 'net.bytebuddy:byte-buddy-agent:1.15.3' compileOnly 'io.projectreactor:reactor-core:3.2.5.RELEASE' compileOnly 'io.reactivex.rxjava2:rxjava:2.2.18'