From 6a609eadf3a1cd6d2b60dc64560d1fcc04d88db7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 04:37:28 +0000 Subject: [PATCH] dependabot: bump net.bytebuddy:byte-buddy from 1.15.10 to 1.17.7 Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.15.10 to 1.17.7. - [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.15.10...byte-buddy-1.17.7) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.17.7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 65f425f41..234419745 100644 --- a/build.gradle +++ b/build.gradle @@ -176,8 +176,8 @@ dependencies { testImplementation group: 'pl.pragmatists', name: 'JUnitParams', version: '1.1.1' testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.14.2' testImplementation group: 'org.objenesis', name: 'objenesis', version: '3.4' - testImplementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.15.10' - testImplementation group: 'net.bytebuddy', name: 'byte-buddy-agent', version: '1.15.10' + testImplementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.17.7' + testImplementation group: 'net.bytebuddy', name: 'byte-buddy-agent', version: '1.17.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.11.2' @@ -262,8 +262,8 @@ configurations.all { force "org.mockito:mockito-core:5.14.2" force "org.objenesis:objenesis:3.4" - force "net.bytebuddy:byte-buddy:1.15.10" - force "net.bytebuddy:byte-buddy-agent:1.15.10" + force "net.bytebuddy:byte-buddy:1.17.7" + force "net.bytebuddy:byte-buddy-agent:1.17.7" force "com.google.code.gson:gson:2.11.0" force "junit:junit:4.13.2"