From 77a0d5c0bc4220b54a86db54f3c87166619dff33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 03:12:54 +0000 Subject: [PATCH] dependabot: bump net.bytebuddy:byte-buddy-agent from 1.14.9 to 1.15.5 Bumps [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.14.9 to 1.15.5. - [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.9...byte-buddy-1.15.5) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy-agent dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 08cb56ef1..879ba0eb1 100644 --- a/build.gradle +++ b/build.gradle @@ -155,7 +155,7 @@ dependencies { testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.14.1' testImplementation group: 'org.objenesis', name: 'objenesis', version: '3.3' testImplementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.14.9' - testImplementation group: 'net.bytebuddy', name: 'byte-buddy-agent', version: '1.14.9' + testImplementation group: 'net.bytebuddy', name: 'byte-buddy-agent', version: '1.15.5' testCompileOnly 'org.apiguardian:apiguardian-api:1.1.2' // jupiter is required to run unit tests not inherited from OpenSearchTestCase (e.g., PreviousValueImputerTests) testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2' @@ -221,7 +221,7 @@ configurations.all { force "org.mockito:mockito-core:5.14.1" force "org.objenesis:objenesis:3.3" force "net.bytebuddy:byte-buddy:1.14.9" - force "net.bytebuddy:byte-buddy-agent:1.14.9" + force "net.bytebuddy:byte-buddy-agent:1.15.5" force "com.google.code.gson:gson:2.8.9" force "junit:junit:4.13.2"