Skip to content

Commit 58e7b8d

Browse files
chore: update vulnerable mongo driver (#38)
1 parent 830264c commit 58e7b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document-store/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717
dependencies {
1818
api("com.typesafe:config:1.3.2")
1919
implementation("org.postgresql:postgresql:42.2.13")
20-
implementation("org.mongodb:mongodb-driver-sync:4.1.1")
20+
implementation("org.mongodb:mongodb-driver-sync:4.1.2")
2121
implementation("com.fasterxml.jackson.core:jackson-databind:2.11.0")
2222
implementation("org.slf4j:slf4j-api:1.7.25")
2323
implementation("com.google.guava:guava-annotations:r03")

0 commit comments

Comments
 (0)