Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2901 from Netflix/dependabot/gradle/cglib-cglib-3…
Browse files Browse the repository at this point in the history
….3.0

Bump cglib from 3.2.4 to 3.3.0
  • Loading branch information
apanicker-nflx committed Apr 7, 2022
2 parents be80879 + 6f180f5 commit fe65ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {

implementation "com.fasterxml.jackson.core:jackson-databind"
implementation "com.google.guava:guava:${revGuava}"
implementation "cglib:cglib:3.2.4"
implementation "cglib:cglib:3.3.0"
implementation "com.sun.jersey:jersey-client:${revJersey}"

testImplementation "org.springframework:spring-web"
Expand Down

0 comments on commit fe65ced

Please sign in to comment.