From e38cd9f9285ae28042fb252d78c79b084ee11249 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 May 2022 15:43:04 +0100 Subject: [PATCH 1/5] Upgrade to Micrometer 1.7.12 Closes gh-31001 --- 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 d5bc4bea84..947a30e62f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1231,7 +1231,7 @@ bom { ] } } - library("Micrometer", "1.7.11") { + library("Micrometer", "1.7.12") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 6286fd791762ebf4c8c4653a7d323a0d54ed967c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 May 2022 15:43:46 +0100 Subject: [PATCH 2/5] Upgrade to Spring Framework 5.3.20 Closes gh-31002 --- 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 947a30e62f..b799a942e3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1715,7 +1715,7 @@ bom { ] } } - library("Spring Framework", "5.3.19") { + library("Spring Framework", "5.3.20") { group("org.springframework") { imports = [ "spring-framework-bom" From 30bdd76bbe602fa674f863f361089289aaf977ff Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 May 2022 15:44:27 +0100 Subject: [PATCH 3/5] Start building against Spring Batch 4.3.6 snapshots See gh-31003 --- 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 b799a942e3..5a28390714 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1698,7 +1698,7 @@ bom { ] } } - library("Spring Batch", "4.3.5") { + library("Spring Batch", "4.3.6-SNAPSHOT") { group("org.springframework.batch") { modules = [ "spring-batch-core", From 0233cf01d3dab3606f9dd2189fb75ff1d2f58729 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 May 2022 15:45:02 +0100 Subject: [PATCH 4/5] Start building against Spring Kafka 2.7.14 snapshots See gh-31004 --- 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 5a28390714..6fc72ebe91 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1736,7 +1736,7 @@ bom { ] } } - library("Spring Kafka", "2.7.13") { + library("Spring Kafka", "2.7.14-SNAPSHOT") { group("org.springframework.kafka") { modules = [ "spring-kafka", From 5ce39254de07fc70dc933f5efc4a3af0354d9cc6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 May 2022 15:46:11 +0100 Subject: [PATCH 5/5] Start building against Spring Security 5.5.7 snapshots See gh-31005 --- 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 6fc72ebe91..f7b5aa4a63 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1774,7 +1774,7 @@ bom { ] } } - library("Spring Security", "5.5.6") { + library("Spring Security", "5.5.7-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom"