From f9f0161e61efe857c6ad1ca6b22ee89018b6d260 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Oct 2022 10:06:00 -0700 Subject: [PATCH 1/2] fix: pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-3038424 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6a4959a..7c66c6d 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ com.twilio.sdk twilio - 7.49.0 + 9.1.0 org.mindrot From ea52afa12581822089d85e2be2f1e22815953d84 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 Apr 2023 07:08:33 +0000 Subject: [PATCH 2/2] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-1585150 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-2936229 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3065656 - https://snyk.io/vuln/SNYK-DEBIAN11-GIT-3232722 - https://snyk.io/vuln/SNYK-DEBIAN11-LIBTASN16-3061097 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 923dd05..b2aa399 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM maven:3-openjdk-11 +FROM maven:3.9.0-ibmjava-8 WORKDIR /usr/app/