Skip to content

Commit 4484c4d

Browse files
committed
Upgrade r2dbc-h2 to 0.9.1; spring retry to 1.3.2
1 parent 50cf364 commit 4484c4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ ext {
8989
mysqlVersion = '8.0.28'
9090
pahoMqttClientVersion = '1.2.5'
9191
postgresVersion = '42.3.1'
92-
r2dbch2Version = '0.9.0.RELEASE'
92+
r2dbch2Version = '0.9.1.RELEASE'
9393
reactorVersion = '2020.0.15'
9494
resilience4jVersion = '1.7.1'
9595
romeToolsVersion = '1.18.0'
@@ -101,7 +101,7 @@ ext {
101101
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2022.0.0-SNAPSHOT'
102102
springGraphqlVersion = '1.0.0-SNAPSHOT'
103103
springKafkaVersion = '3.0.0-SNAPSHOT'
104-
springRetryVersion = '1.3.1'
104+
springRetryVersion = '1.3.2'
105105
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '6.0.0-SNAPSHOT'
106106
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.0-SNAPSHOT'
107107
springWsVersion = '4.0.0-SNAPSHOT'

0 commit comments

Comments
 (0)