diff --git a/docs/tutorial/DataNotification.md b/docs/tutorial/DataNotification.md
index a590cc37baf27a67299eb82db132b8309ea56e40..1ad5853f1a299dbbb78fc377ed48de68a6d114d8 100644
--- a/docs/tutorial/DataNotification.md
+++ b/docs/tutorial/DataNotification.md
@@ -61,8 +61,13 @@ A sample output is shown below. Please note the "name" of the topic. This is req
             {
                 "id": "common:abc:123",
                 "kind": "common:petrel:regularheightfieldsurface:1.0.0",
-                "op": "create",
-                "recordUpdated": "false"
+                "op": "create"
+            },
+            {
+                "id": "common:abc:123",
+                "kind": "common:petrel:regularheightfieldsurface:1.0.1",
+                "op": "update",
+                "priorKind": "common:petrel:regularheightfieldsurface:1.0.0"
             },
             ...
         ]
diff --git a/pom.xml b/pom.xml
index 67f9860329f85db3bc6200aba5c0f056325de660..d0a0114d9c71aca51ba20c2348b9f8f40f343523 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 		<java.version>8</java.version>
 		<maven.compiler.target>${java.version}</maven.compiler.target>
 		<maven.compiler.source>${java.version}</maven.compiler.source>
-		<os-core-common.version>0.13.0</os-core-common.version>
+		<os-core-common.version>0.14.0-rc2</os-core-common.version>
 		<log4j2.version>2.17.1</log4j2.version>
 		<springfox.version>3.0.0</springfox.version>
 		<json-smart.version>2.4.7</json-smart.version>
diff --git a/provider/notification-aws/pom.xml b/provider/notification-aws/pom.xml
index a04e3da44c5d8d76e56898f1b865f0ca422f1c82..b5b44d8433e5fdaeb4c20feb0132406c388f467e 100644
--- a/provider/notification-aws/pom.xml
+++ b/provider/notification-aws/pom.xml
@@ -37,7 +37,7 @@
         <maven.compiler.source>${java.version}</maven.compiler.source>
         <aws.version>1.11.1018</aws.version>
         <log4j2.version>2.17.1</log4j2.version>
-        <os-core-common.version>0.13.0</os-core-common.version>
+        <os-core-common.version>0.14.0-rc2</os-core-common.version>
     </properties>
 
     <dependencyManagement>
diff --git a/provider/notification-azure/pom.xml b/provider/notification-azure/pom.xml
index 214965611d6a5c4699b2559f770c4240d4784997..cc33ffdc3e4d51e71836259c09206c080ccdb0fb 100644
--- a/provider/notification-azure/pom.xml
+++ b/provider/notification-azure/pom.xml
@@ -40,7 +40,7 @@
     <reactor.netty.version>0.11.0.RELEASE</reactor.netty.version>
     <reactor.core.version>3.3.0.RELEASE</reactor.core.version>
     <osdu.corelibazure.version>0.14.0-rc2</osdu.corelibazure.version>
-    <osdu.oscorecommon.version>0.13.0</osdu.oscorecommon.version>
+    <osdu.oscorecommon.version>0.14.0-rc2</osdu.oscorecommon.version>
     <junit.version>5.6.0</junit.version>
     <jjwt.version>3.8.1</jjwt.version>
     <mockito.version>2.23.0</mockito.version>