From a09e0e00b8e64c031101acf1d3497633cb55b147 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 10 Jun 2024 10:21:57 +0100 Subject: [PATCH] Start building against Spring Kafka 3.1.6 snapshots See gh-41022 --- 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 7b365477661..0e79410ca68 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1617,7 +1617,7 @@ bom { ] } } - library("Spring Kafka", "3.1.5") { + library("Spring Kafka", "3.1.6-SNAPSHOT") { considerSnapshots() group("org.springframework.kafka") { modules = [