Skip to content

Commit 8ef7540

Browse files
chore(deps): replace cglib with byte-buddy (#543)
- Replaced cglib with byte-buddy since cglib is deprecated - Updated gradle version to 8.5 With these two bumps the build does not fail anymore
1 parent 1b60a19 commit 8ef7540

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
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
44
networkTimeout=10000
5+
validateDistributionUrl=true
56
zipStoreBase=GRADLE_USER_HOME
67
zipStorePath=wrapper/dists

graphql-java-servlet/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
// Unit testing
3535
testImplementation "org.apache.groovy:groovy-all:4.0.13"
3636
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"
3838
testRuntimeOnly "org.objenesis:objenesis:3.3"
3939
testImplementation "org.slf4j:slf4j-simple:$LIB_SLF4J_VER"
4040
testImplementation "org.springframework:spring-test:6.0.10"

0 commit comments

Comments
 (0)