diff --git a/NOTICE b/NOTICE
index 52486ac4195d2ff227bfe2b6c7e7becc7de96e8a..691a2813286352bed0ab5946d55477a74a980cc5 100644
--- a/NOTICE
+++ b/NOTICE
@@ -187,7 +187,7 @@ The following software have components provided under the terms of this license:
 - Standard Uri Template (from https://std-uritemplate.github.io/)
 - Swagger UI (from <http://webjars.org>, http://webjars.org, https://www.webjars.org)
 - Vavr (from http://vavr.io, https://www.vavr.io)
-- Vavr Match (from http://vavr.io)
+- Vavr Match (from http://vavr.io, https://vavr.io)
 - error-prone annotations (from https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations)
 - io.grpc:grpc-api (from https://github.com/grpc/grpc-java)
 - io.grpc:grpc-context (from https://github.com/grpc/grpc-java)
diff --git a/pom.xml b/pom.xml
index d10ee1eef678b0088c5bfcca4d8be42f022328ae..54cafff1586b2cc9efb913345379ec13949e8c2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
     <spring-framework-version>6.1.16</spring-framework-version>
 
     <!-- Project Versions-->
-    <json-smart.version>2.5.1</json-smart.version>
+    <json-smart.version>2.5.2</json-smart.version>
     <resilience4jVersion>1.7.0</resilience4jVersion>
     <jackson.version>2.16.1</jackson.version>
     <gson.version>2.10.1</gson.version>
diff --git a/provider/legal-azure/pom.xml b/provider/legal-azure/pom.xml
index 6a98a942f070708e03538f2f43d63dad37d43df4..d394559f074ef3f23b35fe2e778265f23384a073 100644
--- a/provider/legal-azure/pom.xml
+++ b/provider/legal-azure/pom.xml
@@ -30,7 +30,7 @@
   </parent>
 
   <properties>
-    <core-lib-azure.version>2.0.3 </core-lib-azure.version>
+    <core-lib-azure.version>2.0.4 </core-lib-azure.version>
     <gson.version>2.11.0</gson.version>
     <!-- Plugin Versions -->
     <surefire-plugin.version>3.0.0</surefire-plugin.version>