From 5a89ddb1fd5091e0eef287f874db87af9a6610b1 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 20 Nov 2023 17:48:37 -0800 Subject: [PATCH] Upgrade to Spring Kafka 3.1.0 Closes gh-38316 --- 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 fcd2bebd91..cae406c920 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1558,7 +1558,7 @@ bom { ] } } - library("Spring Kafka", "3.1.0-SNAPSHOT") { + library("Spring Kafka", "3.1.0") { considerSnapshots() group("org.springframework.kafka") { modules = [