Bump Atomix dependency version to 1.0.7

Change-Id: I4de1ab86b485491abfc0441c04bb2a96cfa05749
diff --git a/core/store/primitives/pom.xml b/core/store/primitives/pom.xml
index 7cd3bf4..af87198 100644
--- a/core/store/primitives/pom.xml
+++ b/core/store/primitives/pom.xml
@@ -70,7 +70,7 @@
         <dependency>
             <groupId>io.atomix</groupId>
             <artifactId>atomix</artifactId>
-            <version>1.0.6</version>
+            <version>1.0.7</version>
         </dependency>
 
         <dependency>
diff --git a/features/features.xml b/features/features.xml
index d78d74a..27f7f8c 100644
--- a/features/features.xml
+++ b/features/features.xml
@@ -57,7 +57,7 @@
         <bundle>mvn:com.typesafe/config/1.2.1</bundle>
         <bundle>mvn:com.googlecode.concurrent-trees/concurrent-trees/2.6.0</bundle>
         <bundle>mvn:commons-io/commons-io/2.4</bundle>
-        <bundle>mvn:io.atomix/atomix-all/1.0.6</bundle>
+        <bundle>mvn:io.atomix/atomix-all/1.0.7</bundle>
 
         <bundle>mvn:org.glassfish.jersey.core/jersey-client/2.25</bundle>
 
diff --git a/lib/BUCK b/lib/BUCK
index fa7073f..1a3d314 100644
--- a/lib/BUCK
+++ b/lib/BUCK
@@ -1,4 +1,4 @@
-# ***** This file was auto-generated at Tue, 2 May 2017 22:29:47 GMT. Do not edit this file manually. *****
+# ***** This file was auto-generated at Tue, 9 May 2017 00:34:46 GMT. Do not edit this file manually. *****
 # ***** Use onos-lib-gen *****
 
 pass_thru_pom(
@@ -149,10 +149,10 @@
 
 remote_jar (
   name = 'atomix',
-  out = 'atomix-all-1.0.6.jar',
-  url = 'mvn:io.atomix:atomix-all:jar:1.0.6',
-  sha1 = 'f56f3e66bc1f2b97f41dc3db5c87c93a98a15204',
-  maven_coords = 'io.atomix:atomix-all:1.0.6',
+  out = 'atomix-all-1.0.7.jar',
+  url = 'mvn:io.atomix:atomix-all:jar:1.0.7',
+  sha1 = 'ba177bdcfae18074dac0a136ac018377af6cf6fb',
+  maven_coords = 'io.atomix:atomix-all:1.0.7',
   visibility = [ 'PUBLIC' ],
 )
 
diff --git a/lib/deps.json b/lib/deps.json
index cde5483..420bc0a 100644
--- a/lib/deps.json
+++ b/lib/deps.json
@@ -93,7 +93,7 @@
     "aopalliance-repackaged": "mvn:org.glassfish.hk2.external:aopalliance-repackaged:2.5.0-b30",
     "amqp-client": "mvn:com.rabbitmq:amqp-client:jar:3.6.1",
     "asm": "mvn:org.ow2.asm:asm:5.0.4",
-    "atomix": "mvn:io.atomix:atomix-all:1.0.6",
+    "atomix": "mvn:io.atomix:atomix-all:1.0.7",
     "commons-codec": "mvn:commons-codec:commons-codec:1.10",
     "commons-collections": "mvn:commons-collections:commons-collections:3.2.2",
     "commons-configuration": "mvn:commons-configuration:commons-configuration:1.10",