Skip to content

Commit 7b7d0a3

Browse files
committed
Upgrade to Hibernate ORM 5.4.17 and Checkstyle 8.33
1 parent d14140d commit 7b7d0a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ configure(allprojects) { project ->
115115
dependency "net.sf.ehcache:ehcache:2.10.6"
116116
dependency "org.ehcache:jcache:1.0.1"
117117
dependency "org.ehcache:ehcache:3.4.0"
118-
dependency "org.hibernate:hibernate-core:5.4.16.Final"
118+
dependency "org.hibernate:hibernate-core:5.4.17.Final"
119119
dependency "org.hibernate:hibernate-validator:6.1.5.Final"
120120
dependency "org.webjars:webjars-locator-core:0.45"
121121
dependency "org.webjars:underscorejs:1.8.3"
@@ -325,7 +325,7 @@ configure([rootProject] + javaProjects) { project ->
325325
}
326326

327327
checkstyle {
328-
toolVersion = "8.32"
328+
toolVersion = "8.33"
329329
configDir = rootProject.file("src/checkstyle")
330330
}
331331

0 commit comments

Comments
 (0)