Upgrade to Atomix 2.0.19

Change-Id: I1a8c9ec2a8c79c27755988e4e585a597f3cc60c6
diff --git a/core/store/primitives/pom.xml b/core/store/primitives/pom.xml
index 1aa8c9c..49af5c1 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>2.0.18</version>
+            <version>2.0.19</version>
         </dependency>
 
         <dependency>
diff --git a/features/features.xml b/features/features.xml
index e538d9f..943a6c4 100644
--- a/features/features.xml
+++ b/features/features.xml
@@ -59,7 +59,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/2.0.18</bundle>
+        <bundle>mvn:io.atomix/atomix/2.0.19</bundle>
 
         <bundle>mvn:org.glassfish.jersey.core/jersey-client/2.25.1</bundle>
 
diff --git a/lib/BUCK b/lib/BUCK
index c94442c..e2e9e4a 100644
--- a/lib/BUCK
+++ b/lib/BUCK
@@ -1,4 +1,4 @@
-# ***** This file was auto-generated at Fri, 16 Feb 2018 02:02:18 GMT. Do not edit this file manually. *****
+# ***** This file was auto-generated at Wed, 14 Mar 2018 22:18:57 GMT. Do not edit this file manually. *****
 # ***** Use onos-lib-gen *****
 
 pass_thru_pom(
@@ -178,10 +178,10 @@
 
 remote_jar (
   name = 'atomix',
-  out = 'atomix-2.0.18.jar',
-  url = 'mvn:io.atomix:atomix:jar:2.0.18',
-  sha1 = 'e5a9ea68155a7c97c591a4c40d608bf5f80e5c73',
-  maven_coords = 'io.atomix:atomix:2.0.18',
+  out = 'atomix-2.0.19.jar',
+  url = 'mvn:io.atomix:atomix:jar:2.0.19',
+  sha1 = '72e85bb738737aec8c7dd6e766bec7671b39c626',
+  maven_coords = 'io.atomix:atomix:2.0.19',
   visibility = [ 'PUBLIC' ],
 )
 
diff --git a/lib/deps.json b/lib/deps.json
index 96a1b08..14a0ed2 100644
--- a/lib/deps.json
+++ b/lib/deps.json
@@ -112,7 +112,7 @@
     "aopalliance-repackaged": "mvn:org.glassfish.hk2.external:aopalliance-repackaged:2.5.0-b32",
     "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:2.0.18",
+    "atomix": "mvn:io.atomix:atomix:2.0.19",
     "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",