Skip to content

Commit 50eef1b

Browse files
committed
Upgrade to ASM 5.0.4 (and Hibernate 4.2.19)
Issue: SPR-13039
1 parent d5de386 commit 50eef1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ project("spring-core") {
182182
// avoids including two different copies of asm unnecessarily. If however future cglib
183183
// versions drift from the version of asm used by Spring internally, this duplication
184184
// will become necessary.
185-
def asmVersion = "5.0.3"
185+
def asmVersion = "5.0.4"
186186
def cglibVersion = "3.1"
187187

188188
configurations {
@@ -562,8 +562,8 @@ project("spring-orm-hibernate4") {
562562
provided(project(":spring-jdbc"))
563563
provided(project(":spring-tx"))
564564
optional(project(":spring-web"))
565-
optional("org.hibernate:hibernate-core:4.2.15.Final")
566-
optional("org.hibernate:hibernate-entitymanager:4.2.15.Final")
565+
optional("org.hibernate:hibernate-core:4.2.19.Final")
566+
optional("org.hibernate:hibernate-entitymanager:4.2.19.Final")
567567
optional("javax.servlet:servlet-api:2.5")
568568
}
569569
}
@@ -879,7 +879,7 @@ configure(rootProject) {
879879
testCompile("javax.inject:javax.inject:1")
880880
testCompile("javax.resource:connector-api:1.5")
881881
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
882-
testCompile("org.hibernate:hibernate-core:4.2.15.Final")
882+
testCompile("org.hibernate:hibernate-core:4.2.19.Final")
883883
testCompile("hsqldb:hsqldb:${hsqldbVersion}")
884884
}
885885

0 commit comments

Comments
 (0)