From e40210f137721d1d4b26ae711551433f21d9f355 Mon Sep 17 00:00:00 2001 From: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com> Date: Thu, 7 Aug 2025 10:59:29 +0530 Subject: [PATCH] Fix Vulnerabilities (#22805) --- common/pom.xml | 9 +++++++++ openmetadata-mcp/pom.xml | 14 ++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/common/pom.xml b/common/pom.xml index 7d81c3ce57a..24d08a574d5 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -64,8 +64,17 @@ org.yaml snakeyaml + + org.apache.commons + commons-lang3 + + + org.apache.commons + commons-lang3 + 3.18.0 + io.dropwizard dropwizard-jersey diff --git a/openmetadata-mcp/pom.xml b/openmetadata-mcp/pom.xml index 5b7e8f3d047..cda2f77612e 100644 --- a/openmetadata-mcp/pom.xml +++ b/openmetadata-mcp/pom.xml @@ -39,7 +39,21 @@ ${testcontainers.version} pom import + + + org.apache.commons + commons-compress + + + + + org.apache.commons + commons-compress + 1.27.1 + test + +