We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce3173 commit 07fffe2Copy full SHA for 07fffe2
build.gradle
@@ -64,7 +64,7 @@ ext {
64
groovyVersion = '3.0.7'
65
hamcrestVersion = '2.2'
66
hazelcastVersion = '4.0.3'
67
- hibernateVersion = '5.4.30.Final'
+ hibernateVersion = '5.4.31.Final'
68
hsqldbVersion = '2.5.1'
69
h2Version = '1.4.200'
70
jacksonVersion = '2.11.4'
@@ -328,7 +328,7 @@ configure(javaProjects) { subproject ->
328
329
checkstyle {
330
configDirectory.set(rootProject.file("src/checkstyle"))
331
- toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '8.41.1'
+ toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '8.42'
332
}
333
334
jar {
0 commit comments