From 00ee3485e864fe7cdc2e25c30d238f23ffe654d9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Dec 2024 00:26:04 +0000 Subject: [PATCH] fix: core-services/libraries/tracer/pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEKAFKA-8528112 --- core-services/libraries/tracer/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core-services/libraries/tracer/pom.xml b/core-services/libraries/tracer/pom.xml index 22fb290d77a..a4f2acfc7b6 100644 --- a/core-services/libraries/tracer/pom.xml +++ b/core-services/libraries/tracer/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent 1.5.22.RELEASE - + org.egov.services tracer @@ -35,12 +35,12 @@ org.springframework.kafka spring-kafka - 2.1.5.RELEASE + 3.2.6 org.apache.kafka kafka-clients - 1.1.1 + 3.7.2 org.projectlombok