We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa188a5 + 95f6fc8 commit 25750c8Copy full SHA for 25750c8
libs.versions.toml
@@ -1,6 +1,6 @@
1
[versions]
2
arrowGradleConfig = "0.10.2"
3
-kotest = "5.3.1"
+kotest = "5.3.2"
4
kafka = "3.2.0"
5
kotlin = "1.7.0"
6
kotlinx-coroutines = "1.6.3"
@@ -20,7 +20,7 @@ kotlin-scripting-compiler-embeddable = { module = "org.jetbrains.kotlin:kotlin-s
20
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
21
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" }
22
kotlinx-coroutines-jdk8 = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-jdk8", version.ref = "kotlinx-coroutines" }
23
-testcontainers-kafka = "org.testcontainers:kafka:1.17.2"
+testcontainers-kafka = "org.testcontainers:kafka:1.17.3"
24
25
[bundles]
26
kotest = [
0 commit comments