From b1954cfd5706b2adff28bf9c900d7668290f9d5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 14:34:30 +0000 Subject: [PATCH] build(deps): bump net.bytebuddy:byte-buddy from 1.14.18 to 1.15.5 Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.18 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.18...byte-buddy-1.15.5) --- 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 5c6062a2..13f5af00 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.5' def jupiter_version = '5.10.3' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: jupiter_version