From 7a9e8818cc68e959330488f39cd145007884749e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Apr 2023 11:42:17 +0200 Subject: [PATCH 1/4] Start building against Spring AMQP 3.0.4 snapshots See gh-34950 --- 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 15cd2e3b3e..2bcd2b1474 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1330,7 +1330,7 @@ bom { ] } } - library("Spring AMQP", "3.0.3") { + library("Spring AMQP", "3.0.4-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp", From 2209543f305cf38784faac0293bdbae84dda7a05 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Apr 2023 11:42:24 +0200 Subject: [PATCH 2/4] Start building against Spring Kafka 3.0.6 snapshots See gh-34951 --- 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 2bcd2b1474..b32e891d95 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1384,7 +1384,7 @@ bom { ] } } - library("Spring Kafka", "3.0.5") { + library("Spring Kafka", "3.0.6-SNAPSHOT") { group("org.springframework.kafka") { modules = [ "spring-kafka", From bd84267d5fa3e6e13cc75cdfc721fec64634d22d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Apr 2023 11:42:29 +0200 Subject: [PATCH 3/4] Start building against Spring Security 6.0.3 snapshots See gh-34952 --- 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 b32e891d95..1955c37391 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1416,7 +1416,7 @@ bom { ] } } - library("Spring Security", "6.0.2") { + library("Spring Security", "6.0.3-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom" From c3e3bfcf7476123b038bdec20c572293304db893 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Apr 2023 11:42:33 +0200 Subject: [PATCH 4/4] Start building against Spring WS 4.0.3 snapshots See gh-34953 --- 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 1955c37391..9e5f0eb518 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1434,7 +1434,7 @@ bom { ] } } - library("Spring WS", "4.0.2") { + library("Spring WS", "4.0.3-SNAPSHOT") { group("org.springframework.ws") { imports = [ "spring-ws-bom"