File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11plugins {
2- kotlin(" jvm" ) version " 1.9.10 "
2+ kotlin(" jvm" ) version " 1.9.22 "
33}
44
55repositories {
Original file line number Diff line number Diff line change 22object 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}
You can’t perform that action at this time.
0 commit comments