Upgrade to Atomix 3.0.7

Change-Id: Iec3c59df8d38c5696a807ea0937130579ea34611
diff --git a/core/store/primitives/pom.xml b/core/store/primitives/pom.xml
index 4c7c2c3..1c6fe30 100644
--- a/core/store/primitives/pom.xml
+++ b/core/store/primitives/pom.xml
@@ -69,13 +69,13 @@
         <dependency>
             <groupId>io.atomix</groupId>
             <artifactId>atomix</artifactId>
-            <version>3.0.6</version>
+            <version>3.0.7</version>
         </dependency>
 
         <dependency>
             <groupId>io.atomix</groupId>
             <artifactId>atomix-raft</artifactId>
-            <version>3.0.6</version>
+            <version>3.0.7</version>
         </dependency>
 
         <dependency>