Skip to content

Commit d9922df

Browse files
authored
Merge pull request #568 from RADAR-base/release-3.0.5
Update project version and management-portal client version
2 parents 6fbf8f8 + 8c444ef commit d9922df

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

55
const val java = 17
66
const val dockerCompose = "0.17.5"
@@ -18,7 +18,7 @@ object Versions {
1818

1919
const val wrapper = "8.13"
2020

21-
const val managementPortal = "2.1.12"
21+
const val managementPortal = "2.1.13"
2222
const val coroutines = "1.7.3"
2323
const val snappy = "1.1.10.5"
2424
const val jCommander = "1.82"

0 commit comments

Comments
 (0)