Skip to content

Commit a9fa088

Browse files
Bump objenesis from 3.1 to 3.2
Bumps [objenesis](https://github.com/easymock/objenesis) from 3.1 to 3.2. - [Release notes](https://github.com/easymock/objenesis/releases) - [Commits](easymock/objenesis@3.1...3.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent f57facd commit a9fa088

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
@@ -43,7 +43,7 @@ dependencies {
4343
exclude group: 'org.codehaus.groovy'
4444
}
4545
testCompile 'info.solidsoft.spock:spock-global-unroll:0.5.1'
46-
testCompile 'org.objenesis:objenesis:3.1' //for mocking classes with Spock
46+
testCompile 'org.objenesis:objenesis:3.2' //for mocking classes with Spock
4747
testCompile 'net.bytebuddy:byte-buddy:1.10.21' //for Spying with Spock
4848

4949
testCompile 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)