From a988d7e260918177c1b82bf88f00a80fb281cd7f Mon Sep 17 00:00:00 2001
From: Yunhua Koglin <kogliny@amazon.com>
Date: Tue, 10 Oct 2023 09:49:12 -0500
Subject: [PATCH] update lib version

---
 provider/notification-aws/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/provider/notification-aws/pom.xml b/provider/notification-aws/pom.xml
index f2b59ca50..150c2ef70 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.23.0-dhudsons-notification-refactor-SNAPSHOT</version>
+            <version>0.24.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>commons-io</groupId>
-- 
GitLab