File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ configure(allprojects) { project ->
61
61
entry ' aspectjweaver'
62
62
}
63
63
// If customJavaHome has been set, we assume we need Groovy 3.0 for testing purposes.
64
- dependencySet(group : ' org.codehaus.groovy' , version : System . getProperty(" customJavaHome" ) ? ' 3.0.0-rc-3 ' : ' 2.5.9' ) {
64
+ dependencySet(group : ' org.codehaus.groovy' , version : System . getProperty(" customJavaHome" ) ? ' 3.0.0' : ' 2.5.9' ) {
65
65
entry ' groovy'
66
66
entry ' groovy-jsr223'
67
67
entry ' groovy-templates'
@@ -125,7 +125,7 @@ configure(allprojects) { project ->
125
125
dependency " net.sf.ehcache:ehcache:2.10.6"
126
126
dependency " org.ehcache:jcache:1.0.1"
127
127
dependency " org.ehcache:ehcache:3.4.0"
128
- dependency " org.hibernate:hibernate-core:5.4.10 .Final"
128
+ dependency " org.hibernate:hibernate-core:5.4.11 .Final"
129
129
dependency " org.hibernate:hibernate-validator:6.1.2.Final"
130
130
dependency " org.webjars:webjars-locator-core:0.43"
131
131
dependency " org.webjars:underscorejs:1.8.3"
You can’t perform that action at this time.
0 commit comments