11buildscript {
2- ext. kotlinVersion = ' 1.5.31 '
2+ ext. kotlinVersion = ' 1.5.32 '
33 repositories {
44 mavenCentral()
55 maven { url ' https://plugins.gradle.org/m2' }
@@ -63,11 +63,11 @@ ext {
6363 greenmailVersion = ' 1.6.5'
6464 groovyVersion = ' 3.0.9'
6565 hamcrestVersion = ' 2.2'
66- hazelcastVersion = ' 4.2.2 '
67- hibernateVersion = ' 5.5.8 .Final'
66+ hazelcastVersion = ' 4.2.3 '
67+ hibernateVersion = ' 5.5.9 .Final'
6868 hsqldbVersion = ' 2.6.0'
6969 h2Version = ' 1.4.200'
70- jacksonVersion = ' 2.12.5 '
70+ jacksonVersion = ' 2.12.6 '
7171 javaxActivationVersion = ' 1.2.0'
7272 jaxbVersion = ' 2.3.4'
7373 jeroMqVersion = ' 0.5.2'
8181 jythonVersion = ' 2.7.2'
8282 kryoShadedVersion = ' 4.0.2'
8383 lettuceVersion = ' 6.1.5.RELEASE'
84- log4jVersion = ' 2.16 .0'
84+ log4jVersion = ' 2.17 .0'
8585 mailVersion = ' 1.6.7'
86- micrometerVersion = ' 1.7.6 '
86+ micrometerVersion = ' 1.7.7 '
8787 mockitoVersion = ' 3.12.4'
8888 mongoDriverVersion = ' 4.3.2'
8989 mysqlVersion = ' 8.0.27'
@@ -98,15 +98,15 @@ ext {
9898 servletApiVersion = ' 4.0.1'
9999 smackVersion = ' 4.3.5'
100100 soapVersion = ' 1.4.0'
101- springAmqpVersion = project. hasProperty(' springAmqpVersion' ) ? project. springAmqpVersion : ' 2.3.12 '
101+ springAmqpVersion = project. hasProperty(' springAmqpVersion' ) ? project. springAmqpVersion : ' 2.3.13 '
102102 springDataVersion = project. hasProperty(' springDataVersion' ) ? project. springDataVersion : ' 2021.0.7'
103103 springKafkaVersion = ' 2.7.9'
104104 springRetryVersion = ' 1.3.1'
105- springSecurityVersion = project. hasProperty(' springSecurityVersion' ) ? project. springSecurityVersion : ' 5.5.3 '
106- springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.3.13 '
107- springWsVersion = ' 3.1.1 '
105+ springSecurityVersion = project. hasProperty(' springSecurityVersion' ) ? project. springSecurityVersion : ' 5.5.4 '
106+ springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.3.14 '
107+ springWsVersion = ' 3.1.2 '
108108 testcontainersVersion = ' 1.16.2'
109- tomcatVersion = ' 9.0.52 '
109+ tomcatVersion = ' 9.0.56 '
110110 xmlUnitVersion = ' 2.8.2'
111111 xstreamVersion = ' 1.4.17'
112112
@@ -349,7 +349,7 @@ configure(javaProjects) { subproject ->
349349
350350 checkstyle {
351351 configDirectory. set(rootProject. file(' src/checkstyle' ))
352- toolVersion = project. hasProperty(' checkstyleVersion' ) ? project. checkstyleVersion : ' 9.1 '
352+ toolVersion = project. hasProperty(' checkstyleVersion' ) ? project. checkstyleVersion : ' 9.2 '
353353 }
354354
355355 jar {
0 commit comments