Skip to content

Commit

Permalink
Upgrade to CGLIB 3.2.2
Browse files Browse the repository at this point in the history
Issue: SPR-13934
  • Loading branch information
jhoeller committed Apr 9, 2016
1 parent cb95496 commit dc7ec44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ project("spring-core") {
// both into the spring-core jar. cglib 3.2 itself depends on asm 5.0 and is therefore
// further transformed by the JarJar task to depend on org.springframework.asm; this
// avoids including two different copies of asm unnecessarily.
def cglibVersion = "3.2.0"
def cglibVersion = "3.2.2"
def objenesisVersion = "2.2"

configurations {
Expand Down

0 comments on commit dc7ec44

Please sign in to comment.