From fa3723eb8bec023d67a7a7816c6a64d0e0e67e5a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 7 Dec 2020 15:22:16 +0100 Subject: [PATCH 1/8] Upgrade to Caffeine 2.8.7 Closes gh-24368 --- 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 15a5867f22..b3c14e693c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -150,7 +150,7 @@ bom { ] } } - library("Caffeine", "2.8.6") { + library("Caffeine", "2.8.7") { group("com.github.ben-manes.caffeine") { modules = [ "caffeine", From dfae03704b6200514ad6e1770ba6a4eb2e47ad8f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 7 Dec 2020 15:22:18 +0100 Subject: [PATCH 2/8] Upgrade to DB2 JDBC 11.5.5.0 Closes gh-24369 --- 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 b3c14e693c..058a600fe3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -223,7 +223,7 @@ bom { ] } } - library("DB2 JDBC", "11.5.4.0") { + library("DB2 JDBC", "11.5.5.0") { group("com.ibm.db2") { modules = [ "jcc" From ae711118935d1a4401d0cdd148cd21253249e0a0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 7 Dec 2020 15:22:19 +0100 Subject: [PATCH 3/8] Upgrade to Dropwizard Metrics 4.1.16 Closes gh-24370 --- 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 058a600fe3..e0fb3ee562 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.14") { + library("Dropwizard Metrics", "4.1.16") { group("io.dropwizard.metrics") { imports = [ "metrics-bom" From 1e252ab382ff0603aa527f9b685ccdbb89f78a59 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 7 Dec 2020 15:22:20 +0100 Subject: [PATCH 4/8] Upgrade to Groovy 2.5.14 Closes gh-24371 --- 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 e0fb3ee562..18988d6a14 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -366,7 +366,7 @@ bom { ] } } - library("Groovy", "2.5.13") { + library("Groovy", "2.5.14") { group("org.codehaus.groovy") { imports = [ "groovy-bom" From c1ef49ae63dd9edb6701c74499a367551f070d8a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 7 Dec 2020 15:22:22 +0100 Subject: [PATCH 5/8] Upgrade to Hibernate 5.4.25.Final Closes gh-24372 --- 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 18988d6a14..69c98222cd 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.23.Final") { + library("Hibernate", "5.4.25.Final") { group("org.hibernate") { modules = [ "hibernate-c3p0", From 9eeae227b02b7caa99b459675e31175a479f4b51 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 7 Dec 2020 15:22:23 +0100 Subject: [PATCH 6/8] Upgrade to HttpCore 4.4.14 Closes gh-24373 --- 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 69c98222cd..cad2ac2d1f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -486,7 +486,7 @@ bom { ] } } - library("HttpCore", "4.4.13") { + library("HttpCore", "4.4.14") { group("org.apache.httpcomponents") { modules = [ "httpcore", From ddda80909ee66bc25e249cf3dfb659d2721428f5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 7 Dec 2020 15:22:25 +0100 Subject: [PATCH 7/8] Upgrade to Jetty 9.4.35.v20201120 Closes gh-24374 --- 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 cad2ac2d1f..377a53ece9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -853,7 +853,7 @@ bom { ] } } - library("Jetty", "9.4.34.v20201102") { + library("Jetty", "9.4.35.v20201120") { group("org.eclipse.jetty") { imports = [ "jetty-bom" From 6e040740c678c1796d79762f3421a39b689aa1c1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 7 Dec 2020 15:22:26 +0100 Subject: [PATCH 8/8] Upgrade to Tomcat 9.0.40 Closes gh-24375 --- 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 377a53ece9..ba4f01536d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1806,7 +1806,7 @@ bom { ] } } - library("Tomcat", "9.0.39") { + library("Tomcat", "9.0.40") { group("org.apache.tomcat") { modules = [ "tomcat-annotations-api",