We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb5a98c commit a8db4f0Copy full SHA for a8db4f0
gradle/libs.versions.toml
@@ -6,7 +6,7 @@ ktor = "2.3.7"
6
[libraries]
7
archunit = { module = "com.tngtech.archunit:archunit-junit5", version = "1.2.1" }
8
embedmongo = { module = "de.flapdoodle.embed:de.flapdoodle.embed.mongo", version = "4.12.2" }
9
-kafka-clients = { module = "org.apache.kafka:kafka-clients", version = "7.5.3-ce"}
+kafka-clients = { module = "org.apache.kafka:kafka-clients", version = "7.6.1-ce"}
10
kmongo = { module = "org.litote.kmongo:kmongo-serialization", version = "4.11.0" }
11
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
12
kotest-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
0 commit comments