Skip to content

Commit

Permalink
chore(deps): replace cglib with byte-buddy (#543)
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
federicorispo authored Dec 19, 2023
1 parent 1b60a19 commit 8ef7540
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion graphql-java-servlet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
// Unit testing
testImplementation "org.apache.groovy:groovy-all:4.0.13"
testImplementation "org.spockframework:spock-core:2.3-groovy-4.0"
testRuntimeOnly "cglib:cglib-nodep:3.3.0"
testRuntimeOnly "net.bytebuddy:byte-buddy:1.14.9"
testRuntimeOnly "org.objenesis:objenesis:3.3"
testImplementation "org.slf4j:slf4j-simple:$LIB_SLF4J_VER"
testImplementation "org.springframework:spring-test:6.0.10"
Expand Down

0 comments on commit 8ef7540

Please sign in to comment.