From 9445bc4a11c73be091c91e961f981a4a5be7a22d Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Thu, 10 Jul 2025 17:24:32 +0000 Subject: [PATCH 1/2] Fix: Vulnerability issues --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index e0f5a02..c5c03b5 100644 --- a/pom.xml +++ b/pom.xml @@ -240,6 +240,12 @@ org.apache.oltu.oauth2 org.apache.oltu.oauth2.client + + + org.json + json + + 1.0.2 From 8550aa317e7cc849ebeccc729b40477a97793f56 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Fri, 11 Jul 2025 11:01:46 +0000 Subject: [PATCH 2/2] fixing ups --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index c5c03b5..041ec54 100644 --- a/pom.xml +++ b/pom.xml @@ -68,6 +68,7 @@ 4.12 1.7.5 2.0.2 + 20231013 ${project.basedir}/src/test/java/ UTF-8 UTF-8 @@ -276,6 +277,11 @@ logback-classic 1.2.8 + + org.json + json + ${json.version} +