Skip to content

Commit

Permalink
Bump objenesis from 3.1 to 3.2
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Mar 29, 2021
1 parent 32f332b commit 15e1467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
exclude group: 'org.codehaus.groovy'
}
testCompile 'info.solidsoft.spock:spock-global-unroll:0.5.1'
testCompile 'org.objenesis:objenesis:3.1' //for mocking classes with Spock
testCompile 'org.objenesis:objenesis:3.2' //for mocking classes with Spock
testCompile 'net.bytebuddy:byte-buddy:1.10.22' //for Spying with Spock

testCompile 'junit:junit:4.13.2'
Expand Down

0 comments on commit 15e1467

Please sign in to comment.