Skip to content

Commit

Permalink
Upgrade Spring Data Commons
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Dec 4, 2019
1 parent 49d07ee commit 439346f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -52,7 +52,7 @@ ext {
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.7.3'
rabbitmqHttpClientVersion = '3.2.0.RELEASE'
reactorVersion = 'Dysprosium-SR1'
springDataCommonsVersion = '2.2.1.RELEASE'
springDataCommonsVersion = '2.2.3.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.2.RELEASE'
springRetryVersion = '1.2.4.RELEASE'
}
Expand Down

0 comments on commit 439346f

Please sign in to comment.