From 22aaaeedb487be70252c4bcf7170d95d1538d867 Mon Sep 17 00:00:00 2001 From: efiacor Date: Tue, 13 Sep 2022 14:18:09 +0100 Subject: [PATCH] [DMAAP-MR] Update kohn sec vul packages Signed-off-by: efiacor Change-Id: I8aa8af342ba359e00b342628d9ea1ee0c8444c49 Issue-ID: DMAAP-1748 --- pom.xml | 31 +++++++++++++++++++++++-------- src/main/config/ajsc-jetty.xml | 2 +- 2 files changed, 24 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 91b5fee..4574bc5 100644 --- a/pom.xml +++ b/pom.xml @@ -54,13 +54,13 @@ https://nexus.onap.org yyyyMMdd'T'HHmmss'Z' 2.21.5 - 3.5.0 + 3.17.0 false false false nexus3.onap.org:10003 https://nexus.onap.org - 3.2.18.RELEASE + 5.3.20 java false ${project.build.directory}/surefire-reports @@ -336,7 +336,7 @@ com.fasterxml.woodstox woodstox-core - 5.3.0 + 6.2.8 org.grails @@ -394,22 +394,22 @@ org.springframework spring-context - 4.3.18.RELEASE + ${spring.version} org.springframework spring-webmvc - 5.3.3 + ${spring.version} org.springframework spring-core - 4.3.18.RELEASE + ${spring.version} org.springframework spring-beans - 4.3.18.RELEASE + ${spring.version} commons-io @@ -526,6 +526,7 @@ com.fasterxml.jackson.core jackson-databind + 2.13.4 org.grails @@ -563,7 +564,7 @@ org.json json - 20131018 + 20220320 @@ -701,6 +702,20 @@ ajsc-runner 3.0.11-oss runtime + + + org.json + json + + + org.eclipse.jetty + jetty-util + + + org.quartz-scheduler + quartz + + com.att.ajsc diff --git a/src/main/config/ajsc-jetty.xml b/src/main/config/ajsc-jetty.xml index 449f7de..6b519d2 100644 --- a/src/main/config/ajsc-jetty.xml +++ b/src/main/config/ajsc-jetty.xml @@ -32,7 +32,7 @@ /etc/runner-web.xml /etc/ajsc-override-web.xml true - /extJars/json-20131018.jar + /extJars/json-20220320.jar false -- 2.16.6