Skip to content

Commit

Permalink
Upgrade dependencies; prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Nov 16, 2021
1 parent de0f91b commit f678514
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ext {
assertjVersion = '3.21.0'
assertkVersion = '0.25'
avroVersion = '1.10.2'
awaitilityVersion = '4.1.0'
awaitilityVersion = '4.1.1'
commonsDbcp2Version = '2.9.0'
commonsIoVersion = '2.11.0'
commonsNetVersion = '3.8.0'
Expand Down Expand Up @@ -83,27 +83,27 @@ ext {
lettuceVersion = '6.1.5.RELEASE'
log4jVersion = '2.14.1'
mailVersion = '1.6.7'
micrometerVersion = '1.7.5'
micrometerVersion = '1.7.6'
mockitoVersion = '3.12.4'
mongoDriverVersion = '4.3.2'
mysqlVersion = '8.0.26'
pahoMqttClientVersion = '1.2.5'
postgresVersion = '42.2.23'
r2dbch2Version='0.8.4.RELEASE'
reactorVersion = '2020.0.7'
reactorVersion = '2020.0.13'
resilience4jVersion = '1.7.1'
romeToolsVersion = '1.16.0'
rsocketVersion = '1.1.1'
saajVersion = '1.5.2'
servletApiVersion = '4.0.1'
smackVersion = '4.3.5'
soapVersion = '1.4.0'
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.3.11'
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2021.0.6'
springKafkaVersion = '2.7.8'
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.3.12'
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2021.0.7'
springKafkaVersion = '2.7.9'
springRetryVersion = '1.3.1'
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.5.3'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.11'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.13'
springWsVersion = '3.1.1'
tomcatVersion = '9.0.52'
xmlUnitVersion = '2.8.2'
Expand Down Expand Up @@ -348,7 +348,7 @@ configure(javaProjects) { subproject ->

checkstyle {
configDirectory.set(rootProject.file('src/checkstyle'))
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '9.0'
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '9.1'
}

jar {
Expand Down

0 comments on commit f678514

Please sign in to comment.