File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.1.1 -all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -all.zip
4
4
networkTimeout =10000
5
+ validateDistributionUrl =true
5
6
zipStoreBase =GRADLE_USER_HOME
6
7
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dependencies {
34
34
// Unit testing
35
35
testImplementation " org.apache.groovy:groovy-all:4.0.13"
36
36
testImplementation " org.spockframework:spock-core:2.3-groovy-4.0"
37
- testRuntimeOnly " cglib:cglib-nodep:3.3.0 "
37
+ testRuntimeOnly " net.bytebuddy:byte-buddy:1.14.9 "
38
38
testRuntimeOnly " org.objenesis:objenesis:3.3"
39
39
testImplementation " org.slf4j:slf4j-simple:$LIB_SLF4J_VER "
40
40
testImplementation " org.springframework:spring-test:6.0.10"
You can’t perform that action at this time.
0 commit comments