Upgrade r2dbc-h2 to 0.9.1; spring retry to 1.3.2
This commit is contained in:
@@ -89,7 +89,7 @@ ext {
|
||||
mysqlVersion = '8.0.28'
|
||||
pahoMqttClientVersion = '1.2.5'
|
||||
postgresVersion = '42.3.1'
|
||||
r2dbch2Version = '0.9.0.RELEASE'
|
||||
r2dbch2Version = '0.9.1.RELEASE'
|
||||
reactorVersion = '2020.0.15'
|
||||
resilience4jVersion = '1.7.1'
|
||||
romeToolsVersion = '1.18.0'
|
||||
@@ -101,7 +101,7 @@ ext {
|
||||
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2022.0.0-SNAPSHOT'
|
||||
springGraphqlVersion = '1.0.0-SNAPSHOT'
|
||||
springKafkaVersion = '3.0.0-SNAPSHOT'
|
||||
springRetryVersion = '1.3.1'
|
||||
springRetryVersion = '1.3.2'
|
||||
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '6.0.0-SNAPSHOT'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.0-SNAPSHOT'
|
||||
springWsVersion = '4.0.0-SNAPSHOT'
|
||||
|
||||
Reference in New Issue
Block a user