Skip to content

Commit 074b1ef

Browse files
authored
Merge pull request #167 from RADAR-base/open-telemetry-update
Up version of radar commons for opentelemetry
2 parents 20afe76 + 69c2e29 commit 074b1ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
@Suppress("ConstPropertyName", "MemberVisibilityCanBePrivate")
22
object Versions {
3-
const val project = "0.6.2"
3+
const val project = "0.7.0-SNAPSHOT"
44

55
const val java = 17
66
const val kotlin = "1.9.22"
77
const val wrapper = "8.9"
88

9-
const val radarCommons = "1.1.3"
9+
const val radarCommons = "1.2.2"
1010
const val confluent = "7.8.1"
1111
const val kafka = "$confluent-ce"
1212
const val avro = "1.12.0"

0 commit comments

Comments
 (0)