From 6b353aee8dcd22475df0473645f52f6a43789b87 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 13 Jan 2021 14:01:19 +0100 Subject: [PATCH 1/5] Upgrade to Micrometer 1.5.10 Closes gh-24785 --- 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 2a767e6ce0..d59d0d1d0a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1168,7 +1168,7 @@ bom { ] } } - library("Micrometer", "1.5.9") { + library("Micrometer", "1.5.10") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 6d5d8cbc2cfe9ff70d72d77b84e5d2735aee493e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 13 Jan 2021 14:02:36 +0100 Subject: [PATCH 2/5] Upgrade to Lettuce 5.3.6.RELEASE Closes gh-24801 --- 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 d59d0d1d0a..c38a637e62 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -993,7 +993,7 @@ bom { ] } } - library("Lettuce", "5.3.5.RELEASE") { + library("Lettuce", "5.3.6.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core" From beec43cda5b821f30cbe960dab99875c824f7a7b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 13 Jan 2021 14:04:33 +0100 Subject: [PATCH 3/5] Upgrade to Micrometer 1.6.3 Closes gh-24786 --- 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 34e89e74b4..c0ad730658 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1111,7 +1111,7 @@ bom { ] } } - library("Micrometer", "1.6.2") { + library("Micrometer", "1.6.3") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From f9e59abe8bd133d8003f96e4c1be40cac4444d77 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 13 Jan 2021 14:05:39 +0100 Subject: [PATCH 4/5] Upgrade to Lettuce 6.0.2.RELEASE Closes gh-24802 --- 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 c0ad730658..da7f4b5eb7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -933,7 +933,7 @@ bom { ] } } - library("Lettuce", "6.0.1.RELEASE") { + library("Lettuce", "6.0.2.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core" From e01fdf91bdf42cdbc478c066af24419fc48728b8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 13 Jan 2021 14:05:40 +0100 Subject: [PATCH 5/5] Upgrade to Spring HATEOAS 1.2.3 Closes gh-24803 --- 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 da7f4b5eb7..ad75cda6bc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1571,7 +1571,7 @@ bom { ] } } - library("Spring HATEOAS", "1.2.2") { + library("Spring HATEOAS", "1.2.3") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"