Skip to content

Commit c7450fd

Browse files
committed
Bump deps to latest versions and bump java to 17
1 parent 65b753f commit c7450fd

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
kotlin("jvm") version "1.9.10"
2+
kotlin("jvm") version "1.9.22"
33
}
44

55
repositories {

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22
object Versions {
33
const val project = "0.4.2-SNAPSHOT"
44

5-
const val java = 11
5+
const val java = 17
66
const val kotlin = "1.9.10"
77
const val wrapper = "8.4"
88

9-
const val radarCommons = "1.1.1"
10-
const val confluent = "7.5.0"
9+
const val radarCommons = "1.1.2"
10+
const val confluent = "7.6.0"
1111
const val kafka = "$confluent-ce"
12-
const val avro = "1.11.0"
12+
const val avro = "1.11.3"
1313

1414
const val managementPortal = "2.0.0"
1515

1616
// From image
17-
const val jackson = "2.14.2"
17+
const val jackson = "2.16.1"
1818

1919
const val log4j2 = "2.20.0"
2020
const val slf4j = "2.0.9"
2121

22-
const val okhttp = "4.11.0"
22+
const val okhttp = "4.12.0"
2323

2424
const val firebaseAdmin = "9.1.0"
2525
const val radarSchemas = "0.8.7-hotfix"
@@ -29,5 +29,5 @@ object Versions {
2929
const val wiremock = "2.27.2"
3030
const val mockito = "5.3.1"
3131

32-
const val kotlinVersion = "1.8.21"
32+
const val kotlinVersion = "1.9.10"
3333
}

0 commit comments

Comments
 (0)