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 49d07ee commit 439346fCopy full SHA for 439346f
build.gradle
@@ -52,7 +52,7 @@ ext {
52
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.7.3'
53
rabbitmqHttpClientVersion = '3.2.0.RELEASE'
54
reactorVersion = 'Dysprosium-SR1'
55
- springDataCommonsVersion = '2.2.1.RELEASE'
+ springDataCommonsVersion = '2.2.3.RELEASE'
56
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.2.RELEASE'
57
springRetryVersion = '1.2.4.RELEASE'
58
}
0 commit comments