Skip to content

Commit e58fcae

Browse files
Bump byte-buddy from 1.10.6 to 1.10.14 (#170)
Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.10.6 to 1.10.14. - [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.6...byte-buddy-1.10.14) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 96e75fa commit e58fcae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.6' //for Spying with Spock
47+
testCompile 'net.bytebuddy:byte-buddy:1.10.14' //for Spying with Spock
4848

4949
testCompile 'junit:junit:4.12'
5050

0 commit comments

Comments
 (0)