From 50eef1b979a188d90116720ba4d24c2e77b5cecd Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Fri, 22 May 2015 17:55:24 +0200 Subject: [PATCH] Upgrade to ASM 5.0.4 (and Hibernate 4.2.19) Issue: SPR-13039 --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index ee0c3403068..767b171cba6 100644 --- a/build.gradle +++ b/build.gradle @@ -182,7 +182,7 @@ project("spring-core") { // avoids including two different copies of asm unnecessarily. If however future cglib // versions drift from the version of asm used by Spring internally, this duplication // will become necessary. - def asmVersion = "5.0.3" + def asmVersion = "5.0.4" def cglibVersion = "3.1" configurations { @@ -562,8 +562,8 @@ project("spring-orm-hibernate4") { provided(project(":spring-jdbc")) provided(project(":spring-tx")) optional(project(":spring-web")) - optional("org.hibernate:hibernate-core:4.2.15.Final") - optional("org.hibernate:hibernate-entitymanager:4.2.15.Final") + optional("org.hibernate:hibernate-core:4.2.19.Final") + optional("org.hibernate:hibernate-entitymanager:4.2.19.Final") optional("javax.servlet:servlet-api:2.5") } } @@ -879,7 +879,7 @@ configure(rootProject) { testCompile("javax.inject:javax.inject:1") testCompile("javax.resource:connector-api:1.5") testCompile("org.aspectj:aspectjweaver:${aspectjVersion}") - testCompile("org.hibernate:hibernate-core:4.2.15.Final") + testCompile("org.hibernate:hibernate-core:4.2.19.Final") testCompile("hsqldb:hsqldb:${hsqldbVersion}") }