Skip to content

Commit f565489

Browse files
authored
Merge pull request #101 from RADAR-base/release-0.12.2
Release 0.12.2
2 parents f258554 + 888cd8f commit f565489

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories {
1111
}
1212
1313
dependencies {
14-
api("org.radarbase:radar-jersey:0.11.0")
14+
api("org.radarbase:radar-jersey:0.12.2")
1515
}
1616
```
1717

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@Suppress("ConstPropertyName")
22
object Versions {
3-
const val project = "0.12.1"
3+
const val project = "0.12.2"
44
const val kotlin = "1.9.22"
55

66
const val java: Int = 17
@@ -12,7 +12,7 @@ object Versions {
1212
const val mockitoKotlin = "5.2.1"
1313

1414
const val hk2 = "3.0.5"
15-
const val managementPortal = "2.1.7"
15+
const val managementPortal = "2.1.9"
1616
const val radarCommons = "1.1.2"
1717
const val javaJwt = "4.4.0"
1818
const val jakartaWsRs = "3.1.0"

0 commit comments

Comments
 (0)