From 9bc1c4dff2a4cac3d17ab2fe28c179ec1e3382ba Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Jun 2021 07:58:16 +0200 Subject: [PATCH 1/4] Upgrade to Dropwizard Metrics 4.1.24 Closes gh-27031 --- 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 ca532f8cf0..8c0cb9b24f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -248,7 +248,7 @@ bom { ] } } - library("Dropwizard Metrics", "4.1.22") { + library("Dropwizard Metrics", "4.1.24") { group("io.dropwizard.metrics") { imports = [ "metrics-bom" From 6db9fe2e36b4709f3d8679b6e73cd744ec35ba19 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Jun 2021 07:58:17 +0200 Subject: [PATCH 2/4] Upgrade to Lettuce 6.0.6.RELEASE Closes gh-27032 --- 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 8c0cb9b24f..ace594b239 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -934,7 +934,7 @@ bom { ] } } - library("Lettuce", "6.0.5.RELEASE") { + library("Lettuce", "6.0.6.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core" From ded6b26ea520452eb225f605123e93c9c1ec5108 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Jun 2021 07:58:18 +0200 Subject: [PATCH 3/4] Upgrade to Neo4j Java Driver 4.1.4 Closes gh-27033 --- 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 ace594b239..6312b3b7ed 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1174,7 +1174,7 @@ bom { ] } } - library("Neo4j Java Driver", "4.1.3") { + library("Neo4j Java Driver", "4.1.4") { group("org.neo4j.driver") { modules = [ "neo4j-java-driver" From fb1cd820614f1f9cfd8048009ce219bf75dbb043 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Jun 2021 07:58:19 +0200 Subject: [PATCH 4/4] Upgrade to OAuth2 OIDC SDK 8.36.2 Closes gh-27034 --- 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 6312b3b7ed..9c4b11df15 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1196,7 +1196,7 @@ bom { ] } } - library("OAuth2 OIDC SDK", "8.36.1") { + library("OAuth2 OIDC SDK", "8.36.2") { group("com.nimbusds") { modules = [ "oauth2-oidc-sdk"