@@ -16,7 +16,7 @@ plugins {
1616 id ' io.spring.nohttp' version ' 0.0.10' apply false
1717 id ' org.ajoberstar.grgit' version ' 4.1.0'
1818 id ' io.spring.dependency-management' version ' 1.0.11.RELEASE'
19- id ' com.jfrog.artifactory' version ' 4.24.18 ' apply false
19+ id ' com.jfrog.artifactory' version ' 4.24.20 ' apply false
2020 id ' org.jetbrains.dokka' version ' 0.10.1'
2121 id ' org.asciidoctor.jvm.pdf' version ' 3.3.2'
2222 id ' org.asciidoctor.jvm.gems' version ' 3.3.2'
6464 groovyVersion = ' 3.0.9'
6565 hamcrestVersion = ' 2.2'
6666 hazelcastVersion = ' 4.2.2'
67- hibernateVersion = ' 5.5.7 .Final'
67+ hibernateVersion = ' 5.5.8 .Final'
6868 hsqldbVersion = ' 2.6.0'
6969 h2Version = ' 1.4.200'
7070 jacksonVersion = ' 2.12.5'
8383 lettuceVersion = ' 6.1.5.RELEASE'
8484 log4jVersion = ' 2.14.1'
8585 mailVersion = ' 1.6.7'
86- micrometerVersion = ' 1.7.4 '
86+ micrometerVersion = ' 1.7.5 '
8787 mockitoVersion = ' 3.12.4'
8888 mongoDriverVersion = ' 4.3.2'
8989 mysqlVersion = ' 8.0.26'
@@ -98,12 +98,12 @@ 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.10 '
102- springDataVersion = project. hasProperty(' springDataVersion' ) ? project. springDataVersion : ' 2021.0.5 '
103- springKafkaVersion = ' 2.7.7 '
101+ springAmqpVersion = project. hasProperty(' springAmqpVersion' ) ? project. springAmqpVersion : ' 2.3.11 '
102+ springDataVersion = project. hasProperty(' springDataVersion' ) ? project. springDataVersion : ' 2021.0.6 '
103+ springKafkaVersion = ' 2.7.8 '
104104 springRetryVersion = ' 1.3.1'
105- springSecurityVersion = project. hasProperty(' springSecurityVersion' ) ? project. springSecurityVersion : ' 5.5.2 '
106- springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.3.10 '
105+ springSecurityVersion = project. hasProperty(' springSecurityVersion' ) ? project. springSecurityVersion : ' 5.5.3 '
106+ springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.3.11 '
107107 springWsVersion = ' 3.1.1'
108108 tomcatVersion = ' 9.0.52'
109109 xmlUnitVersion = ' 2.8.2'
0 commit comments