Skip to content

Commit 121a483

Browse files
committed
Update Spring AMQP to version 2.3.0-SNAPSHOT
1 parent 58bbc96 commit 121a483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ allprojects {
5050
springVersionDefault = '5.3.0-SNAPSHOT'
5151
springVersion = project.hasProperty('springVersion') ? getProperty('springVersion') : springVersionDefault
5252
springRetryVersion = '1.2.5.RELEASE'
53-
springAmqpVersion = '2.3.0.BUILD-SNAPSHOT' // TODO update to 2.3.0-SNAPSHOT when available
53+
springAmqpVersion = '2.3.0-SNAPSHOT'
5454
springDataCommonsVersion = '2.4.0-SNAPSHOT'
5555
springDataGemfireVersion = '2.4.0-SNAPSHOT'
5656
springDataJpaVersion = '2.4.0-SNAPSHOT'

0 commit comments

Comments
 (0)