Skip to content

Commit ef4c978

Browse files
committed
Upgrade to Hibernate 4.2.20
1 parent 8a82259 commit ef4c978

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.19.Final")
566-
optional("org.hibernate:hibernate-entitymanager:4.2.19.Final")
565+
optional("org.hibernate:hibernate-core:4.2.20.Final")
566+
optional("org.hibernate:hibernate-entitymanager:4.2.20.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.19.Final")
882+
testCompile("org.hibernate:hibernate-core:4.2.20.Final")
883883
testCompile("hsqldb:hsqldb:${hsqldbVersion}")
884884
}
885885

0 commit comments

Comments
 (0)