Upgrade dependencies; prepare for release
This commit is contained in:
10
build.gradle
10
build.gradle
@@ -92,7 +92,7 @@ ext {
|
||||
pahoMqttClientVersion = '1.2.5'
|
||||
postgresVersion = '42.2.23'
|
||||
r2dbch2Version='0.8.4.RELEASE'
|
||||
reactorVersion = '2020.0.7'
|
||||
reactorVersion = '2020.0.13'
|
||||
resilience4jVersion = '1.6.1'
|
||||
romeToolsVersion = '1.16.0'
|
||||
rsocketVersion = '1.1.1'
|
||||
@@ -100,12 +100,12 @@ ext {
|
||||
servletApiVersion = '4.0.1'
|
||||
smackVersion = '4.3.5'
|
||||
soapVersion = '1.4.0'
|
||||
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.3.12'
|
||||
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.3.14'
|
||||
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2020.0.15'
|
||||
springKafkaVersion = '2.6.12'
|
||||
springKafkaVersion = '2.6.13'
|
||||
springRetryVersion = '1.3.1'
|
||||
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.4.8'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.13'
|
||||
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.4.10'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.15'
|
||||
springWsVersion = '3.0.10.RELEASE'
|
||||
tomcatVersion = '9.0.50'
|
||||
xstreamVersion = '1.4.17'
|
||||
|
||||
Reference in New Issue
Block a user