From fa6c7492157098273caf6417ead2b0bf23cdd735 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 09:28:10 +0000 Subject: [PATCH 01/16] Upgrade to AppEngine SDK 1.9.86 Closes gh-25189 --- 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 2e1c6844a8..f27fefa275 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.84") { + library("AppEngine SDK", "1.9.86") { group("com.google.appengine") { modules = [ "appengine-api-1.0-sdk" From 88afda03a38865a2c611852a16d533cd560b6e69 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 09:28:11 +0000 Subject: [PATCH 02/16] Upgrade to Byte Buddy 1.10.20 Closes gh-25190 --- 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 f27fefa275..7c997022dd 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.19") { + library("Byte Buddy", "1.10.20") { group("net.bytebuddy") { modules = [ "byte-buddy", From 4b6418f11f9d096248139fcfbffd05965a9dca85 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 09:28:12 +0000 Subject: [PATCH 03/16] Upgrade to Hazelcast 3.12.12 Closes gh-25191 --- 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 7c997022dd..b513f2e04b 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.11") { + library("Hazelcast", "3.12.12") { group("com.hazelcast") { modules = [ "hazelcast", From adc601b72c586f7d01a27c2df5366d7fdb7b83c8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 09:28:13 +0000 Subject: [PATCH 04/16] Upgrade to Hibernate 5.4.28.Final Closes gh-25192 --- 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 b513f2e04b..cb4d9b8d5e 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.27.Final") { + library("Hibernate", "5.4.28.Final") { group("org.hibernate") { modules = [ "hibernate-c3p0", From 3ada6e9304f34d55644e031416bb7f38ee217250 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 09:28:14 +0000 Subject: [PATCH 05/16] Upgrade to Janino 3.1.3 Closes gh-25193 --- 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 cb4d9b8d5e..a8ae5badd9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -675,7 +675,7 @@ bom { ] } } - library("Janino", "3.1.2") { + library("Janino", "3.1.3") { group("org.codehaus.janino") { modules = [ "commons-compiler", From 05d805ad60e6b1c63d8a79b80ae7a8505af4f7d3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 09:28:15 +0000 Subject: [PATCH 06/16] Upgrade to Jaybird 3.0.10 Closes gh-25194 --- 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 a8ae5badd9..ec31451da5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -789,7 +789,7 @@ bom { ] } } - library("Jaybird", "3.0.9") { + library("Jaybird", "3.0.10") { group("org.firebirdsql.jdbc") { modules = [ "jaybird-jdk17", From 87404581b91e625ff7c6dc4c5ed67af85db9946e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 09:28:17 +0000 Subject: [PATCH 07/16] Upgrade to Jetty 9.4.36.v20210114 Closes gh-25195 --- 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 ec31451da5..2c1096403e 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.35.v20201120") { + library("Jetty", "9.4.36.v20210114") { group("org.eclipse.jetty") { imports = [ "jetty-bom" From 97d4837febaa7d0784eedc94711cd25d04ed9146 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 09:28:18 +0000 Subject: [PATCH 08/16] Upgrade to Johnzon 1.2.10 Closes gh-25196 --- 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 2c1096403e..8e7ce1ef08 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.9") { + library("Johnzon", "1.2.10") { group("org.apache.johnzon") { modules = [ "johnzon-core", From aa5e33bc83464367ca57b7942015078e3977df27 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 09:28:19 +0000 Subject: [PATCH 09/16] Upgrade to Lombok 1.18.18 Closes gh-25197 --- 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 8e7ce1ef08..55c9f85b6c 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("Lombok", "1.18.16") { + library("Lombok", "1.18.18") { group("org.projectlombok") { modules = [ "lombok" From e3bed12a161bea8a6e08812468a9fb1b92bbd915 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 09:28:20 +0000 Subject: [PATCH 10/16] Upgrade to MySQL 8.0.23 Closes gh-25198 --- 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 55c9f85b6c..4e3638d722 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1214,7 +1214,7 @@ bom { ] } } - library("MySQL", "8.0.22") { + library("MySQL", "8.0.23") { group("mysql") { modules = [ "mysql-connector-java" { From f7283677859e7e266f8dd988bc38d4cc15b6e57c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 09:28:21 +0000 Subject: [PATCH 11/16] Upgrade to Neo4j OGM 3.2.20 Closes gh-25199 --- 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 4e3638d722..f656fd0762 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.19") { + library("Neo4j OGM", "3.2.20") { group("org.neo4j") { modules = [ "neo4j-ogm-api", From 8e86957efcfcf8c5daa0930eab121271cb8bb17c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 09:28:22 +0000 Subject: [PATCH 12/16] Upgrade to Netty 4.1.59.Final Closes gh-25200 --- 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 f656fd0762..fe30fc77d7 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.58.Final") { + library("Netty", "4.1.59.Final") { group("io.netty") { imports = [ "netty-bom" From 13cbc1a80bd9a7cc181282a64c8d13b8b17ce4b2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 09:28:23 +0000 Subject: [PATCH 13/16] Upgrade to Spring Security 5.3.8.RELEASE Closes gh-25201 --- 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 fe30fc77d7..c53df49bfc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1731,7 +1731,7 @@ bom { ] } } - library("Spring Security", "5.3.6.RELEASE") { + library("Spring Security", "5.3.8.RELEASE") { group("org.springframework.security") { imports = [ "spring-security-bom" From aaad1613dca80e0ee035e024c74e7b91629b8efe Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 09:28:25 +0000 Subject: [PATCH 14/16] Upgrade to Spring Session Bom Dragonfruit-SR2 Closes gh-25202 --- 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 c53df49bfc..9729f10d07 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1738,7 +1738,7 @@ bom { ] } } - library("Spring Session Bom", "Dragonfruit-SR1") { + library("Spring Session Bom", "Dragonfruit-SR2") { group("org.springframework.session") { imports = [ "spring-session-bom" From b1dd3fb827300990c84c08a515573a82ff75459a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 09:28:26 +0000 Subject: [PATCH 15/16] Upgrade to Tomcat 9.0.43 Closes gh-25203 --- 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 9729f10d07..85bbe29a1a 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.41") { + library("Tomcat", "9.0.43") { group("org.apache.tomcat") { modules = [ "tomcat-annotations-api", From 63de8dec1f4471d15d0f0193f7145f05e566ee99 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 09:28:27 +0000 Subject: [PATCH 16/16] Upgrade to Undertow 2.1.6.Final Closes gh-25204 --- 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 85bbe29a1a..eda3825fe9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1830,7 +1830,7 @@ bom { ] } } - library("Undertow", "2.1.5.Final") { + library("Undertow", "2.1.6.Final") { group("io.undertow") { modules = [ "undertow-core",