From 7e767948329bf760e60c486d34667e65445a0faf Mon Sep 17 00:00:00 2001
From: Yifei Xu <yifeix@amazon.com>
Date: Fri, 25 Mar 2022 18:51:39 +0000
Subject: [PATCH] Update os-core-lib-aws version to 0.14.0-rc2

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

diff --git a/provider/notification-aws/pom.xml b/provider/notification-aws/pom.xml
index c3b4f8875..b7f22f4fd 100644
--- a/provider/notification-aws/pom.xml
+++ b/provider/notification-aws/pom.xml
@@ -70,7 +70,7 @@
         <dependency>
             <groupId>org.opengroup.osdu.core.aws</groupId>
             <artifactId>os-core-lib-aws</artifactId>
-            <version>0.13.0</version>
+            <version>0.14.0-rc2</version>
         </dependency>
 
         <!-- https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-secretsmanager -->
diff --git a/testing/notification-test-aws/pom.xml b/testing/notification-test-aws/pom.xml
index 2c0894d12..f1e8111f5 100644
--- a/testing/notification-test-aws/pom.xml
+++ b/testing/notification-test-aws/pom.xml
@@ -42,7 +42,7 @@
         <dependency>
             <groupId>org.opengroup.osdu.core.aws</groupId>
             <artifactId>os-core-lib-aws</artifactId>
-            <version>0.3.16</version>
+            <version>0.14.0-rc2</version>
         </dependency>
         <dependency>
             <groupId>com.amazonaws</groupId>
-- 
GitLab