From: saul.gill Date: Mon, 16 Jun 2025 11:55:07 +0000 (+0100) Subject: Updated versions to fix vulnerabilities X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=4a422dc1289990226ddd06d0cd0b61437faaf2e2;p=ccsdk%2Foran.git Updated versions to fix vulnerabilities Updated spring to fix GHSA-6r3c-xf4w-jxjm Updated postgres to fix GHSA-hq9p-pm7w-8p54 Issue-ID: CCSDK-4113 Change-Id: I6f8329f490ac881dc0b9fb31e845d1aa4cbb6c83 Signed-off-by: saul.gill --- diff --git a/a1-policy-management/pom.xml b/a1-policy-management/pom.xml index 0444dc12..81cd45f2 100644 --- a/a1-policy-management/pom.xml +++ b/a1-policy-management/pom.xml @@ -59,6 +59,8 @@ ${project.version} 2.31.57 1.6.3 + 42.7.7 + 6.2.8 1.49.0 2.7.0-alpha @@ -136,6 +138,7 @@ org.postgresql postgresql + ${postgres.version} runtime @@ -310,6 +313,11 @@ kotlin-stdlib ${version.kotlin} + + org.springframework + spring-web + ${springweb.version} +