diff --git a/provider/notification-aws/pom.xml b/provider/notification-aws/pom.xml
index 3f9d1f66fcaa068ea0293e62e78d885c37a79ae6..119ab9cb9d568dcb657f014e07b4b65832574978 100644
--- a/provider/notification-aws/pom.xml
+++ b/provider/notification-aws/pom.xml
@@ -50,7 +50,7 @@
         <dependency>
             <groupId>org.opengroup.osdu.core.aws</groupId>
             <artifactId>os-core-lib-aws</artifactId>
-            <version>0.3.12-deshruch-SNAPSHOT</version>
+            <version>0.3.12</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 834593efc730e5c59c7258f559e46cd44f70d4be..3743b6537cf655eab744d3f39423f468ae89f312 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.3.12-deshruch-SNAPSHOT</version>
+            <version>0.3.12</version>
         </dependency>
         <dependency>
             <groupId>com.amazonaws</groupId>