We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20d0941 commit 0311540Copy full SHA for 0311540
1 file changed
gradle/libs.versions.toml
@@ -7,7 +7,7 @@ ktor = "2.3.7"
7
archunit = { module = "com.tngtech.archunit:archunit-junit5", version = "1.2.1" }
8
azure-digital-twins = { module = "com.azure:azure-digitaltwins-core", version = "1.3.16" }
9
azure-identity = { module = "com.azure:azure-identity", version = "1.11.1" }
10
-embedmongo = { module = "de.flapdoodle.embed:de.flapdoodle.embed.mongo", version = "4.12.1" }
+embedmongo = { module = "de.flapdoodle.embed:de.flapdoodle.embed.mongo", version = "4.12.2" }
11
jackson-module-kotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin", version = "2.16.1" }
12
kafka-clients = { module = "org.apache.kafka:kafka-clients", version = "7.5.2-ce"}
13
kafka-json = { module = "io.confluent:kafka-json-serializer", version = "7.5.3"}
0 commit comments