From 17be1092afd1db1ecb69ae8ecb24bb15e818b66f Mon Sep 17 00:00:00 2001 From: Adhi Sutandi Date: Thu, 14 Apr 2022 17:24:28 +0200 Subject: [PATCH] build: update dependencies updating these dependencies to close some security vulnerabilities detected on quay and other platform: VULNDB-275302 VULNDB-283441 SNYK-JAVA-COMMONSCODEC-561518 SNYK-JAVA-IONETTY-2314893 SNYK-JAVA-COMFASTERXMLJACKSONCORE-2326698 SNYK-JAVA-COMFASTERXMLJACKSONCORE-2421244 Signed-off-by: Adhi Sutandi --- pom.xml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 21cdf9da..a20a09a2 100644 --- a/pom.xml +++ b/pom.xml @@ -46,17 +46,22 @@ software.amazon.awssdk cloudwatch - 2.17.100 + 2.17.170 software.amazon.awssdk sts - 2.17.100 + 2.17.170 software.amazon.awssdk resourcegroupstaggingapi - 2.17.100 + 2.17.170 + + + commons-codec + commons-codec + 1.13 org.slf4j @@ -73,7 +78,7 @@ com.fasterxml.jackson.core jackson-databind - 2.13.0 + 2.13.2.1 org.yaml @@ -98,7 +103,7 @@ org.eclipse.jetty jetty-servlet - 10.0.7 + 10.0.8