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 be82e57 commit a36377aCopy full SHA for a36377a
build.gradle
@@ -100,7 +100,7 @@ ext {
100
soapVersion = '1.4.0'
101
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.3.0-M3'
102
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2020.0.0-RC1'
103
- springKafkaVersion = '2.6.0'
+ springKafkaVersion = '2.6.1'
104
springRetryVersion = '1.3.0'
105
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.4.0'
106
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.0-RC1'
0 commit comments