From 154d791f3861031d47a9a8f81f64cb986f1073b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Dec 2024 23:00:27 +0000 Subject: [PATCH] fix: core-services/egov-user/pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEKAFKA-8528112 - https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-8539866 - https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-8539867 - https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-8539865 --- core-services/egov-user/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core-services/egov-user/pom.xml b/core-services/egov-user/pom.xml index 0b1fef7994f..cc5a2c40253 100644 --- a/core-services/egov-user/pom.xml +++ b/core-services/egov-user/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent 1.5.22.RELEASE - + 2.17.1 @@ -26,7 +26,7 @@ ch.qos.logback logback-classic - 1.2.0 + 1.5.13 org.egov.services @@ -67,12 +67,12 @@ org.springframework.kafka spring-kafka - 1.3.11.RELEASE + 3.2.6 org.apache.kafka kafka-clients - 1.1.1 + 3.7.2 org.springframework.boot