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.
2 parents 20afe76 + 69c2e29 commit 074b1efCopy full SHA for 074b1ef
buildSrc/src/main/kotlin/Versions.kt
@@ -1,12 +1,12 @@
1
@Suppress("ConstPropertyName", "MemberVisibilityCanBePrivate")
2
object Versions {
3
- const val project = "0.6.2"
+ const val project = "0.7.0-SNAPSHOT"
4
5
const val java = 17
6
const val kotlin = "1.9.22"
7
const val wrapper = "8.9"
8
9
- const val radarCommons = "1.1.3"
+ const val radarCommons = "1.2.2"
10
const val confluent = "7.8.1"
11
const val kafka = "$confluent-ce"
12
const val avro = "1.12.0"
0 commit comments