Skip to content

Commit 35bdf28

Browse files
committed
Upgrade to Kafka 2.6.0 (GA)
1 parent 000ce9a commit 35bdf28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ext {
5656
jaywayJsonPathVersion = '2.4.0'
5757
junit4Version = '4.13'
5858
junitJupiterVersion = '5.6.2'
59-
kafkaVersion = '2.6.0' // RC0
59+
kafkaVersion = '2.6.0'
6060
log4jVersion = '2.13.2'
6161
micrometerVersion = '1.5.2'
6262
mockitoVersion = '3.3.3'
@@ -101,7 +101,7 @@ allprojects {
101101
if (version.endsWith('BUILD-SNAPSHOT')) {
102102
maven { url 'https://repo.spring.io/libs-snapshot' }
103103
}
104-
maven { url 'https://repository.apache.org/content/groups/staging/' }
104+
// maven { url 'https://repository.apache.org/content/groups/staging/' }
105105
}
106106

107107
}

0 commit comments

Comments
 (0)