diff --git a/NOTICE b/NOTICE
index f41454a96090e434545a0a7d2c157014a6bb6428..dbdaa1aa3546d79f93d70d82adb74ff3a9f116d7 100644
--- a/NOTICE
+++ b/NOTICE
@@ -658,13 +658,6 @@ The following software have components provided under the terms of this license:
 
 - aalto-xml (from https://github.com/FasterXML/aalto-xml, https://repo1.maven.org/maven2/com/fasterxml/aalto-xml)
 
-========================================================================
-Info-ZIP
-========================================================================
-The following software have components provided under the terms of this license:
-
-- ClassGraph (from https://github.com/classgraph/classgraph)
-
 ========================================================================
 LGPL-2.1-only
 ========================================================================
diff --git a/provider/register-azure/pom.xml b/provider/register-azure/pom.xml
index adb10bed727aa8212a1168fd1aadde495f09c495..10dd40d742ef9956514f81d4b81cd01bd0438100 100644
--- a/provider/register-azure/pom.xml
+++ b/provider/register-azure/pom.xml
@@ -29,7 +29,7 @@
     <packaging>jar</packaging>
     
     <properties>
-        <osdu.corelibazure.version>0.24.0</osdu.corelibazure.version>
+        <osdu.corelibazure.version>0.25.0-rc2</osdu.corelibazure.version>
         <junit-jupiter.version>5.6.0</junit-jupiter.version>
         <mockito-junit-jupiter.version>2.23.0</mockito-junit-jupiter.version>
         <oauth2-oidc-sdk.version>6.5</oauth2-oidc-sdk.version>
@@ -38,7 +38,8 @@
         <jackson-databind.version>2.14.2</jackson-databind.version>
         <jackson.version>2.14.2</jackson.version>
         <spring-webmvc.version>5.3.22</spring-webmvc.version>
-        <netty.version>4.1.98.Final</netty.version>
+        <netty.version>4.1.101.Final</netty.version>
+        <reactor-netty-http.version>1.1.13</reactor-netty-http.version>
     </properties>
 
     <dependencyManagement>
@@ -90,10 +91,6 @@
                     <groupId>net.bytebuddy</groupId>
                     <artifactId>byte-buddy</artifactId>
                 </exclusion>
-                <exclusion>
-                    <groupId>com.microsoft.azure</groupId>
-                    <artifactId>documentdb-bulkexecutor</artifactId>
-                </exclusion>
             </exclusions>
         </dependency>
         <dependency>
@@ -183,6 +180,11 @@
             <artifactId>oauth2-oidc-sdk</artifactId>
             <version>${oauth2-oidc-sdk.version}</version>
         </dependency>
+        <dependency>
+            <groupId>io.projectreactor.netty</groupId>
+            <artifactId>reactor-netty-http</artifactId>
+            <version>${reactor-netty-http.version}</version>
+        </dependency>
 
         <!-- Test Dependencies -->
         <dependency>