Skip to content

Commit 98ce781

Browse files
committed
Apply security upgrades October 2025 platform upgrade
1 parent cf9ce1b commit 98ce781

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ object Versions {
55
const val java = 17
66
const val dockerCompose = "0.17.5"
77

8-
const val radarCommons = "1.1.3"
9-
const val radarSchemas = "0.8.11"
10-
const val jackson = "2.16.1"
8+
const val radarCommons = "1.2.4"
9+
const val radarSchemas = "0.8.13"
10+
const val jackson = "2.17.3"
1111
const val slf4j = "2.0.9"
1212
const val log4j2 = "2.21.0"
1313
const val junit = "5.10.0"
@@ -18,7 +18,7 @@ object Versions {
1818

1919
const val wrapper = "8.13"
2020

21-
const val managementPortal = "2.1.5"
21+
const val managementPortal = "2.1.12"
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)