From 1a12b56492c499a13c10213f54ec8a830bfad238 Mon Sep 17 00:00:00 2001
From: "Daniel Scholl (MS]" <daniel.scholl@microsoft.com>
Date: Thu, 13 Feb 2025 19:37:31 +0000
Subject: [PATCH] Version Bumps - Vulnerabilities

---
 NOTICE                       | 2 +-
 pom.xml                      | 2 +-
 provider/legal-azure/pom.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/NOTICE b/NOTICE
index 52486ac41..691a28132 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 d10ee1eef..54cafff15 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 6a98a942f..d394559f0 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>
-- 
GitLab