From 8bce238e2f36e35b55c2ab1ef904a4a2f3e2eb4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 20:51:57 +0000 Subject: [PATCH] dependabot: bump net.bytebuddy:byte-buddy-agent from 1.18.4 to 1.18.5 Bumps [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.18.4 to 1.18.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.18.4...byte-buddy-1.18.5) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy-agent dependency-version: 1.18.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index b36ac0891..86f9a0cc7 100644 --- a/build.gradle +++ b/build.gradle @@ -187,8 +187,8 @@ dependencies { testImplementation 'pl.pragmatists:JUnitParams:1.1.1' testImplementation 'org.mockito:mockito-core:5.21.0' testImplementation 'org.objenesis:objenesis:3.5' - testImplementation 'net.bytebuddy:byte-buddy:1.18.4' - testImplementation 'net.bytebuddy:byte-buddy-agent:1.18.4' + testImplementation 'net.bytebuddy:byte-buddy:1.18.7' + testImplementation 'net.bytebuddy:byte-buddy-agent:1.18.7' 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.14.2' @@ -264,8 +264,8 @@ configurations.all { force "org.mockito:mockito-core:5.21.0" force "org.objenesis:objenesis:3.5" - force "net.bytebuddy:byte-buddy:1.18.4" - force "net.bytebuddy:byte-buddy-agent:1.18.4" + force "net.bytebuddy:byte-buddy:1.18.7" + force "net.bytebuddy:byte-buddy-agent:1.18.7" force "com.google.code.gson:gson:2.13.2" force "junit:junit:4.13.2"