Skip to content

Commit 312986f

Browse files
committed
Apply security upgrades October 2025 platform upgrade
1 parent ffd3e77 commit 312986f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
11
@Suppress("ConstPropertyName", "MemberVisibilityCanBePrivate")
22
object Versions {
3-
const val project = "0.7.0"
3+
const val project = "0.6.3"
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.2.2"
9+
const val radarCommons = "1.2.4"
1010
const val confluent = "7.8.1"
1111
const val kafka = "$confluent-ce"
1212
const val avro = "1.12.0"
1313

14-
const val managementPortal = "2.0.0"
14+
const val managementPortal = "2.1.10"
1515

1616
// From image
1717
const val jackson = "2.17.0"
1818

1919
const val log4j2 = "2.23.1"
2020
const val slf4j = "2.0.13"
2121
const val sentryLog4j = "1.7.30"
22-
const val sentryOpenTelemetryAgent = "8.1.0"
2322

2423
const val okhttp = "4.12.0"
2524

0 commit comments

Comments
 (0)