From 3f9642030c8605964122a2bb20d249a237722eab Mon Sep 17 00:00:00 2001 From: Greg Meldrum Date: Thu, 7 Dec 2023 16:36:50 -0500 Subject: [PATCH] DATAGO-66943: Fix vulnerabilities for logback-classic and logback-core (#140) --- service/application/pom.xml | 18 ++++++++++++++++++ service/local-storage-plugin/pom.xml | 11 ++++++++++- service/terraform-plugin/pom.xml | 9 +++++++++ 3 files changed, 37 insertions(+), 1 deletion(-) diff --git a/service/application/pom.xml b/service/application/pom.xml index def1b307e..6c632cf97 100644 --- a/service/application/pom.xml +++ b/service/application/pom.xml @@ -54,12 +54,30 @@ org.springframework.boot spring-boot-starter + + ch.qos.logback + logback-classic + + + ch.qos.logback + logback-core + org.yaml snakeyaml + + ch.qos.logback + logback-classic + 1.4.12 + + + ch.qos.logback + logback-core + 1.4.12 + org.springframework.boot spring-boot-autoconfigure diff --git a/service/local-storage-plugin/pom.xml b/service/local-storage-plugin/pom.xml index 48e208900..6bcef1ac0 100644 --- a/service/local-storage-plugin/pom.xml +++ b/service/local-storage-plugin/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 com.solace.maas.plugin.localstorage local-storage-plugin @@ -45,6 +46,10 @@ camel-spring-boot-starter ${camel.version} + + ch.qos.logback + logback-classic + org.yaml snakeyaml @@ -88,6 +93,10 @@ spring-boot-starter ${spring-boot-starter.version} + + ch.qos.logback + logback-classic + org.yaml snakeyaml diff --git a/service/terraform-plugin/pom.xml b/service/terraform-plugin/pom.xml index a8a9cbc92..dc1b7426e 100644 --- a/service/terraform-plugin/pom.xml +++ b/service/terraform-plugin/pom.xml @@ -31,8 +31,17 @@ org.slf4j slf4j-api + + ch.qos.logback + logback-classic + + + ch.qos.logback + logback-classic + 1.4.12 + org.junit.jupiter junit-jupiter-engine