@@ -9,8 +9,8 @@ arrowVersion = "2.0.1"
9
9
arrowJacksonIntegrationVersion = " 0.15.1"
10
10
comSksamuelHopliteVersion = " 2.9.0"
11
11
graphqlClientVersion = " 8.3.0"
12
- orgApacheKafkaVersion = " 3.8.1 "
13
- ioConfluentKafkaVersion = " 7.8.1 "
12
+ orgApacheKafkaVersion = " 3.9.0 "
13
+ ioConfluentKafkaVersion = " 7.9.0 "
14
14
orgApacheAvroVersion = " 1.12.0"
15
15
comFasterxmlJacksonVersion = " 2.18.3"
16
16
kotlinExposedVersion = " 0.59.0"
@@ -34,7 +34,6 @@ ktorVersion = "3.1.1"
34
34
[libraries ]
35
35
coroutinesCore = { group = " org.jetbrains.kotlinx" , name = " kotlinx-coroutines-core" , version.ref = " coroutinesVersion" }
36
36
arrow-core-core = { group = " io.arrow-kt" , name = " arrow-core" , version.ref = " arrowVersion" }
37
- arrow-core-serialization = { group = " io.arrow-kt" , name = " arrow-core-serialization" , version.ref = " arrowVersion" }
38
37
arrow-functions = { group = " io.arrow-kt" , name = " arrow-functions" , version.ref = " arrowVersion" }
39
38
arrow-integration-jackson = { group = " io.arrow-kt" , name = " arrow-integrations-jackson-module" , version.ref = " arrowJacksonIntegrationVersion" }
40
39
logbackClassic = { group = " ch.qos.logback" , name = " logback-classic" , version.ref = " logbackVersion" }
@@ -78,7 +77,6 @@ jackson-datatypeJsr310 = { group = "com.fasterxml.jackson.datatype", name = "jac
78
77
jackson-dataformat-csv = { group = " com.fasterxml.jackson.dataformat" , name = " jackson-dataformat-csv" , version.ref = " comFasterxmlJacksonVersion" }
79
78
jackson-kotlin = { group = " com.fasterxml.jackson.module" , name = " jackson-module-kotlin" , version.ref = " comFasterxmlJacksonVersion" }
80
79
jackson-core = { group = " com.fasterxml.jackson.core" , name = " jackson-core" , version.ref = " comFasterxmlJacksonVersion" }
81
- graphql-client = { group = " com.expediagroup" , name = " graphql-kotlin-client" , version.ref = " graphqlClientVersion" }
82
80
graphql-ktor-client = { group = " com.expediagroup" , name = " graphql-kotlin-ktor-client" , version.ref = " graphqlClientVersion" }
83
81
hoplite-core = { group = " com.sksamuel.hoplite" , name = " hoplite-core" , version.ref = " comSksamuelHopliteVersion" }
84
82
hoplite-toml = { group = " com.sksamuel.hoplite" , name = " hoplite-toml" , version.ref = " comSksamuelHopliteVersion" }
0 commit comments