diff --git a/provider/notification-aws/pom.xml b/provider/notification-aws/pom.xml
index 10c7364ed5f5cfc0a30d736dd6752a2d55470bb8..4bf38cdf42d4dcc27b9dafbae4d1823876d90d94 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-rc2</version>
+            <version>0.23.0</version>
         </dependency>
         <dependency>
             <groupId>commons-io</groupId>
diff --git a/testing/notification-test-aws/pom.xml b/testing/notification-test-aws/pom.xml
index c983c52ee383236464655b4989fb188562b228c4..f04e39bce291b3be52e6d612494343cbcb695896 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.23.0-rc2</version>
+            <version>0.23.0</version>
         </dependency>
         <dependency>
             <groupId>com.amazonaws</groupId>