Skip to content

Commit f7605ea

Browse files
committed
Upgrade to Hibernate ORM 5.4.25 and Checkstyle 8.38
1 parent ce67b89 commit f7605ea

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
@@ -116,7 +116,7 @@ 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.24.Final"
119+
dependency "org.hibernate:hibernate-core:5.4.25.Final"
120120
dependency "org.hibernate:hibernate-validator:6.1.6.Final"
121121
dependency "org.webjars:webjars-locator-core:0.46"
122122
dependency "org.webjars:underscorejs:1.8.3"
@@ -327,7 +327,7 @@ configure([rootProject] + javaProjects) { project ->
327327
}
328328

329329
checkstyle {
330-
toolVersion = "8.37"
330+
toolVersion = "8.38"
331331
configDir = rootProject.file("src/checkstyle")
332332
}
333333

0 commit comments

Comments
 (0)