From 4a0f943ca81660a9a0ebe1340db481b11641e2fc Mon Sep 17 00:00:00 2001
From: Ajith Prasad <37380177+aji-aju@users.noreply.github.com>
Date: Mon, 6 Oct 2025 19:07:51 +0530
Subject: [PATCH] Vulnerability fix for org.json (#23725)
---
openmetadata-sdk/pom.xml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/openmetadata-sdk/pom.xml b/openmetadata-sdk/pom.xml
index 736f280ca0c..f8b2d680ef4 100644
--- a/openmetadata-sdk/pom.xml
+++ b/openmetadata-sdk/pom.xml
@@ -25,6 +25,7 @@
1.19.3
4.4.0
9.22.3
+ 20240303
@@ -76,6 +77,19 @@
io.socket
socket.io-client
2.1.1
+
+
+ org.json
+ json
+
+
+
+
+
+
+ org.json
+ json
+ ${json.version}