From 1d50bcd623b64623a7e49c75f6a33fd625a4bd48 Mon Sep 17 00:00:00 2001
From: Long Cheng <lchas@amazon.com>
Date: Mon, 21 Aug 2023 00:02:46 -0400
Subject: [PATCH] update os-core-lib-aws version

---
 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 accdd6256..1322834d5 100644
--- a/provider/notification-aws/pom.xml
+++ b/provider/notification-aws/pom.xml
@@ -76,7 +76,7 @@
         <dependency>
             <groupId>org.opengroup.osdu.core.aws</groupId>
             <artifactId>os-core-lib-aws</artifactId>
-            <version>0.21.0</version>
+            <version>0.23.0-rc2</version>
         </dependency>
         <dependency>
             <groupId>commons-io</groupId>
diff --git a/testing/notification-test-aws/pom.xml b/testing/notification-test-aws/pom.xml
index 3b2ee94cd..791587adb 100644
--- a/testing/notification-test-aws/pom.xml
+++ b/testing/notification-test-aws/pom.xml
@@ -44,7 +44,7 @@
         <dependency>
             <groupId>org.opengroup.osdu.core.aws</groupId>
             <artifactId>os-core-lib-aws</artifactId>
-            <version>0.21.0</version>
+            <version>0.23.0-rc2</version>
         </dependency>
         <dependency>
             <groupId>com.amazonaws</groupId>
-- 
GitLab