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") {
562
562
provided(project(" :spring-jdbc" ))
563
563
provided(project(" :spring-tx" ))
564
564
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" )
567
567
optional(" javax.servlet:servlet-api:2.5" )
568
568
}
569
569
}
@@ -879,7 +879,7 @@ configure(rootProject) {
879
879
testCompile(" javax.inject:javax.inject:1" )
880
880
testCompile(" javax.resource:connector-api:1.5" )
881
881
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" )
883
883
testCompile(" hsqldb:hsqldb:${ hsqldbVersion} " )
884
884
}
885
885
You can’t perform that action at this time.
0 commit comments