From e956f682ad3cd49532ec04018d08ff97f2bc51f1 Mon Sep 17 00:00:00 2001
From: David Diederich <d.diederich@opengroup.org>
Date: Wed, 24 Jun 2020 12:53:47 -0400
Subject: [PATCH] Increased version to correspond with libraries available
 today on community

---
 notification-core/pom.xml              | 2 +-
 provider/notification-gcp/pom.xml      | 2 +-
 testing/notification-test-core/pom.xml | 2 +-
 testing/notification-test-gcp/pom.xml  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/notification-core/pom.xml b/notification-core/pom.xml
index 57dea0f49..95e50909c 100644
--- a/notification-core/pom.xml
+++ b/notification-core/pom.xml
@@ -56,7 +56,7 @@
         <dependency>
             <groupId>org.opengroup.osdu</groupId>
             <artifactId>os-core-common</artifactId>
-            <version>0.0.19</version>
+            <version>0.0.20</version>
         </dependency>
         <dependency>
             <groupId>org.opengroup.osdu</groupId>
diff --git a/provider/notification-gcp/pom.xml b/provider/notification-gcp/pom.xml
index 430717902..5f3cdb2a9 100644
--- a/provider/notification-gcp/pom.xml
+++ b/provider/notification-gcp/pom.xml
@@ -55,7 +55,7 @@
         <dependency>
             <groupId>org.opengroup.osdu</groupId>
             <artifactId>os-core-common</artifactId>
-            <version>0.0.19</version>
+            <version>0.0.20</version>
         </dependency>
         <dependency>
             <groupId>org.opengroup.osdu</groupId>
diff --git a/testing/notification-test-core/pom.xml b/testing/notification-test-core/pom.xml
index a2504154b..d28ad3e27 100644
--- a/testing/notification-test-core/pom.xml
+++ b/testing/notification-test-core/pom.xml
@@ -64,7 +64,7 @@
         <dependency>
             <groupId>org.opengroup.osdu</groupId>
             <artifactId>os-core-common</artifactId>
-            <version>0.0.19</version>
+            <version>0.0.20</version>
         </dependency>
         <dependency>
             <groupId>javax.json</groupId>
diff --git a/testing/notification-test-gcp/pom.xml b/testing/notification-test-gcp/pom.xml
index f3b713b15..603471dd6 100644
--- a/testing/notification-test-gcp/pom.xml
+++ b/testing/notification-test-gcp/pom.xml
@@ -54,7 +54,7 @@
         <dependency>
             <groupId>org.opengroup.osdu</groupId>
             <artifactId>os-core-common</artifactId>
-            <version>0.0.19</version>
+            <version>0.0.20</version>
         </dependency>
 
 
-- 
GitLab