From b583d9448c49778977d3bc83de3d58c8b8d5e54e Mon Sep 17 00:00:00 2001 From: Nico Koprowski Date: Mon, 13 Mar 2023 09:20:15 +0100 Subject: [PATCH] feat(App): override snakeyaml dependency version - Forced usage of snakeyaml 2.0 mitigates security issue CVE-2022-1471 --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 13d6c8fc1..1353e0289 100644 --- a/pom.xml +++ b/pom.xml @@ -121,6 +121,12 @@ kotlin-logging-jvm ${kotlinlogging.version} + + + org.yaml + snakeyaml + 2.0 + com.github.tomakehurst wiremock-jre8-standalone