From bc91b3460ce62d8aa8ac9e3fa9ad55791eaac2c0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 9 Feb 2024 12:04:36 +0000 Subject: [PATCH] Start building against Spring Kafka 3.2.0-M1 snapshots See gh-39497 --- 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 ae413df9a7..cf74ce1de7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1491,7 +1491,7 @@ bom { ] } } - library("Spring Kafka", "3.1.1") { + library("Spring Kafka", "3.2.0-SNAPSHOT") { considerSnapshots() group("org.springframework.kafka") { modules = [