We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b7356c commit 0d5a1d6Copy full SHA for 0d5a1d6
1 file changed
gradle/libs.versions.toml
@@ -7,7 +7,7 @@ ktor = "2.3.6"
7
archunit = { module = "com.tngtech.archunit:archunit-junit5", version = "1.2.0" }
8
embedmongo = { module = "de.flapdoodle.embed:de.flapdoodle.embed.mongo", version = "4.10.1" }
9
kafka-clients = { module = "org.apache.kafka:kafka-clients", version = "7.5.0-ce"}
10
-kmongo = { module = "org.litote.kmongo:kmongo-serialization", version = "4.10.0" }
+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" }
13
kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
0 commit comments