From b3bc79b10f5aa5b1ec3c829d2d654917dff45cea Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 12 Jan 2021 09:55:29 +0100 Subject: [PATCH 01/11] Upgrade to AppEngine SDK 1.9.84 Closes gh-24754 --- 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 86538234c6a5..e6934c0b1641 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -60,7 +60,7 @@ bom { ] } } - library("AppEngine SDK", "1.9.83") { + library("AppEngine SDK", "1.9.84") { group("com.google.appengine") { modules = [ "appengine-api-1.0-sdk" From 7ab9fad0626f239c6f8aa8cc1b942ab0609f5f62 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 12 Jan 2021 09:55:31 +0100 Subject: [PATCH 02/11] Upgrade to Byte Buddy 1.10.19 Closes gh-24755 --- 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 e6934c0b1641..8e5ec742c7c1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -142,7 +142,7 @@ bom { ] } } - library("Byte Buddy", "1.10.18") { + library("Byte Buddy", "1.10.19") { group("net.bytebuddy") { modules = [ "byte-buddy", From 682c952306cad1a73eef8dbad0ca04324e4958f3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 12 Jan 2021 09:55:32 +0100 Subject: [PATCH 03/11] Upgrade to Dropwizard Metrics 4.1.17 Closes gh-24756 --- 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 8e5ec742c7c1..e73894e4ba08 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.16") { + library("Dropwizard Metrics", "4.1.17") { group("io.dropwizard.metrics") { imports = [ "metrics-bom" From 66daeab221a2907d2e478e7a4c103bf407b3aeed Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 12 Jan 2021 09:55:34 +0100 Subject: [PATCH 04/11] Upgrade to Hazelcast 3.12.11 Closes gh-24757 --- 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 e73894e4ba08..bff2751b4b38 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -396,7 +396,7 @@ bom { ] } } - library("Hazelcast", "3.12.10") { + library("Hazelcast", "3.12.11") { group("com.hazelcast") { modules = [ "hazelcast", From e48e48988a3929877c8e01607a1af07d8b620ba6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 12 Jan 2021 09:55:35 +0100 Subject: [PATCH 05/11] Upgrade to Hibernate 5.4.27.Final Closes gh-24758 --- 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 bff2751b4b38..ddde22245873 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -413,7 +413,7 @@ bom { ] } } - library("Hibernate", "5.4.25.Final") { + library("Hibernate", "5.4.27.Final") { group("org.hibernate") { modules = [ "hibernate-c3p0", From 371e59cd804a43d590de4baef9eac24b8ccacd3a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 12 Jan 2021 09:55:37 +0100 Subject: [PATCH 06/11] Upgrade to Hibernate Validator 6.1.7.Final Closes gh-24759 --- 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 ddde22245873..c082788441bb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -432,7 +432,7 @@ bom { ] } } - library("Hibernate Validator", "6.1.6.Final") { + library("Hibernate Validator", "6.1.7.Final") { group("org.hibernate.validator") { modules = [ "hibernate-validator", From 3ae9639cbba73fd49bb78f706026791e3a7652aa Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 12 Jan 2021 09:55:38 +0100 Subject: [PATCH 07/11] Upgrade to Jackson Bom 2.11.4 Closes gh-24760 --- 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 c082788441bb..9be3a10db36f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -551,7 +551,7 @@ bom { ] } } - library("Jackson Bom", "2.11.3") { + library("Jackson Bom", "2.11.4") { group("com.fasterxml.jackson") { imports = [ "jackson-bom" From 37f653121fce801e6fcb064c7fb272065d0f2636 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 12 Jan 2021 09:55:40 +0100 Subject: [PATCH 08/11] Upgrade to Jetty Reactive HTTPClient 1.1.5 Closes gh-24761 --- 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 9be3a10db36f..c5e076be104b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -846,7 +846,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "1.1.4") { + library("Jetty Reactive HTTPClient", "1.1.5") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient" From 5fb1ca6043f3091a8171eed7217a4bacd18a64e7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 12 Jan 2021 09:55:41 +0100 Subject: [PATCH 09/11] Upgrade to Johnzon 1.2.9 Closes gh-24762 --- 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 c5e076be104b..094c8d9ac918 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -867,7 +867,7 @@ bom { ] } } - library("Johnzon", "1.2.8") { + library("Johnzon", "1.2.9") { group("org.apache.johnzon") { modules = [ "johnzon-core", From 2e69198f979af38f9132a918b945482d569b78f1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 12 Jan 2021 09:55:43 +0100 Subject: [PATCH 10/11] Upgrade to Neo4j OGM 3.2.19 Closes gh-24763 --- 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 094c8d9ac918..06886787ecdf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1230,7 +1230,7 @@ bom { ] } } - library("Neo4j OGM", "3.2.18") { + library("Neo4j OGM", "3.2.19") { group("org.neo4j") { modules = [ "neo4j-ogm-api", From f02951fb17af6c666576f5e976fced4acafbb34e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 12 Jan 2021 09:55:44 +0100 Subject: [PATCH 11/11] Upgrade to Netty 4.1.56.Final Closes gh-24764 --- 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 06886787ecdf..4dbb494c049c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1243,7 +1243,7 @@ bom { ] } } - library("Netty", "4.1.55.Final") { + library("Netty", "4.1.56.Final") { group("io.netty") { imports = [ "netty-bom"