Skip to content

Commit ca7fb23

Browse files
committed
Upgrade to Hibernate ORM 5.4.22, Hibernate Validator 6.1.6, Undertow 2.0.32, Checkstyle 8.36.2
1 parent f83bb71 commit ca7fb23

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ configure(allprojects) { project ->
116116
dependency "net.sf.ehcache:ehcache:2.10.6"
117117
dependency "org.ehcache:jcache:1.0.1"
118118
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"
121121
dependency "org.webjars:webjars-locator-core:0.45"
122122
dependency "org.webjars:underscorejs:1.8.3"
123123

@@ -132,7 +132,7 @@ configure(allprojects) { project ->
132132
entry 'tomcat-embed-core'
133133
entry 'tomcat-embed-websocket'
134134
}
135-
dependencySet(group: 'io.undertow', version: '2.0.31.Final') {
135+
dependencySet(group: 'io.undertow', version: '2.0.32.Final') {
136136
entry 'undertow-core'
137137
entry('undertow-websockets-jsr') {
138138
exclude group: "org.jboss.spec.javax.websocket", name: "jboss-websocket-api_1.1_spec"
@@ -326,7 +326,7 @@ configure([rootProject] + javaProjects) { project ->
326326
}
327327

328328
checkstyle {
329-
toolVersion = "8.36.1"
329+
toolVersion = "8.36.2"
330330
configDir = rootProject.file("src/checkstyle")
331331
}
332332

0 commit comments

Comments
 (0)