From 4f138479928268fcfade2d059dfba157838506a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 14:40:07 +0000 Subject: [PATCH] Bump byte-buddy from 1.12.16 to 1.12.17 Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.12.16 to 1.12.17. - [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.12.16...byte-buddy-1.12.17) --- 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 d59b752..5b4ffd5 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ dependencies { // optional dependencies for using Spock testImplementation "org.hamcrest:hamcrest-core:2.2" // only necessary if Hamcrest matchers are used - testRuntimeOnly 'net.bytebuddy:byte-buddy:1.12.16' // allows mocking of classes (in addition to interfaces) + testRuntimeOnly 'net.bytebuddy:byte-buddy:1.12.17' // allows mocking of classes (in addition to interfaces) testRuntimeOnly "org.objenesis:objenesis:3.3" // allows mocking of classes without default constructor (together with ByteBuddy or CGLIB) // dependencies used by examples in this project