From 96e7794c9db5ef3dd2cfb2d01f8c4abb781064ec Mon Sep 17 00:00:00 2001 From: 37IulianPopovici Date: Tue, 26 Sep 2023 14:36:28 +0300 Subject: [PATCH] fix: fixed critical vuln --- pom.xml | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 2248b37..698de22 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,7 @@ - + 4.0.0 io.snyk.plugins @@ -108,10 +109,17 @@ + org.artifactory artifactory-papi ${version.artifactory.api} + + + ch.qos.logback + logback-classic + + com.google.code.findbugs @@ -138,6 +146,12 @@ jackson-annotations ${jackson-annotations.version} + + + ch.qos.logback + logback-classic + 1.2.0 + @@ -153,4 +167,4 @@ https://releases.jfrog.io/artifactory/jcenter/ - + \ No newline at end of file