File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ configure(allprojects) { project ->
56
56
entry ' aspectjtools'
57
57
entry ' aspectjweaver'
58
58
}
59
- dependencySet(group : ' org.codehaus.groovy' , version : ' 3.0.8 ' ) {
59
+ dependencySet(group : ' org.codehaus.groovy' , version : ' 3.0.9 ' ) {
60
60
entry ' groovy'
61
61
entry ' groovy-jsr223'
62
62
entry ' groovy-templates' // requires findbugs for warning-free compilation
@@ -123,7 +123,7 @@ configure(allprojects) { project ->
123
123
dependency " net.sf.ehcache:ehcache:2.10.6"
124
124
dependency " org.ehcache:jcache:1.0.1"
125
125
dependency " org.ehcache:ehcache:3.4.0"
126
- dependency " org.hibernate:hibernate-core:5.4.32 .Final"
126
+ dependency " org.hibernate:hibernate-core:5.5.7 .Final"
127
127
dependency " org.hibernate:hibernate-validator:6.2.0.Final"
128
128
dependency " org.webjars:webjars-locator-core:0.47"
129
129
dependency " org.webjars:underscorejs:1.8.3"
@@ -339,7 +339,7 @@ configure([rootProject] + javaProjects) { project ->
339
339
}
340
340
341
341
checkstyle {
342
- toolVersion = " 8.45.1 "
342
+ toolVersion = " 9.0 "
343
343
configDirectory. set(rootProject. file(" src/checkstyle" ))
344
344
}
345
345
Original file line number Diff line number Diff line change @@ -121,12 +121,12 @@ pluginManager.withPlugin("kotlin") {
121
121
// Fallback to JDK11
122
122
compileKotlin {
123
123
kotlinOptions {
124
- jvmTarget = ' 11 '
124
+ jvmTarget = ' 1.8 '
125
125
}
126
126
}
127
127
compileTestKotlin {
128
128
kotlinOptions {
129
- jvmTarget = ' 11 '
129
+ jvmTarget = ' 1.8 '
130
130
}
131
131
}
132
132
}
You can’t perform that action at this time.
0 commit comments