Skip to content

Commit

Permalink
Merge pull request #94 from shipkit/dependabot/gradle/org.objenesis-o…
Browse files Browse the repository at this point in the history
…bjenesis-3.2

Bump objenesis from 3.1 to 3.2
[skip release]
  • Loading branch information
shestee committed Mar 22, 2021
2 parents fa5b51e + bbc8560 commit 2886f3f
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 @@ -40,7 +40,7 @@ dependencies {

testImplementation "org.spockframework:spock-core:1.3-groovy-2.5"
testImplementation "cglib:cglib-nodep:3.3.0" //mocking concrete classes with spock
testImplementation "org.objenesis:objenesis:3.1" //as above
testImplementation "org.objenesis:objenesis:3.2" //as above

testImplementation gradleTestKit()
}
Expand Down

0 comments on commit 2886f3f

Please sign in to comment.