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 @@ -116,8 +116,8 @@ configure(allprojects) { project ->
116
116
dependency " net.sf.ehcache:ehcache:2.10.6"
117
117
dependency " org.ehcache:jcache:1.0.1"
118
118
dependency " org.ehcache:ehcache:3.4.0"
119
- dependency " org.hibernate:hibernate-core:5.4.21 .Final"
120
- dependency " org.hibernate:hibernate-validator:6.1.5 .Final"
119
+ dependency " org.hibernate:hibernate-core:5.4.22 .Final"
120
+ dependency " org.hibernate:hibernate-validator:6.1.6 .Final"
121
121
dependency " org.webjars:webjars-locator-core:0.45"
122
122
dependency " org.webjars:underscorejs:1.8.3"
123
123
@@ -132,7 +132,7 @@ configure(allprojects) { project ->
132
132
entry ' tomcat-embed-core'
133
133
entry ' tomcat-embed-websocket'
134
134
}
135
- dependencySet(group : ' io.undertow' , version : ' 2.0.31 .Final' ) {
135
+ dependencySet(group : ' io.undertow' , version : ' 2.0.32 .Final' ) {
136
136
entry ' undertow-core'
137
137
entry(' undertow-websockets-jsr' ) {
138
138
exclude group : " org.jboss.spec.javax.websocket" , name : " jboss-websocket-api_1.1_spec"
@@ -326,7 +326,7 @@ configure([rootProject] + javaProjects) { project ->
326
326
}
327
327
328
328
checkstyle {
329
- toolVersion = " 8.36.1 "
329
+ toolVersion = " 8.36.2 "
330
330
configDir = rootProject. file(" src/checkstyle" )
331
331
}
332
332
You can’t perform that action at this time.
0 commit comments