Skip to content

Commit

Permalink
Update dependency org.mongodb:mongodb-driver-reactivestreams to v4.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 8, 2023
1 parent 6bdc880 commit d349eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ kotest-runner = { module = "io.kotest:kotest-runner-junit5", version.ref = "kote
kotest-assertions = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
cronutils = { module = "com.cronutils:cron-utils", version.ref = "cronutils" }
embedMongo = { module = "de.flapdoodle.embed:de.flapdoodle.embed.mongo", version = "4.9.2" }
mongodbReactive = { module = "org.mongodb:mongodb-driver-reactivestreams", version = "4.11.0" }
mongodbReactive = { module = "org.mongodb:mongodb-driver-reactivestreams", version = "4.11.1" }
rxjava = { module = "io.reactivex.rxjava2:rxkotlin", version = "2.4.0" }

ktor-serialization = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktorio" }
Expand Down

0 comments on commit d349eec

Please sign in to comment.