We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5869309 + aa456ce commit d4adac0Copy full SHA for d4adac0
1 file changed
build.gradle
@@ -61,7 +61,7 @@ dependencies {
61
testImplementation 'junit:junit:4.13.2'
62
testImplementation "org.codehaus.groovy:groovy-all:2.5.23"
63
testImplementation "org.spockframework:spock-core:1.3-groovy-2.5"
64
- testImplementation "cglib:cglib-nodep:2.2.2"
+ testImplementation "cglib:cglib-nodep:3.3.0"
65
testImplementation group: 'org.objenesis', name: 'objenesis', version: '1.2'
66
}
67
0 commit comments