Skip to content

Commit 39599f8

Browse files
committed
Update dependencies; prepare for release
1 parent 024ffd1 commit 39599f8

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

build.gradle

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616
id 'io.spring.nohttp' version '0.0.8' 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.14' apply false
19+
id 'com.jfrog.artifactory' version '4.24.15' 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'
@@ -60,11 +60,11 @@ ext {
6060
derbyVersion = '10.14.2.0'
6161
ftpServerVersion = '1.1.1'
6262
googleJsr305Version = '3.0.2'
63-
greenmailVersion = '1.6.4'
63+
greenmailVersion = '1.6.5'
6464
groovyVersion = '3.0.8'
6565
hamcrestVersion = '2.2'
66-
hazelcastVersion = '4.2.1'
67-
hibernateVersion = '5.5.4.Final'
66+
hazelcastVersion = '4.2.2'
67+
hibernateVersion = '5.5.6.Final'
6868
hsqldbVersion = '2.6.0'
6969
h2Version = '1.4.200'
7070
jacksonVersion = '2.12.4'
@@ -83,9 +83,9 @@ ext {
8383
lettuceVersion = '6.1.4.RELEASE'
8484
log4jVersion = '2.14.1'
8585
mailVersion = '1.6.7'
86-
micrometerVersion = '1.7.2'
86+
micrometerVersion = '1.7.3'
8787
mockitoVersion = '3.11.2'
88-
mongoDriverVersion = '4.3.0'
88+
mongoDriverVersion = '4.3.1'
8989
mysqlVersion = '8.0.26'
9090
pahoMqttClientVersion = '1.2.5'
9191
postgresVersion = '42.2.23'
@@ -99,13 +99,13 @@ ext {
9999
smackVersion = '4.3.5'
100100
soapVersion = '1.4.0'
101101
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.3.10'
102-
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2021.0.3'
103-
springKafkaVersion = '2.7.4'
102+
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2021.0.4'
103+
springKafkaVersion = '2.7.6'
104104
springRetryVersion = '1.3.1'
105-
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.5.1'
105+
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.5.2'
106106
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.9'
107107
springWsVersion = '3.1.1'
108-
tomcatVersion = '9.0.50'
108+
tomcatVersion = '9.0.52'
109109
xmlUnitVersion = '2.8.2'
110110
xstreamVersion = '1.4.17'
111111

@@ -342,7 +342,7 @@ configure(javaProjects) { subproject ->
342342

343343
checkstyle {
344344
configDirectory.set(rootProject.file('src/checkstyle'))
345-
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '8.44'
345+
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '8.45.1'
346346
}
347347

348348
jar {

0 commit comments

Comments
 (0)