Skip to content

Commit

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

Bump org.objenesis:objenesis from 3.3 to 3.4
  • Loading branch information
koral-- authored Oct 31, 2024
2 parents 16b6918 + 8f7c82c commit b902a2f
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 @@ -30,7 +30,7 @@ dependencies {
testImplementation "org.spockframework:spock-core:2.3-groovy-3.0"
testImplementation "org.spockframework:spock-junit4:2.3-groovy-3.0"
testImplementation "cglib:cglib-nodep:3.3.0" //mocking concrete classes with spock
testImplementation "org.objenesis:objenesis:3.3" //as above
testImplementation "org.objenesis:objenesis:3.4" //as above
}

tasks.withType(Test).configureEach { testTask ->
Expand Down

0 comments on commit b902a2f

Please sign in to comment.