diff --git a/docs/tutorial/DataNotification.md b/docs/tutorial/DataNotification.md
index 1ad5853f1a299dbbb78fc377ed48de68a6d114d8..3538a17f451ff50057462374c536621cf3fd2981 100644
--- a/docs/tutorial/DataNotification.md
+++ b/docs/tutorial/DataNotification.md
@@ -67,7 +67,7 @@ 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.1",
                 "op": "update",
-                "priorKind": "common:petrel:regularheightfieldsurface:1.0.0"
+                "previousVersionKind": "common:petrel:regularheightfieldsurface:1.0.0"
             },
             ...
         ]
diff --git a/pom.xml b/pom.xml
index d0a0114d9c71aca51ba20c2348b9f8f40f343523..e077e9c49fcd1e7b24f7f01437b3d2d84629df84 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.14.0-rc2</os-core-common.version>
+		<os-core-common.version>0.14.0-rc3</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 b5b44d8433e5fdaeb4c20feb0132406c388f467e..c3b4f8875c9f75630e37353cfaf1eef36c755d4d 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.14.0-rc2</os-core-common.version>
+        <os-core-common.version>0.14.0-rc3</os-core-common.version>
     </properties>
 
     <dependencyManagement>
diff --git a/provider/notification-azure/pom.xml b/provider/notification-azure/pom.xml
index cc33ffdc3e4d51e71836259c09206c080ccdb0fb..4a0aae632cee35bd476a45b39e6ba9b6f8af552a 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.14.0-rc2</osdu.oscorecommon.version>
+    <osdu.oscorecommon.version>0.14.0-rc3</osdu.oscorecommon.version>
     <junit.version>5.6.0</junit.version>
     <jjwt.version>3.8.1</jjwt.version>
     <mockito.version>2.23.0</mockito.version>