File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies {
1919 testImplementation " org.spockframework:spock-core"
2020 testImplementation " org.spockframework:spock-junit4"
2121 testRuntimeOnly ' cglib:cglib-nodep:3.3.0'
22- testRuntimeOnly ' org.objenesis:objenesis:3.4 '
22+ testRuntimeOnly ' org.objenesis:objenesis:3.5 '
2323 testRuntimeOnly ' ch.qos.logback:logback-classic:1.5.27'
2424}
2525
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies {
2020 testImplementation " org.spockframework:spock-junit4"
2121 testRuntimeOnly ' ch.qos.logback:logback-classic:1.5.27'
2222 testRuntimeOnly ' cglib:cglib-nodep:3.3.0'
23- testRuntimeOnly ' org.objenesis:objenesis:3.4 '
23+ testRuntimeOnly ' org.objenesis:objenesis:3.5 '
2424}
2525
2626test {
You can’t perform that action at this time.
0 commit comments