From 1adc4118da771446e25d73e1576da8bddf580945 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 10:06:42 +0000 Subject: [PATCH 01/19] Upgrade to ActiveMQ 5.16.1 Closes gh-25205 --- 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 a891256d690..a3cd8ee4280 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -14,7 +14,7 @@ bom { issueLabels = ["type: dependency-upgrade"] } } - library("ActiveMQ", "5.16.0") { + library("ActiveMQ", "5.16.1") { group("org.apache.activemq") { modules = [ "activemq-amqp", From fc4c101503a39a35f6e8b3f0ab9c1c62fd6aa397 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 10:06:44 +0000 Subject: [PATCH 02/19] Upgrade to AppEngine SDK 1.9.86 Closes gh-25206 --- 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 a3cd8ee4280..1da6f96f3d0 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 bd24553f7ec0d50a7cbdad23ca1558c6b4b52c4f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 10:06:45 +0000 Subject: [PATCH 03/19] Upgrade to Byte Buddy 1.10.20 Closes gh-25207 --- 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 1da6f96f3d0..d6be96fb066 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 8f1bda83be2c231c6ec2d8406c8cfb30c3dfa7ed Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 10:06:46 +0000 Subject: [PATCH 04/19] Upgrade to Hibernate 5.4.28.Final Closes gh-25208 --- 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 d6be96fb066..0f041c9545b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -398,7 +398,7 @@ bom { ] } } - library("Hibernate", "5.4.27.Final") { + library("Hibernate", "5.4.28.Final") { group("org.hibernate") { modules = [ "hibernate-c3p0", From d5cb97984fb027636769637c9760b6669b9bef04 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 10:06:47 +0000 Subject: [PATCH 05/19] Upgrade to Infinispan 11.0.9.Final Closes gh-25209 --- 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 0f041c9545b..abc4278c3a7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -479,7 +479,7 @@ bom { ] } } - library("Infinispan", "11.0.8.Final") { + library("Infinispan", "11.0.9.Final") { group("org.infinispan") { imports = [ "infinispan-bom" From 7d5484e9d165a2575c18ddbbac632259ae12a260 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 10:06:48 +0000 Subject: [PATCH 06/19] Upgrade to Janino 3.1.3 Closes gh-25210 --- 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 abc4278c3a7..8302ff5b177 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -617,7 +617,7 @@ bom { ] } } - library("Janino", "3.1.2") { + library("Janino", "3.1.3") { group("org.codehaus.janino") { modules = [ "commons-compiler", From 1ceba0910b9a29696f80a399763b6444dea1c553 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 10:06:49 +0000 Subject: [PATCH 07/19] Upgrade to Jaybird 3.0.10 Closes gh-25211 --- 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 8302ff5b177..b4bc0daab5d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -731,7 +731,7 @@ bom { ] } } - library("Jaybird", "3.0.9") { + library("Jaybird", "3.0.10") { group("org.firebirdsql.jdbc") { modules = [ "jaybird-jdk17", From 1c2265feaca7c2fb97225d57d3d3670253364f96 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 10:06:50 +0000 Subject: [PATCH 08/19] Upgrade to Jetty 9.4.36.v20210114 Closes gh-25212 --- 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 b4bc0daab5d..acbb3b22a6c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -795,7 +795,7 @@ bom { ] } } - library("Jetty", "9.4.35.v20201120") { + library("Jetty", "9.4.36.v20210114") { group("org.eclipse.jetty") { imports = [ "jetty-bom" From d2630151cebbfa8f03c359d14c8a65c9cdbef2fc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 10:06:51 +0000 Subject: [PATCH 09/19] Upgrade to Johnzon 1.2.10 Closes gh-25213 --- 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 acbb3b22a6c..2bca6825758 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -809,7 +809,7 @@ bom { ] } } - library("Johnzon", "1.2.9") { + library("Johnzon", "1.2.10") { group("org.apache.johnzon") { modules = [ "johnzon-core", From 636a99ecd3eee7dfe0ca2e0fc52be69a787aa8c4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 10:06:53 +0000 Subject: [PATCH 10/19] Upgrade to jOOQ 3.14.7 Closes gh-25214 --- 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 2bca6825758..ea8aaa776bb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -832,7 +832,7 @@ bom { ] } } - library("jOOQ", "3.14.4") { + library("jOOQ", "3.14.7") { group("org.jooq") { modules = [ "jooq", From d50be39beedef935aa80ef15df7ff320ffe7cd89 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 10:06:54 +0000 Subject: [PATCH 11/19] Upgrade to JUnit Jupiter 5.7.1 Closes gh-25215 --- 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 ea8aaa776bb..df67dab3990 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -888,7 +888,7 @@ bom { ] } } - library("JUnit Jupiter", "5.7.0") { + library("JUnit Jupiter", "5.7.1") { group("org.junit") { imports = [ "junit-bom" From bb39e5eee14ab58d441fb3b7e4cbe5eb71eb780d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 10:06:55 +0000 Subject: [PATCH 12/19] Upgrade to Kotlin 1.4.30 Closes gh-25216 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index a9844f0b48d..0affdce83c0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,5 +4,5 @@ org.gradle.caching=true org.gradle.parallel=true org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 -kotlinVersion=1.4.21 +kotlinVersion=1.4.30 kotlin.stdlib.default.dependency=false \ No newline at end of file From d7cc673ac0ce57c949bc80e439c8446f29fd9d43 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 10:06:57 +0000 Subject: [PATCH 13/19] Upgrade to Lombok 1.18.18 Closes gh-25217 --- 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 df67dab3990..46c95c52373 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -971,7 +971,7 @@ bom { ] } } - library("Lombok", "1.18.16") { + library("Lombok", "1.18.18") { group("org.projectlombok") { modules = [ "lombok" From 5dfe3ccc896f5c545a7da4af0321997ec24a6a8f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 10:06:58 +0000 Subject: [PATCH 14/19] Upgrade to MariaDB 2.7.2 Closes gh-25218 --- 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 46c95c52373..0b4a41bf191 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -978,7 +978,7 @@ bom { ] } } - library("MariaDB", "2.7.1") { + library("MariaDB", "2.7.2") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client" From ca24fd14375213916880e385f4ff66830b634b55 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 10:06:59 +0000 Subject: [PATCH 15/19] Upgrade to MySQL 8.0.23 Closes gh-25219 --- 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 0b4a41bf191..2b58aa4f14d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1157,7 +1157,7 @@ bom { ] } } - library("MySQL", "8.0.22") { + library("MySQL", "8.0.23") { group("mysql") { modules = [ "mysql-connector-java" { From 51ca7d67baebe9a4f6983884ffcc575eadf39efe Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 10:07:00 +0000 Subject: [PATCH 16/19] Upgrade to Netty 4.1.59.Final Closes gh-25220 --- 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 2b58aa4f14d..7a621160f7f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1180,7 +1180,7 @@ bom { ] } } - library("Netty", "4.1.58.Final") { + library("Netty", "4.1.59.Final") { group("io.netty") { imports = [ "netty-bom" From 58c823ef22a658d77369becbc5088db25eda332c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 10:07:02 +0000 Subject: [PATCH 17/19] Upgrade to Spring Session Bom 2020.0.3 Closes gh-25222 --- 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 7a621160f7f..3bcc7eb9a46 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1630,7 +1630,7 @@ bom { ] } } - library("Spring Session Bom", "2020.0.1") { + library("Spring Session Bom", "2020.0.3") { group("org.springframework.session") { imports = [ "spring-session-bom" From 28fc2b1d52a1229e910123caa39fdbd32af86434 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 10:07:03 +0000 Subject: [PATCH 18/19] Upgrade to Tomcat 9.0.43 Closes gh-25223 --- 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 3bcc7eb9a46..f01e97d790e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1698,7 +1698,7 @@ bom { ] } } - library("Tomcat", "9.0.41") { + library("Tomcat", "9.0.43") { group("org.apache.tomcat") { modules = [ "tomcat-annotations-api", From 5a21395b0b357d71cb51d4a9ba41746bb804d76a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 10:07:04 +0000 Subject: [PATCH 19/19] Upgrade to Undertow 2.2.4.Final Closes gh-25224 --- 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 f01e97d790e..fc0df51b395 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1722,7 +1722,7 @@ bom { ] } } - library("Undertow", "2.2.3.Final") { + library("Undertow", "2.2.4.Final") { group("io.undertow") { modules = [ "undertow-core",