From 167952a30b9b2fe84097462968d5482f0a7c042d Mon Sep 17 00:00:00 2001 From: Ricardo Campos Date: Tue, 26 Sep 2023 11:10:17 -0300 Subject: [PATCH] fix: trivy warning cve-2022-1471 Issue #91 This change simply change the required version by spring boot of this dependency. You can learn more about it here: - https://github.com/spring-projects/spring-boot/issues/32221 - https://avd.aquasec.com/nvd/2022/cve-2022-1471/ --- backend/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/pom.xml b/backend/pom.xml index 86f2f237..2d4c1227 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -39,6 +39,7 @@ bcgov-sonarcloud https://sonarcloud.io ${project.version} + 2.2