Skip to content

Commit 86ccaba

Browse files
chore(deps): change test mongo dependency to embedmongo
1 parent 80ebcf0 commit 86ccaba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ ktor = "2.2.4"
77
archunit = { module = "com.tngtech.archunit:archunit-junit5", version = "1.0.1" }
88
azure-digital-twins = { module = "com.azure:azure-digitaltwins-core", version = "1.3.6" }
99
azure-identity = { module = "com.azure:azure-identity", version = "1.8.0" }
10+
embedmongo = { module = "de.flapdoodle.embed:de.flapdoodle.embed.mongo", version = "4.6.1" }
1011
logback = { module = "ch.qos.logback:logback-classic", version = "1.4.5" }
1112
kmongo = { module = "org.litote.kmongo:kmongo-serialization", version = "4.8.0" }
1213
kotest-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
1314
kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
1415
kotest-assertions-core-jvm = { module = "io.kotest:kotest-assertions-core-jvm", version.ref = "kotest" }
15-
kotest-testcontainer = { module = "io.kotest.extensions:kotest-extensions-testcontainers", version = "1.3.4" }
1616
kotlin-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.5.0" }
1717
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
1818
ktor-server-core = { module = "io.ktor:ktor-server-core", version.ref = "ktor" }
@@ -27,7 +27,7 @@ kotlin-testing = [
2727
"kotest-junit5",
2828
"kotest-assertions-core",
2929
"kotest-assertions-core-jvm",
30-
"kotest-testcontainer"
30+
"embedmongo",
3131
]
3232

3333
[plugins]

0 commit comments

Comments
 (0)