From 60b943eeec1a152f4aac5198d99087344097ec78 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Dec 2022 08:03:35 -0800 Subject: [PATCH 01/16] Upgrade to Byte Buddy 1.12.20 Closes gh-33570 --- 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 ef40293459..15ccd83250 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -152,7 +152,7 @@ bom { ] } } - library("Byte Buddy", "1.12.19") { + library("Byte Buddy", "1.12.20") { group("net.bytebuddy") { modules = [ "byte-buddy", From fb619cf76f9a6691b631965ce57f1a0b84326ae8 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Dec 2022 08:03:54 -0800 Subject: [PATCH 02/16] Upgrade to Dropwizard Metrics 4.2.14 Closes gh-33571 --- 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 15ccd83250..8d6ad59735 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -276,7 +276,7 @@ bom { ] } } - library("Dropwizard Metrics", "4.2.13") { + library("Dropwizard Metrics", "4.2.14") { group("io.dropwizard.metrics") { imports = [ "metrics-bom" From 07ce0c8b90ff82f729f41a6be6f8b8af62a32d0c Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Dec 2022 08:03:57 -0800 Subject: [PATCH 03/16] Upgrade to Elasticsearch 7.17.8 Closes gh-33572 --- 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 8d6ad59735..e708a35660 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -299,7 +299,7 @@ bom { ] } } - library("Elasticsearch", "7.17.7") { + library("Elasticsearch", "7.17.8") { group("org.elasticsearch") { modules = [ "elasticsearch" From 507cfcb4cffd4cd27707ba40b3d4c8272fcc9acd Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Dec 2022 08:04:00 -0800 Subject: [PATCH 04/16] Upgrade to HttpClient 4.5.14 Closes gh-33573 --- 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 e708a35660..8a174b1341 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -529,7 +529,7 @@ bom { ] } } - library("HttpClient", "4.5.13") { + library("HttpClient", "4.5.14") { group("org.apache.httpcomponents") { modules = [ "fluent-hc", From ec2b697684d0205b3be78d121a76496b47c471df Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Dec 2022 08:04:02 -0800 Subject: [PATCH 05/16] Upgrade to HttpCore 4.4.16 Closes gh-33574 --- 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 8a174b1341..48a48fd1b9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -553,7 +553,7 @@ bom { ] } } - library("HttpCore", "4.4.15") { + library("HttpCore", "4.4.16") { group("org.apache.httpcomponents") { modules = [ "httpcore", From 9f72be57ee89db48d9782ac2060820166b03f0d1 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Dec 2022 08:04:05 -0800 Subject: [PATCH 06/16] Upgrade to Infinispan 13.0.14.Final Closes gh-33575 --- 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 48a48fd1b9..986421ca84 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -570,7 +570,7 @@ bom { ] } } - library("Infinispan", "13.0.12.Final") { + library("Infinispan", "13.0.14.Final") { group("org.infinispan") { imports = [ "infinispan-bom" From 8a376cb27ea35ded75798020c9f6d62724389106 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Dec 2022 08:04:08 -0800 Subject: [PATCH 07/16] Upgrade to Jaybird 4.0.8.java8 Closes gh-33576 --- 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 986421ca84..84713fea55 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -877,7 +877,7 @@ bom { ] } } - library("Jaybird", "4.0.7.java8") { + library("Jaybird", "4.0.8.java8") { group("org.firebirdsql.jdbc") { modules = [ "jaybird", From 7238dddf09fad498da1651e06e51b43ad7925407 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Dec 2022 08:04:11 -0800 Subject: [PATCH 08/16] Upgrade to Jetty 9.4.50.v20221201 Closes gh-33577 --- 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 84713fea55..59c0115b01 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -943,7 +943,7 @@ bom { ] } } - library("Jetty", "9.4.49.v20220914") { + library("Jetty", "9.4.50.v20221201") { prohibit("[10.0.0-alpha0,)") { because "it requires Java 11" } From 8472d7ecff9e511d85f08974e8368231818bde77 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Dec 2022 08:04:13 -0800 Subject: [PATCH 09/16] Upgrade to MSSQL JDBC 10.2.2.jre8 Closes gh-33578 --- 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 59c0115b01..34d7e9e704 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1314,7 +1314,7 @@ bom { ] } } - library("MSSQL JDBC", "10.2.1.jre8") { + library("MSSQL JDBC", "10.2.2.jre8") { group("com.microsoft.sqlserver") { modules = [ "mssql-jdbc" From 8c43c213ed2bf138cf9d979fce5eae31427b35ed Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Dec 2022 08:04:16 -0800 Subject: [PATCH 10/16] Upgrade to Neo4j Java Driver 4.4.11 Closes gh-33579 --- 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 34d7e9e704..9c269feb4c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1344,7 +1344,7 @@ bom { ] } } - library("Neo4j Java Driver", "4.4.9") { + library("Neo4j Java Driver", "4.4.11") { group("org.neo4j.driver") { modules = [ "neo4j-java-driver" From 5e2e18d577f70af088d87e29d7196787f246cf0c Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Dec 2022 08:04:19 -0800 Subject: [PATCH 11/16] Upgrade to Netty 4.1.86.Final Closes gh-33580 --- 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 9c269feb4c..a14d37efba 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1351,7 +1351,7 @@ bom { ] } } - library("Netty", "4.1.85.Final") { + library("Netty", "4.1.86.Final") { group("io.netty") { imports = [ "netty-bom" From 9dcc49538ecbe0094461b76119429a6ceb6bd39f Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Dec 2022 08:04:22 -0800 Subject: [PATCH 12/16] Upgrade to Spring Integration 5.5.16 Closes gh-33581 --- 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 a14d37efba..2d1fe482c7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1730,7 +1730,7 @@ bom { ] } } - library("Spring Integration", "5.5.15") { + library("Spring Integration", "5.5.16") { prohibit("[6.0.0-M1,)") { because "it uses Spring Framework 6" } From bec2badec1f30e835447beebe27ec393d2648aee Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Dec 2022 08:04:25 -0800 Subject: [PATCH 13/16] Upgrade to Thymeleaf Extras SpringSecurity 3.0.5.RELEASE Closes gh-33582 --- 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 2d1fe482c7..7188fabf8b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1853,7 +1853,7 @@ bom { ] } } - library("Thymeleaf Extras SpringSecurity", "3.0.4.RELEASE") { + library("Thymeleaf Extras SpringSecurity", "3.0.5.RELEASE") { group("org.thymeleaf.extras") { modules = [ "thymeleaf-extras-springsecurity5" From f9982d15dcc30ac17e57a1287930660a1151aa2b Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Dec 2022 08:04:27 -0800 Subject: [PATCH 14/16] Upgrade to Tomcat 9.0.70 Closes gh-33583 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 58cf3d4d2f..0d3da06089 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,6 +5,6 @@ org.gradle.parallel=true org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 kotlinVersion=1.6.21 -tomcatVersion=9.0.69 +tomcatVersion=9.0.70 kotlin.stdlib.default.dependency=false From 8e42dfce551269951f9d798e07d7c13cabf8b30e Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Dec 2022 08:04:30 -0800 Subject: [PATCH 15/16] Upgrade to UnboundID LDAPSDK 6.0.7 Closes gh-33584 --- 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 7188fabf8b..eabc9667e5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1890,7 +1890,7 @@ bom { ] } } - library("UnboundID LDAPSDK", "6.0.6") { + library("UnboundID LDAPSDK", "6.0.7") { group("com.unboundid") { modules = [ "unboundid-ldapsdk" From 1939d23de33ffbd73f1054fc1ae06d8c04e5668f Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Dec 2022 08:04:32 -0800 Subject: [PATCH 16/16] Upgrade to Undertow 2.2.22.Final Closes gh-33585 --- 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 eabc9667e5..72fea7eafc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1897,7 +1897,7 @@ bom { ] } } - library("Undertow", "2.2.20.Final") { + library("Undertow", "2.2.22.Final") { group("io.undertow") { modules = [ "undertow-core",