From b6516c9790120dc671a1f5185cee5cac49b10444 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:35:29 +0100 Subject: [PATCH 01/29] Upgrade to ActiveMQ 5.15.13 Closes gh-22452 --- 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 74ddb40358..80f76a7bb7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -13,7 +13,7 @@ bom { issueLabels = ["type: dependency-upgrade"] } } - library("ActiveMQ", "5.15.12") { + library("ActiveMQ", "5.15.13") { group("org.apache.activemq") { modules = [ "activemq-amqp", From bec2942baeec0bd3e23a0e9feba5df82dc8dcd54 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:35:31 +0100 Subject: [PATCH 02/29] Upgrade to AppEngine SDK 1.9.81 Closes gh-22453 --- 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 80f76a7bb7..c83de26f1e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -59,7 +59,7 @@ bom { ] } } - library("AppEngine SDK", "1.9.80") { + library("AppEngine SDK", "1.9.81") { group("com.google.appengine") { modules = [ "appengine-api-1.0-sdk" From 82ca58a36eac6151a747673ac541aa1b66710be4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:35:32 +0100 Subject: [PATCH 03/29] Upgrade to Byte Buddy 1.10.13 Closes gh-22454 --- 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 c83de26f1e..7a5bcf374c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -141,7 +141,7 @@ bom { ] } } - library("Byte Buddy", "1.10.11") { + library("Byte Buddy", "1.10.13") { group("net.bytebuddy") { modules = [ "byte-buddy", From 48ea8caf3d011bdf8e2fecc2573ab922f415c97c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:35:34 +0100 Subject: [PATCH 04/29] Upgrade to Caffeine 2.8.5 Closes gh-22455 --- 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 7a5bcf374c..7a6a7781bf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -149,7 +149,7 @@ bom { ] } } - library("Caffeine", "2.8.4") { + library("Caffeine", "2.8.5") { group("com.github.ben-manes.caffeine") { modules = [ "caffeine", From f88038f00d584e31fbf3dd2a6077c18a58117ce1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:35:36 +0100 Subject: [PATCH 05/29] Upgrade to Couchbase Client 3.0.6 Closes gh-22456 --- .../boot/autoconfigure/couchbase/CouchbaseProperties.java | 2 +- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/couchbase/CouchbaseProperties.java b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/couchbase/CouchbaseProperties.java index 614b02b335..4dc0e252ff 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/couchbase/CouchbaseProperties.java +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/couchbase/CouchbaseProperties.java @@ -117,7 +117,7 @@ public class CouchbaseProperties { * Length of time an HTTP connection may remain idle before it is closed and * removed from the pool. */ - private Duration idleHttpConnectionTimeout = Duration.ofSeconds(30); + private Duration idleHttpConnectionTimeout = Duration.ofMillis(4500); public int getMinEndpoints() { return this.minEndpoints; diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 7a6a7781bf..21b1ed6b08 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -215,7 +215,7 @@ bom { ] } } - library("Couchbase Client", "3.0.5") { + library("Couchbase Client", "3.0.6") { group("com.couchbase.client") { modules = [ "java-client" From 8030c8635c82d0fc0f57b56bc6bdd60952d93d18 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:35:38 +0100 Subject: [PATCH 06/29] Upgrade to DB2 JDBC 11.5.4.0 Closes gh-22457 --- 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 21b1ed6b08..8651876485 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -222,7 +222,7 @@ bom { ] } } - library("DB2 JDBC", "11.5.0.0") { + library("DB2 JDBC", "11.5.4.0") { group("com.ibm.db2") { modules = [ "jcc" From d783f3e4d2aff564c3c277219bec0f443df06e84 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:35:39 +0100 Subject: [PATCH 07/29] Upgrade to Dropwizard Metrics 4.1.11 Closes gh-22458 --- 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 8651876485..6f683891b7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -247,7 +247,7 @@ bom { ] } } - library("Dropwizard Metrics", "4.1.9") { + library("Dropwizard Metrics", "4.1.11") { group("io.dropwizard.metrics") { imports = [ "metrics-bom" From 3be07566fb19268714eb1b7b9722a51d49e36168 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:35:40 +0100 Subject: [PATCH 08/29] Upgrade to Flatten Maven Plugin 1.2.4 Closes gh-22459 --- 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 6f683891b7..ca9197fc3f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -310,7 +310,7 @@ bom { ] } } - library("Flatten Maven Plugin", "1.2.2") { + library("Flatten Maven Plugin", "1.2.4") { group("org.codehaus.mojo") { plugins = [ "flatten-maven-plugin" From 3c05f8eb402c6967712e46cbcf455e7fb0de4271 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:35:42 +0100 Subject: [PATCH 09/29] Upgrade to Hazelcast 3.12.8 Closes gh-22460 --- 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 ca9197fc3f..bb3a5ebfa1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -392,7 +392,7 @@ bom { ] } } - library("Hazelcast", "3.12.7") { + library("Hazelcast", "3.12.8") { group("com.hazelcast") { modules = [ "hazelcast", From c368f38e88c72f74e20b7937ab213a1820aa2084 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:35:43 +0100 Subject: [PATCH 10/29] Upgrade to Hibernate 5.4.18.Final Closes gh-22461 --- 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 bb3a5ebfa1..35b5e2b231 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -409,7 +409,7 @@ bom { ] } } - library("Hibernate", "5.4.17.Final") { + library("Hibernate", "5.4.18.Final") { group("org.hibernate") { modules = [ "hibernate-c3p0", From 1663e46720b70b62fd1a156a89ef4ea6ef2538de Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:35:45 +0100 Subject: [PATCH 11/29] Upgrade to HSQLDB 2.5.1 Closes gh-22462 --- 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 35b5e2b231..9de353f93b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -443,7 +443,7 @@ bom { ] } } - library("HSQLDB", "2.5.0") { + library("HSQLDB", "2.5.1") { group("org.hsqldb") { modules = [ "hsqldb" From 6b48705e6ae89a63764b5bbb6b2af801cc679ee1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:35:46 +0100 Subject: [PATCH 12/29] Upgrade to Jackson Bom 2.11.1 Closes gh-22463 --- 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 9de353f93b..6e13209e99 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -547,7 +547,7 @@ bom { ] } } - library("Jackson Bom", "2.11.0") { + library("Jackson Bom", "2.11.1") { group("com.fasterxml.jackson") { imports = [ "jackson-bom" From 1ee9be847e9e8149fb208ceb6a8a6484a6d4a76e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:35:48 +0100 Subject: [PATCH 13/29] Upgrade to Jakarta Servlet 4.0.4 Closes gh-22464 --- 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 6e13209e99..0e3d95c604 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -608,7 +608,7 @@ bom { ] } } - library("Jakarta Servlet", "4.0.3") { + library("Jakarta Servlet", "4.0.4") { group("jakarta.servlet") { modules = [ "jakarta.servlet-api" From c104a13bd5f8caee28531003ac0d87218b7558ba Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:35:49 +0100 Subject: [PATCH 14/29] Upgrade to Jetty Reactive HTTPClient 1.1.4 Closes gh-22465 --- 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 0e3d95c604..6ba72371ac 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -842,7 +842,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "1.1.3") { + library("Jetty Reactive HTTPClient", "1.1.4") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient" From c71b5ed836e5f54c966fa5417fd7992f5a729d59 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:35:51 +0100 Subject: [PATCH 15/29] Upgrade to Jetty 9.4.30.v20200611 Closes gh-22466 --- 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 6ba72371ac..3453f69b80 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -849,7 +849,7 @@ bom { ] } } - library("Jetty", "9.4.29.v20200521") { + library("Jetty", "9.4.30.v20200611") { group("org.eclipse.jetty") { imports = [ "jetty-bom" From ee689f516f33ca60db1b0a41f01b8ee148e82ca8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:35:52 +0100 Subject: [PATCH 16/29] Upgrade to Johnzon 1.2.8 Closes gh-22467 --- 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 3453f69b80..df41e9022e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -863,7 +863,7 @@ bom { ] } } - library("Johnzon", "1.2.7") { + library("Johnzon", "1.2.8") { group("org.apache.johnzon") { modules = [ "johnzon-core", From ebcc90354738d080aa22f8a42a66028153b6427b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:35:53 +0100 Subject: [PATCH 17/29] Upgrade to jOOQ 3.13.3 Closes gh-22468 --- 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 df41e9022e..772d286c7e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -886,7 +886,7 @@ bom { ] } } - library("jOOQ", "3.13.2") { + library("jOOQ", "3.13.3") { group("org.jooq") { modules = [ "jooq", From 09de935f298f3d5ad414da35e65f18004897e42c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:35:54 +0100 Subject: [PATCH 18/29] Upgrade to Kotlin Coroutines 1.3.8 Closes gh-22469 --- 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 772d286c7e..beecbb3b45 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -979,7 +979,7 @@ bom { ] } } - library("Kotlin Coroutines", "1.3.7") { + library("Kotlin Coroutines", "1.3.8") { group("org.jetbrains.kotlinx") { imports = [ "kotlinx-coroutines-bom" From f8c85b7ac93ebd11b273783fdeca7dbdee521f05 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:35:56 +0100 Subject: [PATCH 19/29] Upgrade to Lettuce 5.3.2.RELEASE Closes gh-22470 --- 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 beecbb3b45..206e777fd5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -986,7 +986,7 @@ bom { ] } } - library("Lettuce", "5.3.1.RELEASE") { + library("Lettuce", "5.3.2.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core" From 347d3af35dea74ab31022afce06ffbd34e00ac3f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:35:57 +0100 Subject: [PATCH 20/29] Upgrade to MariaDB 2.6.1 Closes gh-22471 --- 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 206e777fd5..ec4c3a33ad 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1028,7 +1028,7 @@ bom { ] } } - library("MariaDB", "2.6.0") { + library("MariaDB", "2.6.1") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client" From 13ab92238b89678ca1457ae4f720156f8f7e13d8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:35:58 +0100 Subject: [PATCH 21/29] Upgrade to Micrometer 1.5.2 Closes gh-22472 --- 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 ec4c3a33ad..5689132a98 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1161,7 +1161,7 @@ bom { ] } } - library("Micrometer", "1.5.1") { + library("Micrometer", "1.5.2") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From bf95b7ac2dc5d069eecff4a8ece448b100f309d5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:36:00 +0100 Subject: [PATCH 22/29] Upgrade to MongoDB 4.0.5 Closes gh-22473 --- 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 5689132a98..4b2235d63a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1189,7 +1189,7 @@ bom { ] } } - library("MongoDB", "4.0.4") { + library("MongoDB", "4.0.5") { group("org.mongodb") { modules = [ "bson", From bd64f4b9d1fad95f2c1ad92f941a1423070377a8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:36:01 +0100 Subject: [PATCH 23/29] Upgrade to MySQL 8.0.21 Closes gh-22474 --- 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 4b2235d63a..27f2a47c20 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1207,7 +1207,7 @@ bom { ] } } - library("MySQL", "8.0.20") { + library("MySQL", "8.0.21") { group("mysql") { modules = [ "mysql-connector-java" { From 057ab3c6473680a33663dbed2268b205279a0b95 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:36:02 +0100 Subject: [PATCH 24/29] Upgrade to Neo4j OGM 3.2.14 Closes gh-22475 --- 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 27f2a47c20..a3ac785fed 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1223,7 +1223,7 @@ bom { ] } } - library("Neo4j OGM", "3.2.12") { + library("Neo4j OGM", "3.2.14") { group("org.neo4j") { modules = [ "neo4j-ogm-api", From 3c628209b83444945ac2a236c6200a4701e489c3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:36:04 +0100 Subject: [PATCH 25/29] Upgrade to Netty 4.1.51.Final Closes gh-22476 --- 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 a3ac785fed..a71a76d8e6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1236,7 +1236,7 @@ bom { ] } } - library("Netty", "4.1.50.Final") { + library("Netty", "4.1.51.Final") { group("io.netty") { imports = [ "netty-bom" From e9c46074f12460a5c4b3a506709f5f5ce3e16df1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:36:05 +0100 Subject: [PATCH 26/29] Upgrade to Solr 8.5.2 Closes gh-22477 --- 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 a71a76d8e6..551393d2dc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1610,7 +1610,7 @@ bom { ] } } - library("Solr", "8.5.1") { + library("Solr", "8.5.2") { group("org.apache.solr") { modules = [ "solr-analysis-extras", From dd38ffe3a7b62030591f9be5189233e1729a777e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:36:07 +0100 Subject: [PATCH 27/29] Upgrade to Tomcat 9.0.37 Closes gh-22478 --- 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 551393d2dc..5d49e6da04 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1791,7 +1791,7 @@ bom { ] } } - library("Tomcat", "9.0.36") { + library("Tomcat", "9.0.37") { group("org.apache.tomcat") { modules = [ "tomcat-annotations-api", From 6114897473c582515f5942b4953869ae26e726a2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:36:36 +0100 Subject: [PATCH 28/29] Upgrade to Reactor Bom Dysprosium-SR10 Closes gh-22376 --- 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 5d49e6da04..0aa978969d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1417,7 +1417,7 @@ bom { ] } } - library("Reactor Bom", "Dysprosium-BUILD-SNAPSHOT") { + library("Reactor Bom", "Dysprosium-SR10") { group("io.projectreactor") { imports = [ "reactor-bom" From cb73558856d838552c6d3c7dd81154124a15b356 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:37:13 +0100 Subject: [PATCH 29/29] Upgrade to Spring Framework 5.2.8.RELEASE Closes gh-22375 --- 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 0aa978969d..76bd5121b0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1657,7 +1657,7 @@ bom { ] } } - library("Spring Framework", "5.2.8.BUILD-SNAPSHOT") { + library("Spring Framework", "5.2.8.RELEASE") { group("org.springframework") { imports = [ "spring-framework-bom"