From cccd8bfea38acbf1d4bd88626be7edb82e98ce70 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Oct 2023 10:25:36 +0100 Subject: [PATCH] Start building against Spring Kafka 3.1.0 snapshots See gh-37712 --- 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 ddd375febf..a17e79e42e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1564,7 +1564,7 @@ bom { ] } } - library("Spring Kafka", "3.1.0-M1") { + library("Spring Kafka", "3.1.0-SNAPSHOT") { considerSnapshots() group("org.springframework.kafka") { modules = [