We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c9342c commit 00983b2Copy full SHA for 00983b2
build.gradle
@@ -95,7 +95,7 @@ subprojects { subproject ->
95
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.7.2'
96
rabbitmqHttpClientVersion = '3.2.0.RELEASE'
97
reactorVersion = '3.3.0.BUILD-SNAPSHOT'
98
- springDataCommonsVersion = '2.2.0.RC1'
+ springDataCommonsVersion = '2.2.0.RC2'
99
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.0.RC1'
100
springRetryVersion = '1.2.4.RELEASE'
101
}
0 commit comments