Skip to content

Commit 7b2605a

Browse files
author
Erin
committed
Updated kafka/confluent to 3.1.0 and 7.1.1
1 parent 9e8db0e commit 7b2605a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/utils.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
object Versions {
33
const val DEFAULT: String = "0.0.0"
44

5-
const val CONFLUENT: String = "5.3.0" //"7.0.0"
6-
const val KAFKA: String = "2.3.0" // 3.1.0
5+
const val CONFLUENT: String = "7.1.1" //"7.0.0"
6+
const val KAFKA: String = "3.1.0" // 3.1.0
77
const val AVRO: String = "1.8.2"
88

99
// const val APACHE_COMMONS = "1.6"

0 commit comments

Comments
 (0)