File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ project("spring-core") {
182
182
// avoids including two different copies of asm unnecessarily. If however future cglib
183
183
// versions drift from the version of asm used by Spring internally, this duplication
184
184
// will become necessary.
185
- def asmVersion = " 5.0.3 "
185
+ def asmVersion = " 5.0.4 "
186
186
def cglibVersion = " 3.1"
187
187
188
188
configurations {
@@ -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.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" )
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.15 .Final" )
882
+ testCompile(" org.hibernate:hibernate-core:4.2.19 .Final" )
883
883
testCompile(" hsqldb:hsqldb:${ hsqldbVersion} " )
884
884
}
885
885
You can’t perform that action at this time.
0 commit comments