diff --git a/pom.xml b/pom.xml
index 1a4c022ab3acd4f08156bbb290793761bf014748..097d660c3c72b62cfa772b77ead37dd07a84a6f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     <maven.compiler.target>1.8</maven.compiler.target>
     <maven.compiler.source>1.8</maven.compiler.source>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <os-core-common.version>0.12.0</os-core-common.version>
+    <os-core-common.version>0.13.0-rc3</os-core-common.version>
     <org.springframework.boot.version>2.4.5</org.springframework.boot.version>
   </properties>
 
diff --git a/provider/partition-aws/pom.xml b/provider/partition-aws/pom.xml
index 00883ec60432eaf8fd44275d0337f7ea48f4ecd6..4cef8a49bf4d9511062c66290a1e9ffbac706db1 100644
--- a/provider/partition-aws/pom.xml
+++ b/provider/partition-aws/pom.xml
@@ -57,7 +57,7 @@
         <dependency>
             <groupId>org.opengroup.osdu.core.aws</groupId>
             <artifactId>os-core-lib-aws</artifactId>
-            <version>0.12.0</version>
+            <version>0.13.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.opengroup.osdu</groupId>