@@ -16,7 +16,7 @@ plugins {
16
16
id ' io.spring.nohttp' version ' 0.0.10' apply false
17
17
id ' org.ajoberstar.grgit' version ' 4.1.0'
18
18
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
20
20
id ' org.jetbrains.dokka' version ' 0.10.1'
21
21
id ' org.asciidoctor.jvm.pdf' version ' 3.3.2'
22
22
id ' org.asciidoctor.jvm.gems' version ' 3.3.2'
64
64
groovyVersion = ' 3.0.9'
65
65
hamcrestVersion = ' 2.2'
66
66
hazelcastVersion = ' 4.2.2'
67
- hibernateVersion = ' 5.5.7 .Final'
67
+ hibernateVersion = ' 5.5.8 .Final'
68
68
hsqldbVersion = ' 2.6.0'
69
69
h2Version = ' 1.4.200'
70
70
jacksonVersion = ' 2.12.5'
83
83
lettuceVersion = ' 6.1.5.RELEASE'
84
84
log4jVersion = ' 2.14.1'
85
85
mailVersion = ' 1.6.7'
86
- micrometerVersion = ' 1.7.4 '
86
+ micrometerVersion = ' 1.7.5 '
87
87
mockitoVersion = ' 3.12.4'
88
88
mongoDriverVersion = ' 4.3.2'
89
89
mysqlVersion = ' 8.0.26'
@@ -98,12 +98,12 @@ ext {
98
98
servletApiVersion = ' 4.0.1'
99
99
smackVersion = ' 4.3.5'
100
100
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 '
104
104
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 '
107
107
springWsVersion = ' 3.1.1'
108
108
tomcatVersion = ' 9.0.52'
109
109
xmlUnitVersion = ' 2.8.2'
0 commit comments