We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 830264c commit 58e7b8dCopy full SHA for 58e7b8d
document-store/build.gradle.kts
@@ -17,7 +17,7 @@ plugins {
17
dependencies {
18
api("com.typesafe:config:1.3.2")
19
implementation("org.postgresql:postgresql:42.2.13")
20
- implementation("org.mongodb:mongodb-driver-sync:4.1.1")
+ implementation("org.mongodb:mongodb-driver-sync:4.1.2")
21
implementation("com.fasterxml.jackson.core:jackson-databind:2.11.0")
22
implementation("org.slf4j:slf4j-api:1.7.25")
23
implementation("com.google.guava:guava-annotations:r03")
0 commit comments