From cb92a1915de0462bb66b7310418704553362a726 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 14:09:53 +0000 Subject: [PATCH] build(deps): bump net.bytebuddy:byte-buddy from 1.14.15 to 1.14.18 Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.15 to 1.14.18. - [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.15...byte-buddy-1.14.18) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cc565448..c955e8ed 100644 --- a/build.gradle +++ b/build.gradle @@ -110,7 +110,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.15' + testImplementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.14.18' def jupiter_version = '5.10.2' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: jupiter_version