From 20d44c47195ac8c23589aa0c3f7692bf52d4f2a0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Oct 2020 22:39:27 +0000 Subject: [PATCH] fix: pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-JUNIT-1017047 - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEHTTPCOMPONENTS-1016906 --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 0a8f850..c49c3b5 100644 --- a/pom.xml +++ b/pom.xml @@ -92,30 +92,30 @@ commons-cli commons-cli - 1.0 + 1.1 org.apache.httpcomponents httpclient - 4.1.1 + 4.5.13 jar org.apache.httpcomponents httpclient-cache - 4.1.1 + 4.5.13 jar org.apache.httpcomponents httpcore - 4.1.1 + 4.2 jar org.apache.httpcomponents httpcore-nio - 4.1.1 + 4.2 jar