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 7b2605a commit 584eb29Copy full SHA for 584eb29
buildSrc/src/main/kotlin/utils.kt
@@ -2,8 +2,8 @@
2
object Versions {
3
const val DEFAULT: String = "0.0.0"
4
5
- const val CONFLUENT: String = "7.1.1" //"7.0.0"
6
- const val KAFKA: String = "3.1.0" // 3.1.0
+ const val CONFLUENT: String = "5.3.0" //"7.0.0"
+ const val KAFKA: String = "2.3.0" // 3.1.0
7
const val AVRO: String = "1.8.2"
8
9
// const val APACHE_COMMONS = "1.6"
0 commit comments