Skip to content

Commit 32f332b

Browse files
Bump byte-buddy from 1.10.21 to 1.10.22 (#196)
Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.10.21 to 1.10.22. - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](raphw/byte-buddy@byte-buddy-1.10.21...byte-buddy-1.10.22) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent f57facd commit 32f332b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444
}
4545
testCompile 'info.solidsoft.spock:spock-global-unroll:0.5.1'
4646
testCompile 'org.objenesis:objenesis:3.1' //for mocking classes with Spock
47-
testCompile 'net.bytebuddy:byte-buddy:1.10.21' //for Spying with Spock
47+
testCompile 'net.bytebuddy:byte-buddy:1.10.22' //for Spying with Spock
4848

4949
testCompile 'junit:junit:4.13.2'
5050

0 commit comments

Comments
 (0)