From 44118f8e4e427933d589fae4dd2f34b3a799f908 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:58:24 +0000 Subject: [PATCH] build(deps): bump net.bytebuddy:byte-buddy from 1.14.18 to 1.15.7 Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.18 to 1.15.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.14.18...byte-buddy-1.15.7) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5c6062a26..f855ceb05 100644 --- a/build.gradle +++ b/build.gradle @@ -109,7 +109,7 @@ dependencies { def mockito_version = '5.2.0' testImplementation group: 'org.mockito', name: 'mockito-inline', version: mockito_version testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: mockito_version - testImplementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.14.18' + testImplementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.15.7' def jupiter_version = '5.10.3' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: jupiter_version