Skip to content

Commit 07fffe2

Browse files
committed
Upgrade dependencies; prepare for release
1 parent 7ce3173 commit 07fffe2

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
@@ -64,7 +64,7 @@ ext {
6464
groovyVersion = '3.0.7'
6565
hamcrestVersion = '2.2'
6666
hazelcastVersion = '4.0.3'
67-
hibernateVersion = '5.4.30.Final'
67+
hibernateVersion = '5.4.31.Final'
6868
hsqldbVersion = '2.5.1'
6969
h2Version = '1.4.200'
7070
jacksonVersion = '2.11.4'
@@ -328,7 +328,7 @@ configure(javaProjects) { subproject ->
328328

329329
checkstyle {
330330
configDirectory.set(rootProject.file("src/checkstyle"))
331-
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '8.41.1'
331+
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '8.42'
332332
}
333333

334334
jar {

0 commit comments

Comments
 (0)