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.
2.6.0-M1
1 parent 5c2af84 commit 21df969Copy full SHA for 21df969
build.gradle
@@ -100,7 +100,7 @@ ext {
100
soapVersion = '1.4.0'
101
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.3.0-M2'
102
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2020.0.0-M2'
103
- springKafkaVersion = '2.6.0-SNAPSHOT'
+ springKafkaVersion = '2.6.0-M1'
104
springRetryVersion = '1.3.0'
105
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.4.0-RC1'
106
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.0-M2'
0 commit comments