Skip to content

Commit 21df969

Browse files
committed
Upgrade to SK 2.6.0-M1; prepare for release
1 parent 5c2af84 commit 21df969

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
@@ -100,7 +100,7 @@ ext {
100100
soapVersion = '1.4.0'
101101
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.3.0-M2'
102102
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2020.0.0-M2'
103-
springKafkaVersion = '2.6.0-SNAPSHOT'
103+
springKafkaVersion = '2.6.0-M1'
104104
springRetryVersion = '1.3.0'
105105
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.4.0-RC1'
106106
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.0-M2'

0 commit comments

Comments
 (0)