From 5a71fa073e3a0377405e2c8f87e4b200d17b88cd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 May 2021 07:46:21 +0200 Subject: [PATCH 01/15] Upgrade to ActiveMQ 5.15.15 Closes gh-26481 --- 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 c0326b2f65a..beae2c1473f 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.15.14") { + library("ActiveMQ", "5.15.15") { group("org.apache.activemq") { modules = [ "activemq-amqp", From ba863e4a5b7b5ad00c9e49a220a70859ec93e1d2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 May 2021 07:46:22 +0200 Subject: [PATCH 02/15] Upgrade to Dropwizard Metrics 4.1.21 Closes gh-26482 --- 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 beae2c1473f..cab0111c73f 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.19") { + library("Dropwizard Metrics", "4.1.21") { group("io.dropwizard.metrics") { imports = [ "metrics-bom" From 7f51e43d60e7603caf0bec4303464b00d698dac7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 May 2021 07:46:23 +0200 Subject: [PATCH 03/15] Upgrade to Ehcache 2.10.9.2 Closes gh-26483 --- 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 cab0111c73f..2dc8762bc46 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -255,7 +255,7 @@ bom { ] } } - library("Ehcache", "2.10.6") { + library("Ehcache", "2.10.9.2") { group("net.sf.ehcache") { modules = [ "ehcache" From 48daeec522f3f9afe11ab0c81499d63d98bea251 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 May 2021 07:46:24 +0200 Subject: [PATCH 04/15] Upgrade to Hibernate 5.4.31.Final Closes gh-26484 --- 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 2dc8762bc46..b9fd1b056f0 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.30.Final") { + library("Hibernate", "5.4.31.Final") { group("org.hibernate") { modules = [ "hibernate-c3p0", From 7739c3337d7d47184c739670a09a26762675bee6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 May 2021 07:46:25 +0200 Subject: [PATCH 05/15] Upgrade to Janino 3.1.4 Closes gh-26485 --- 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 b9fd1b056f0..6430081a1fd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -676,7 +676,7 @@ bom { ] } } - library("Janino", "3.1.3") { + library("Janino", "3.1.4") { group("org.codehaus.janino") { modules = [ "commons-compiler", From 96e4dcc1030f28308d57f8aef9af2f6ef01e0317 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 May 2021 07:46:26 +0200 Subject: [PATCH 06/15] Upgrade to JBoss Transaction SPI 7.6.1.Final Closes gh-26486 --- 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 6430081a1fd..7e134c1f1f8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -805,7 +805,7 @@ bom { ] } } - library("JBoss Transaction SPI", "7.6.0.Final") { + library("JBoss Transaction SPI", "7.6.1.Final") { group("org.jboss") { modules = [ "jboss-transaction-spi" From ecbf7cb4172323500e38a2a9afeb01776b703fa6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 May 2021 07:46:27 +0200 Subject: [PATCH 07/15] Upgrade to Jetty Reactive HTTPClient 1.1.8 Closes gh-26487 --- 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 7e134c1f1f8..e91ee97758a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -847,7 +847,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "1.1.7") { + library("Jetty Reactive HTTPClient", "1.1.8") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient" From bd73166023ce7b40606dd9e0d39a4889d408208a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 May 2021 07:46:28 +0200 Subject: [PATCH 08/15] Upgrade to Jetty 9.4.40.v20210413 Closes gh-26488 --- 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 e91ee97758a..50bd343edea 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -854,7 +854,7 @@ bom { ] } } - library("Jetty", "9.4.39.v20210325") { + library("Jetty", "9.4.40.v20210413") { group("org.eclipse.jetty") { imports = [ "jetty-bom" From 5348a20ff5c37b2351965b39fec8b3b93d5a6ddb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 May 2021 07:46:29 +0200 Subject: [PATCH 09/15] Upgrade to Johnzon 1.2.11 Closes gh-26489 --- 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 50bd343edea..8db54310194 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -868,7 +868,7 @@ bom { ] } } - library("Johnzon", "1.2.10") { + library("Johnzon", "1.2.11") { group("org.apache.johnzon") { modules = [ "johnzon-core", From a721493c8830d0aa5b31639faa25f57a151e38e1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 May 2021 07:46:30 +0200 Subject: [PATCH 10/15] Upgrade to MySQL 8.0.25 Closes gh-26490 --- 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 8db54310194..699777c80bd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1215,7 +1215,7 @@ bom { ] } } - library("MySQL", "8.0.23") { + library("MySQL", "8.0.25") { group("mysql") { modules = [ "mysql-connector-java" { From fc1d0af5d2bb3521641d8da14337d885fe0da038 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 May 2021 07:46:32 +0200 Subject: [PATCH 11/15] Upgrade to Neo4j OGM 3.2.22 Closes gh-26491 --- 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 699777c80bd..7e0e5fda47b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1231,7 +1231,7 @@ bom { ] } } - library("Neo4j OGM", "3.2.21") { + library("Neo4j OGM", "3.2.22") { group("org.neo4j") { modules = [ "neo4j-ogm-api", From 626c21e7a16cc7251e72f2d3483783305ee4a7fd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 May 2021 07:46:32 +0200 Subject: [PATCH 12/15] Upgrade to Netty tcNative 2.0.39.Final Closes gh-26492 --- 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 7e0e5fda47b..5f5e8240c59 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1251,7 +1251,7 @@ bom { ] } } - library("Netty tcNative", "2.0.38.Final") { + library("Netty tcNative", "2.0.39.Final") { group("io.netty") { modules = [ "netty-tcnative", From 69ce28617cf2a07fa6ccf3e9f2128ffe18fc0239 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 May 2021 07:46:33 +0200 Subject: [PATCH 13/15] Upgrade to Postgresql 42.2.20 Closes gh-26493 --- 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 5f5e8240c59..9fc524fc7f0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1374,7 +1374,7 @@ bom { ] } } - library("Postgresql", "42.2.19") { + library("Postgresql", "42.2.20") { group("org.postgresql") { modules = [ "postgresql" From 89be56d63cc9170ba8c7ba9d0476b1dd9dfe38c6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 May 2021 07:46:34 +0200 Subject: [PATCH 14/15] Upgrade to R2DBC Bom Arabba-SR10 Closes gh-26494 --- 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 9fc524fc7f0..20dd74a0cdc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1412,7 +1412,7 @@ bom { ] } } - library("R2DBC Bom", "Arabba-SR9") { + library("R2DBC Bom", "Arabba-SR10") { group("io.r2dbc") { imports = [ "r2dbc-bom" From f4fd81f25ded6d2a8b46c94e5eeff4ce1c6d4ee7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 May 2021 07:46:35 +0200 Subject: [PATCH 15/15] Upgrade to Tomcat 9.0.46 Closes gh-26495 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 80152eeb698..0fb76a50d4e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,4 +5,4 @@ org.gradle.parallel=true org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 kotlinVersion=1.3.72 -tomcatVersion=9.0.45 +tomcatVersion=9.0.46