From 2c951fbb0895f587d4845190c70f8f22bd9cc9d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 11:04:16 +0200 Subject: [PATCH] Bump net.bytebuddy:byte-buddy from 1.14.3 to 1.14.4 (#351) Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.3 to 1.14.4. --- agent/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agent/build.gradle b/agent/build.gradle index f5d9b14..3542e23 100644 --- a/agent/build.gradle +++ b/agent/build.gradle @@ -62,8 +62,8 @@ dependencies { compileOnly 'com.google.auto.service:auto-service-annotations:1.0.1' annotationProcessor 'com.google.auto.service:auto-service:1.0' - implementation 'net.bytebuddy:byte-buddy:1.14.3' - implementation 'net.bytebuddy:byte-buddy-agent:1.14.3' + implementation 'net.bytebuddy:byte-buddy:1.14.4' + implementation 'net.bytebuddy:byte-buddy-agent:1.14.4' compileOnly 'io.projectreactor:reactor-core:3.2.5.RELEASE' compileOnly 'io.reactivex.rxjava2:rxjava:2.2.18'