diff --git a/notification-core/pom.xml b/notification-core/pom.xml
index a5cd1b8c43629c5f1f2ab13ab334c8eab5a1977a..ac6732e142875424189d4ce261c8484ed9fde352 100644
--- a/notification-core/pom.xml
+++ b/notification-core/pom.xml
@@ -40,7 +40,7 @@
         <undertow.version>2.2.19.Final</undertow.version>
         <woodstox-core.version>5.3.0</woodstox-core.version>
         <log4j.version>2.17.1</log4j.version>
-        <os-core-common.version>0.18.0-rc3</os-core-common.version>
+        <os-core-common.version>0.18.0</os-core-common.version>
         <google-oauth-client.version>1.33.3</google-oauth-client.version>
         <google-api-client.version>1.33.2</google-api-client.version>
     </properties>
diff --git a/provider/notification-azure/pom.xml b/provider/notification-azure/pom.xml
index 4867b3893298e4a0cc6d863506fe893feb604dc9..ed0f6dba39470e4b6fccbeef113b9c5c24eaf4a7 100644
--- a/provider/notification-azure/pom.xml
+++ b/provider/notification-azure/pom.xml
@@ -39,7 +39,7 @@
     <springframework.version>4.3.0.RELEASE</springframework.version>
     <reactor.netty.version>0.11.0.RELEASE</reactor.netty.version>
     <reactor.core.version>3.3.0.RELEASE</reactor.core.version>
-    <osdu.corelibazure.version>0.18.0-rc3</osdu.corelibazure.version>
+    <osdu.corelibazure.version>0.18.0</osdu.corelibazure.version>
     <osdu.oscorecommon.version>0.14.0</osdu.oscorecommon.version>
     <junit.version>5.6.0</junit.version>
     <jjwt.version>3.8.1</jjwt.version>
@@ -50,7 +50,7 @@
     <oauth2-oidc-sdk.version>6.0</oauth2-oidc-sdk.version>
     <woodstox-core.version>5.3.0</woodstox-core.version>
     <spring-webmvc.version>5.3.22</spring-webmvc.version>
-    <os-core-common.version>0.18.0-rc3</os-core-common.version>
+    <os-core-common.version>0.18.0</os-core-common.version>
     <undertow.version>2.2.19.Final</undertow.version>
     <spring-boot-maven-plugin.version>2.7.6</spring-boot-maven-plugin.version>
   </properties>
diff --git a/provider/notification-gcp/pom.xml b/provider/notification-gcp/pom.xml
index 62c8820ec2fbc270463268e422a72b3785efa2bf..b67b7c8be0c4eb90e94d94f4c651cda0eda3ea7a 100644
--- a/provider/notification-gcp/pom.xml
+++ b/provider/notification-gcp/pom.xml
@@ -47,7 +47,7 @@
         <dependency>
             <groupId>org.opengroup.osdu</groupId>
             <artifactId>core-lib-gcp</artifactId>
-            <version>0.17.0</version>
+            <version>0.18.0</version>
         </dependency>
 
         <dependency>