From 6c086fedd96beb1ad0802402b1044933fd8db8e9 Mon Sep 17 00:00:00 2001 From: Neha2365 <110969715+Neha2365@users.noreply.github.com> Date: Tue, 2 Apr 2024 19:13:22 +0530 Subject: [PATCH] MOSIP-31982 updated kafka version (#1232) * MOSIP-31982 changes done for publishing the data from websub to kafka directly Signed-off-by: Neha Farheen * MOSIP-31982 build failure resolved Signed-off-by: Neha Farheen * Updated kafka version Signed-off-by: Neha Farheen --------- Signed-off-by: Neha Farheen Co-authored-by: Neha Farheen --- authentication/authentication-common/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentication/authentication-common/pom.xml b/authentication/authentication-common/pom.xml index 4727bb6dd37..d62953bfd9f 100644 --- a/authentication/authentication-common/pom.xml +++ b/authentication/authentication-common/pom.xml @@ -98,7 +98,7 @@ org.springframework.kafka spring-kafka - ${spring.boot.version} + 2.1.7.RELEASE