From aa372d777915e75c68acd8a0e1c1571080d88c50 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Jul 2021 05:18:23 +0000 Subject: [PATCH] Bump byte-buddy from 1.10.21 to 1.11.9 Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.10.21 to 1.11.9. - [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.10.21...byte-buddy-1.11.9) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 30d61b1..0079709 100644 --- a/build.gradle +++ b/build.gradle @@ -44,7 +44,7 @@ dependencies { } testCompile 'info.solidsoft.spock:spock-global-unroll:0.5.1' testCompile 'org.objenesis:objenesis:3.1' //for mocking classes with Spock - testCompile 'net.bytebuddy:byte-buddy:1.10.21' //for Spying with Spock + testCompile 'net.bytebuddy:byte-buddy:1.11.9' //for Spying with Spock testCompile 'junit:junit:4.13.2'