From 2413e80105e115151964e2f10993b03c4962e2fc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 May 2022 16:49:09 +0100 Subject: [PATCH 1/6] Upgrade to Micrometer 1.8.6 Closes gh-31007 --- 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 eb8dd8ed191..735914e7902 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1248,7 +1248,7 @@ bom { ] } } - library("Micrometer", "1.8.5") { + library("Micrometer", "1.8.6") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 76bc188e9feb48a006bd6a79a6dc44565e90a39f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 May 2022 16:49:57 +0100 Subject: [PATCH 2/6] Upgrade to Spring HATEOAS 1.4.3 Closes gh-31008 --- 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 735914e7902..49e5ff6eb37 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1706,7 +1706,7 @@ bom { ] } } - library("Spring HATEOAS", "1.4.2") { + library("Spring HATEOAS", "1.4.3") { group("org.springframework.hateoas") { modules = [ "spring-hateoas" From 9137d777ab5c077657b8d2a912dd9b92ae0cfde6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 May 2022 16:51:05 +0100 Subject: [PATCH 3/6] Start building against Spring AMQP 2.4.5 snapshots See gh-31009 --- 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 49e5ff6eb37..637c9bdd7c0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1671,7 +1671,7 @@ bom { ] } } - library("Spring AMQP", "2.4.4") { + library("Spring AMQP", "2.4.5-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp", From 2a9d9698ac0cc82cd0a6e92a00404b3290c4c017 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 May 2022 16:52:18 +0100 Subject: [PATCH 4/6] Start building against Spring Kafka 2.8.6 snapshots See gh-31010 --- 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 637c9bdd7c0..d620618e8fd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1720,7 +1720,7 @@ bom { ] } } - library("Spring Kafka", "2.8.5") { + library("Spring Kafka", "2.8.6-SNAPSHOT") { group("org.springframework.kafka") { modules = [ "spring-kafka", From 40f82e9aa5b9064520f9ab81b067f328845f0071 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 May 2022 16:55:16 +0100 Subject: [PATCH 5/6] Start building against Spring Batch 4.3.6 snapshots See gh-31011 --- 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 d620618e8fd..7b20c64e091 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1682,7 +1682,7 @@ bom { ] } } - library("Spring Batch", "4.3.5") { + library("Spring Batch", "4.3.6-SNAPSHOT") { group("org.springframework.batch") { modules = [ "spring-batch-core", From 6fa103bdb2f1cadfc3704ebc170e46392e6f6163 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 May 2022 16:57:10 +0100 Subject: [PATCH 6/6] Start building against Spring Security 5.6.4 snapshots See gh-31012 --- 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 7b20c64e091..1efcec3f7ba 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1758,7 +1758,7 @@ bom { ] } } - library("Spring Security", "5.6.3") { + library("Spring Security", "5.6.4-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom"