diff --git a/devops/gcp/deploy/values.yaml b/devops/gcp/deploy/values.yaml
index 93d88da235754c905068c713d46778c18f386ce6..83f34fe98e938d083ca02009e157b2d2f13beef4 100644
--- a/devops/gcp/deploy/values.yaml
+++ b/devops/gcp/deploy/values.yaml
@@ -2,7 +2,7 @@ data:
   requests_cpu: "0.1"
   requests_memory: "256M"
   limits_cpu: "1"
-  limits_memory: "1G"
+  limits_memory: "1.5G"
   serviceAccountName: "notification"
   imagePullPolicy: "IfNotPresent"
   image: ""
diff --git a/provider/notification-gcp/pom.xml b/provider/notification-gcp/pom.xml
index 05d304aca46932593c14a296e5aff19676a7c333..a0b7901e413fbb4e15ddf30fe62bf2c2e6b430ef 100644
--- a/provider/notification-gcp/pom.xml
+++ b/provider/notification-gcp/pom.xml
@@ -44,7 +44,7 @@
         <dependency>
             <groupId>org.opengroup.osdu</groupId>
             <artifactId>core-lib-gcp</artifactId>
-            <version>0.14.0</version>
+            <version>0.16.0-rc1</version>
         </dependency>
 
         <dependency>