diff --git a/NOTICE b/NOTICE
index bb3b16b36a0543e9a75758be8b441a21193b3ec5..0fa8545cc12998b9223567355f3e2af8544ed331 100644
--- a/NOTICE
+++ b/NOTICE
@@ -578,7 +578,6 @@ Info-ZIP
 The following software have components provided under the terms of this license:
 
 - Apache Commons Compress (from http://commons.apache.org/compress/, http://commons.apache.org/proper/commons-compress/, https://commons.apache.org/proper/commons-compress/)
-- ClassGraph (from https://github.com/classgraph/classgraph)
 
 ========================================================================
 LGPL-2.1-only
@@ -667,7 +666,7 @@ The following software have components provided under the terms of this license:
 - QpidJMS Client (from https://repo1.maven.org/maven2/org/apache/qpid/qpid-jms-client)
 - SLF4J API Module (from http://www.slf4j.org)
 - Spongy Castle (from http://rtyley.github.io/spongycastle/)
-- Spring Data for Azure Cosmos DB SQL API (from https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/cosmos/azure-spring-data-cosmos)
+- Spring Data for Azure Cosmos DB SQL API (from https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/cosmos/azure-spring-data-cosmos, https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/azure-spring-data-cosmos)
 - ThreeTen backport (from https://github.com/ThreeTen/threetenbp, https://www.threeten.org/threetenbp)
 - adal4j (from https://github.com/AzureAD/azure-activedirectory-library-for-java)
 - botocore (from https://github.com/boto/botocore)
diff --git a/provider/schema-azure/pom.xml b/provider/schema-azure/pom.xml
index 4c0014a49c071a9c0419402a927b6ab04e2ccb15..2c9ee0bc42bd75c57791d450fee7860610c7aae5 100644
--- a/provider/schema-azure/pom.xml
+++ b/provider/schema-azure/pom.xml
@@ -25,16 +25,16 @@
 		<maven.compiler.target>17</maven.compiler.target>
 		<maven.compiler.source>17</maven.compiler.source>
 		<azure.version>2.1.7</azure.version>
-		<osdu.corelibazure.version>0.24.0</osdu.corelibazure.version>
+		<osdu.corelibazure.version>0.25.0</osdu.corelibazure.version>
 		<osdu.os-schema-core.version>0.26.0-SNAPSHOT</osdu.os-schema-core.version>
 		<mockito.version>1.10.19</mockito.version>
 		<cucumber.version>5.7.0</cucumber.version>
 		<nimbus-jose-jwt-azure.version>8.20.2</nimbus-jose-jwt-azure.version>
 		<spring-webmvc.version>5.3.26</spring-webmvc.version>
-		<netty.version>4.1.98.Final</netty.version>
+		<netty.version>4.1.101.Final</netty.version>
 		<guava.version>32.1.2-jre</guava.version>
 		<woodstox-core.version>6.4.0</woodstox-core.version>
-		<reactor-netty.version>1.1.10</reactor-netty.version>
+		<reactor-netty.version>1.1.13</reactor-netty.version>
 		<reactor-core.version>3.4.19</reactor-core.version>
 		<jackson.version>2.15.2</jackson.version>
 	</properties>
@@ -148,10 +148,6 @@
 					<groupId>com.fasterxml.jackson.core</groupId>
 					<artifactId>jackson-databind</artifactId>
 				</exclusion>
-				<exclusion>
-					<groupId>com.microsoft.azure</groupId>
-					<artifactId>documentdb-bulkexecutor</artifactId>
-				</exclusion>
 			</exclusions>
 		</dependency>