From 7e8c5fcb848f84842a5ea164092c5c28e4f8b3e3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 14:02:45 +0200 Subject: [PATCH] Upgrade to Spring Kafka 2.5.12.RELEASE Closes gh-25975 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 44f76a1b22..0e8779166c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1694,7 +1694,7 @@ bom { ] } } - library("Spring Kafka", "2.5.11.RELEASE") { + library("Spring Kafka", "2.5.12.RELEASE") { group("org.springframework.kafka") { modules = [ "spring-kafka",