File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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.20 .Final" )
566- optional(" org.hibernate:hibernate-entitymanager:4.2.20 .Final" )
565+ optional(" org.hibernate:hibernate-core:4.2.21 .Final" )
566+ optional(" org.hibernate:hibernate-entitymanager:4.2.21 .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.20 .Final" )
882+ testCompile(" org.hibernate:hibernate-core:4.2.21 .Final" )
883883 testCompile(" hsqldb:hsqldb:${ hsqldbVersion} " )
884884 }
885885
You can’t perform that action at this time.
0 commit comments