Skip to content

Commit 1ed30ff

Browse files
authored
Merge pull request #123 from RADAR-base/version/radar-commons-1.2.0
Update radarCommons to version 1.2.2
2 parents 1eb60e4 + 6afea7d commit 1ed30ff

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,14 +1,14 @@
11
@Suppress("ConstPropertyName")
22
object Versions {
3-
const val project = "0.8.0"
3+
const val project = "0.9.0"
44

55
const val java = 17
66
const val kotlin = "1.9.22"
77
const val dockerCompose = "0.17.6"
88

99
const val ktor = "2.3.10"
1010
const val radarJersey = "0.11.1"
11-
const val radarCommons = "1.1.3"
11+
const val radarCommons = "1.2.2"
1212
const val radarSchemas = "0.8.9"
1313
const val jackson = "2.15.3"
1414
const val log4j2 = "2.23.1"

0 commit comments

Comments
 (0)