From 16b26cc9da8e935eb5e573a2f6424e9a14986210 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 12:57:48 +0000 Subject: [PATCH 01/21] Align versions of scala-library and scala-reflect Closes gh-23887 --- spring-boot-project/spring-boot-parent/build.gradle | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/spring-boot-project/spring-boot-parent/build.gradle b/spring-boot-project/spring-boot-parent/build.gradle index 1fc23a8997..791470148e 100644 --- a/spring-boot-project/spring-boot-parent/build.gradle +++ b/spring-boot-project/spring-boot-parent/build.gradle @@ -123,6 +123,14 @@ bom { ] } } + library("Scala", "2.12.11") { + group("org.scala-lang") { + modules = [ + "scala-library", + "scala-reflect" + ] + } + } library("Sisu", "2.6.0") { group("org.sonatype.sisu") { modules = [ From fca4ab78f4f54a62401ae16a0f98829cf8370f09 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 11:29:02 +0000 Subject: [PATCH 02/21] Upgrade to Byte Buddy 1.10.17 Closes gh-23865 --- 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 86ce3b9b32..89ed675b30 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.14") { + library("Byte Buddy", "1.10.17") { group("net.bytebuddy") { modules = [ "byte-buddy", From 5e71a7254516a593688e2a2ae553c84a0d47a960 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 11:29:03 +0000 Subject: [PATCH 03/21] Upgrade to Caffeine 2.8.6 Closes gh-23866 --- 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 89ed675b30..17311d2417 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.5") { + library("Caffeine", "2.8.6") { group("com.github.ben-manes.caffeine") { modules = [ "caffeine", From 2958ff3b1627544ab7802edbdb5fbca579a39e4e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 11:29:05 +0000 Subject: [PATCH 04/21] Upgrade to Couchbase Client 3.0.9 Closes gh-23867 --- 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 17311d2417..4f8e914ce7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -216,7 +216,7 @@ bom { ] } } - library("Couchbase Client", "3.0.8") { + library("Couchbase Client", "3.0.9") { group("com.couchbase.client") { modules = [ "java-client" From 1b0cb179e71eb9db2ffe4240db2e1a47b9b0fe64 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 11:29:06 +0000 Subject: [PATCH 05/21] Upgrade to Dropwizard Metrics 4.1.14 Closes gh-23868 --- 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 4f8e914ce7..41583072f6 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.12.1") { + library("Dropwizard Metrics", "4.1.14") { group("io.dropwizard.metrics") { imports = [ "metrics-bom" From 7d0f5ce8fd5a7ada2fc5ef8a2197e9309c5381ce Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 11:29:08 +0000 Subject: [PATCH 06/21] Upgrade to Hazelcast 3.12.10 Closes gh-23869 --- 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 41583072f6..957b88da9a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -393,7 +393,7 @@ bom { ] } } - library("Hazelcast", "3.12.9") { + library("Hazelcast", "3.12.10") { group("com.hazelcast") { modules = [ "hazelcast", From eb9dafe4eec8e85c070e9bc3b15225493588b1a4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 11:29:12 +0000 Subject: [PATCH 07/21] Upgrade to Hibernate 5.4.22.Final Closes gh-23870 --- 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 957b88da9a..c1ecf0bd85 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -410,7 +410,7 @@ bom { ] } } - library("Hibernate", "5.4.21.Final") { + library("Hibernate", "5.4.22.Final") { group("org.hibernate") { modules = [ "hibernate-c3p0", From dccc82d729b96f2e5c3cf2b288d5025f4fdec112 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 11:29:14 +0000 Subject: [PATCH 08/21] Upgrade to Hibernate Validator 6.1.6.Final Closes gh-23871 --- 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 c1ecf0bd85..d35bfb15f4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -429,7 +429,7 @@ bom { ] } } - library("Hibernate Validator", "6.1.5.Final") { + library("Hibernate Validator", "6.1.6.Final") { group("org.hibernate.validator") { modules = [ "hibernate-validator", From fe1560819e099ade7e684149750e05d11262c014 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 11:29:15 +0000 Subject: [PATCH 09/21] Upgrade to HttpClient 4.5.13 Closes gh-23872 --- 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 d35bfb15f4..f39e260aab 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -469,7 +469,7 @@ bom { ] } } - library("HttpClient", "4.5.12") { + library("HttpClient", "4.5.13") { group("org.apache.httpcomponents") { modules = [ "fluent-hc", From 08ef732483fd6b89f8d8248c3d07852b2822f077 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 11:29:17 +0000 Subject: [PATCH 10/21] Upgrade to Jackson Bom 2.11.3 Closes gh-23873 --- 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 f39e260aab..076253d057 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -548,7 +548,7 @@ bom { ] } } - library("Jackson Bom", "2.11.2") { + library("Jackson Bom", "2.11.3") { group("com.fasterxml.jackson") { imports = [ "jackson-bom" From b7704f5a9c75d5baae3f2ef346af60dd57cebcb4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 11:29:18 +0000 Subject: [PATCH 11/21] Upgrade to Jetty 9.4.33.v20201020 Closes gh-23874 --- 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 076253d057..328f9c278e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -850,7 +850,7 @@ bom { ] } } - library("Jetty", "9.4.31.v20200723") { + library("Jetty", "9.4.33.v20201020") { group("org.eclipse.jetty") { imports = [ "jetty-bom" From d75288b726808d86c96d6c21ba2b1b3b9fe211f3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 11:29:20 +0000 Subject: [PATCH 12/21] Upgrade to jOOQ 3.13.5 Closes gh-23875 --- 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 328f9c278e..f40eeae387 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -887,7 +887,7 @@ bom { ] } } - library("jOOQ", "3.13.4") { + library("jOOQ", "3.13.5") { group("org.jooq") { modules = [ "jooq", From 47831a3b34520a63d032c26b52742efa6149248b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 11:29:22 +0000 Subject: [PATCH 13/21] Upgrade to Lombok 1.18.16 Closes gh-23877 --- 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 f40eeae387..6a666cf8d0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1025,7 +1025,7 @@ bom { ] } } - library("Lombok", "1.18.12") { + library("Lombok", "1.18.16") { group("org.projectlombok") { modules = [ "lombok" From b41a4970fa8ded84a4fbe6a931c25f3c3f9a2797 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 11:29:24 +0000 Subject: [PATCH 14/21] Upgrade to MySQL 8.0.22 Closes gh-23878 --- 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 6a666cf8d0..22418f8a29 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1211,7 +1211,7 @@ bom { ] } } - library("MySQL", "8.0.21") { + library("MySQL", "8.0.22") { group("mysql") { modules = [ "mysql-connector-java" { From 890e61989fa7fbf551d6e284a5023a2955c68575 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 11:29:25 +0000 Subject: [PATCH 15/21] Upgrade to Neo4j OGM 3.2.17 Closes gh-23879 --- 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 22418f8a29..aac8cca07d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1227,7 +1227,7 @@ bom { ] } } - library("Neo4j OGM", "3.2.16") { + library("Neo4j OGM", "3.2.17") { group("org.neo4j") { modules = [ "neo4j-ogm-api", From 48608896ab5a7d5b2446ed128dab29efd2f30d7a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 11:29:26 +0000 Subject: [PATCH 16/21] Upgrade to Netty 4.1.53.Final Closes gh-23880 --- 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 aac8cca07d..3a47476cde 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1240,7 +1240,7 @@ bom { ] } } - library("Netty", "4.1.52.Final") { + library("Netty", "4.1.53.Final") { group("io.netty") { imports = [ "netty-bom" From 87c6ca0757f79dd2d129ed6ce695da6af8798004 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 11:29:28 +0000 Subject: [PATCH 17/21] Upgrade to Postgresql 42.2.18 Closes gh-23881 --- 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 3a47476cde..bad26cae21 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1370,7 +1370,7 @@ bom { ] } } - library("Postgresql", "42.2.16") { + library("Postgresql", "42.2.18") { group("org.postgresql") { modules = [ "postgresql" From 74e4d8effb06616c3556a3b57864f27eb495935a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 11:29:29 +0000 Subject: [PATCH 18/21] Upgrade to R2DBC Bom Arabba-SR8 Closes gh-23882 --- 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 bad26cae21..982ec85baa 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1408,7 +1408,7 @@ bom { ] } } - library("R2DBC Bom", "Arabba-SR7") { + library("R2DBC Bom", "Arabba-SR8") { group("io.r2dbc") { imports = [ "r2dbc-bom" From 1520de773de530cbad311610eddf06780351a250 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 11:29:31 +0000 Subject: [PATCH 19/21] Upgrade to RxJava2 2.2.20 Closes gh-23883 --- 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 982ec85baa..169c1da2b0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1470,7 +1470,7 @@ bom { ] } } - library("RxJava2", "2.2.19") { + library("RxJava2", "2.2.20") { group("io.reactivex.rxjava2") { modules = [ "rxjava" From 4b6ef6ef44f8d1bf2b82fc33073db9cec4a9f523 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 11:29:32 +0000 Subject: [PATCH 20/21] Upgrade to Spring Security 5.3.5.RELEASE Closes gh-23884 --- 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 169c1da2b0..91e6ae2ea6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1728,7 +1728,7 @@ bom { ] } } - library("Spring Security", "5.3.4.RELEASE") { + library("Spring Security", "5.3.5.RELEASE") { group("org.springframework.security") { imports = [ "spring-security-bom" From dedd8e603d8e603576f51a5676e90e0827678309 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 11:29:33 +0000 Subject: [PATCH 21/21] Upgrade to Tomcat 9.0.39 Closes gh-23885 --- 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 91e6ae2ea6..bdc2810a30 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1803,7 +1803,7 @@ bom { ] } } - library("Tomcat", "9.0.38") { + library("Tomcat", "9.0.39") { group("org.apache.tomcat") { modules = [ "tomcat-annotations-api",