diff --git a/partition-core/pom.xml b/partition-core/pom.xml
index b6a69e1d3d0373bfb75e77fd0ee0f1e66c109e6f..04e6a80bb12db31336b466e31436c1ede88cf6fe 100644
--- a/partition-core/pom.xml
+++ b/partition-core/pom.xml
@@ -32,7 +32,6 @@
 		<maven.compiler.target>1.8</maven.compiler.target>
 		<maven.compiler.source>1.8</maven.compiler.source>
 		<springfox-version>2.7.0</springfox-version>
-		<gson_version>2.8.6</gson_version>
 		<powermock.version>2.0.6</powermock.version>
 		<mockito.core.version>3.3.3</mockito.core.version>
 		<assertj_core_version>3.16.1</assertj_core_version>
@@ -80,12 +79,6 @@
 			<artifactId>spring-boot-starter-validation</artifactId>
 		</dependency>
 
-		<dependency>
-			<groupId>com.google.code.gson</groupId>
-			<artifactId>gson</artifactId>
-			<version>${gson_version}</version>
-		</dependency>
-
 		<!-- test dependencies -->
 		<dependency>
 			<groupId>org.jetbrains.kotlin</groupId>
diff --git a/pom.xml b/pom.xml
index 1a4c022ab3acd4f08156bbb290793761bf014748..d61480af6e34b126ebcf0ffde3cac8dbe87a3776 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-SNAPSHOT-6912-0</os-core-common.version>
     <org.springframework.boot.version>2.4.5</org.springframework.boot.version>
   </properties>
 
diff --git a/provider/partition-azure/pom.xml b/provider/partition-azure/pom.xml
index d25ec10adcc352e98a3ad19b99191c44cb869aed..25ccbfa709caa26ca6a76365152ba01830dc5b18 100644
--- a/provider/partition-azure/pom.xml
+++ b/provider/partition-azure/pom.xml
@@ -14,12 +14,10 @@
   <packaging>jar</packaging>
 
   <properties>
-    <osdu.corelibazure.version>0.12.0</osdu.corelibazure.version>
-    <osdu.oscorecommon.version>0.12.0</osdu.oscorecommon.version>
+    <osdu.corelibazure.version>0.13.0-SNAPSHOT-6912-0</osdu.corelibazure.version>
     <junit.version>4.12</junit.version>
     <mockito.version>2.25.0</mockito.version>
     <powermock.version>2.0.2</powermock.version>
-    <json-smart.version>2.4.6</json-smart.version>
   </properties>
 
   <dependencyManagement>
@@ -47,22 +45,6 @@
       <artifactId>core-lib-azure</artifactId>
       <version>${osdu.corelibazure.version}</version>
     </dependency>
-    <dependency>
-      <groupId>org.opengroup.osdu</groupId>
-      <artifactId>os-core-common</artifactId>
-      <version>${osdu.oscorecommon.version}</version>
-    </dependency>
-
-    <!--
-    Many dependencies contain library with vulnerabilities: net.minidev:json-smart:jar:2.3
-    because of that we need to enforce the higher version
-    -->
-    <dependency>
-      <groupId>net.minidev</groupId>
-      <artifactId>json-smart</artifactId>
-      <version>${json-smart.version}</version>
-    </dependency>
-
     <dependency>
       <groupId>org.springframework.boot</groupId>
       <artifactId>spring-boot-starter-security</artifactId>