From 43787bea31be1d52481745715ef0e130b60317a5 Mon Sep 17 00:00:00 2001
From: Solomon Ayalew <solxget@amazon.com>
Date: Mon, 10 Mar 2025 09:23:17 -0700
Subject: [PATCH] Update os-core-lib-aws version for M25 release

---
 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 20a5f9227..734ee0358 100644
--- a/provider/notification-aws/pom.xml
+++ b/provider/notification-aws/pom.xml
@@ -69,7 +69,7 @@
 				    <artifactId>spring-beans</artifactId>
             	</exclusion>
             </exclusions>
-            <version>3.0.2</version>
+            <version>4.00</version>
         </dependency>
 
         <dependency>
diff --git a/testing/notification-test-aws/pom.xml b/testing/notification-test-aws/pom.xml
index f35c2c63f..8fc669e48 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.26.0</version>
+            <version>4.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.opengroup.osdu.notification</groupId>
-- 
GitLab