From dd8f514a57207c94e8ef1beeb6ff9cd48e0de887 Mon Sep 17 00:00:00 2001 From: Igor Baiborodine Date: Thu, 5 Oct 2023 15:19:41 -0400 Subject: [PATCH] chore: upgrade snakeyaml dependency to fix CVE-2022-1471 vulnerability (#73) --- pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pom.xml b/pom.xml index 485b8de..2f03e59 100644 --- a/pom.xml +++ b/pom.xml @@ -53,6 +53,12 @@ org.springframework.boot spring-boot-starter-actuator + + + org.yaml + snakeyaml + + org.springframework.boot @@ -85,6 +91,11 @@ test + + org.yaml + snakeyaml + 2.2 + org.springframework.retry spring-retry @@ -120,6 +131,12 @@ org.springdoc springdoc-openapi-starter-webmvc-ui 2.1.0 + + + org.yaml + snakeyaml + + org.mapstruct