diff --git a/helper-mongo/pom.xml b/helper-mongo/pom.xml
index 1bd3506c..cd94d06d 100644
--- a/helper-mongo/pom.xml
+++ b/helper-mongo/pom.xml
@@ -141,7 +141,7 @@
         <dependency>
             <groupId>org.mongodb</groupId>
             <artifactId>mongo-java-driver</artifactId>
-            <version>3.12.7</version>
+            <version>3.12.8</version>
             <scope>compile</scope>
             <optional>true</optional>
         </dependency>