Skip to content

Commit 6aa510b

Browse files
committed
Upgrade dependencies before release
1 parent 263995f commit 6aa510b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins {
1515
id 'org.asciidoctor.convert' version '1.6.1'
1616
id 'io.spring.nohttp' version '0.0.4.RELEASE' apply false
1717
id 'org.ajoberstar.grgit' version '4.0.1'
18-
id "io.spring.dependency-management" version '1.0.8.RELEASE'
18+
id "io.spring.dependency-management" version '1.0.9.RELEASE'
1919
id 'com.jfrog.artifactory' version '4.13.0' apply false
2020
}
2121

@@ -57,7 +57,7 @@ ext {
5757
derbyVersion = '10.14.2.0'
5858
ftpServerVersion = '1.1.1'
5959
googleJsr305Version = '3.0.2'
60-
groovyVersion = '2.5.8'
60+
groovyVersion = '2.5.9'
6161
hamcrestVersion = '2.2'
6262
hazelcastVersion = '3.12.5'
6363
hibernateVersion = '5.4.10.Final'
@@ -80,18 +80,18 @@ ext {
8080
log4jVersion = '2.13.0'
8181
micrometerVersion = '1.3.3'
8282
mockitoVersion = '3.2.4'
83-
mongoDriverVersion = '1.12.0'
83+
mongoDriverVersion = '1.13.0'
8484
mysqlVersion = '8.0.18'
8585
pahoMqttClientVersion = '1.2.0'
8686
postgresVersion = '42.2.9'
87-
reactorVersion = 'Dysprosium-SR3'
87+
reactorVersion = 'Dysprosium-SR4'
8888
resilience4jVersion = '1.2.0'
8989
romeToolsVersion = '1.12.2'
9090
rsocketVersion = '1.0.0-RC5'
9191
servletApiVersion = '4.0.1'
9292
smackVersion = '4.3.4'
9393
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.2.3.RELEASE'
94-
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : 'Neumann-M1'
94+
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : 'Neumann-M2'
9595
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.3.0.M1'
9696
springRetryVersion = '1.2.5.RELEASE'
9797
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.3.RELEASE'
@@ -313,7 +313,7 @@ configure(javaProjects) { subproject ->
313313

314314
checkstyle {
315315
configFile = file("$rootDir/src/checkstyle/checkstyle.xml")
316-
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '8.26'
316+
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '8.28'
317317
}
318318

319319
jar {

0 commit comments

Comments
 (0)