From 84c3b9e911789fa661be7987dbbf3282f9317079 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 09:40:57 +0100 Subject: [PATCH 01/42] Upgrade to ActiveMQ 5.16.4 Closes gh-29828 --- 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 a81ca7c1840..47dc8e63827 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.3") { + library("ActiveMQ", "5.16.4") { group("org.apache.activemq") { modules = [ "activemq-amqp", From bd70fca0043a035748d1f4b2221cd683e4133ddd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 09:40:58 +0100 Subject: [PATCH 02/42] Upgrade to Artemis 2.19.1 Closes gh-29829 --- 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 47dc8e63827..422eaddf22e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -70,7 +70,7 @@ bom { ] } } - library("Artemis", "2.19.0") { + library("Artemis", "2.19.1") { prohibit("[2.20.0,)") { because "it requires Java 11" } From 17e3bfa0160ae78a8fafe29c03ba9fbb86e8730a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 09:40:59 +0100 Subject: [PATCH 03/42] Upgrade to Byte Buddy 1.12.8 Closes gh-29830 --- 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 422eaddf22e..cd2f77334d3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -144,7 +144,7 @@ bom { ] } } - library("Byte Buddy", "1.12.7") { + library("Byte Buddy", "1.12.8") { group("net.bytebuddy") { modules = [ "byte-buddy", From 306c090dbe2ffaa7d7ca1b99cc25e693cf8b478c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 09:41:01 +0100 Subject: [PATCH 04/42] Upgrade to Couchbase Client 3.2.5 Closes gh-29831 --- 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 cd2f77334d3..abe77441b61 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -221,7 +221,7 @@ bom { ] } } - library("Couchbase Client", "3.2.4") { + library("Couchbase Client", "3.2.5") { group("com.couchbase.client") { modules = [ "java-client" From 05e95de028ddf238418bc137f2a16867619e4a2a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 09:41:02 +0100 Subject: [PATCH 05/42] Upgrade to Dropwizard Metrics 4.2.8 Closes gh-29832 --- 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 abe77441b61..d06932f9720 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -253,7 +253,7 @@ bom { ] } } - library("Dropwizard Metrics", "4.2.7") { + library("Dropwizard Metrics", "4.2.8") { group("io.dropwizard.metrics") { imports = [ "metrics-bom" From c6f527b58e1221f461764c2f4d35bb7b6d7919e9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 09:41:03 +0100 Subject: [PATCH 06/42] Upgrade to Embedded Mongo 3.3.1 Closes gh-29833 --- 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 d06932f9720..57c07d5470b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -307,7 +307,7 @@ bom { ] } } - library("Embedded Mongo", "3.2.8") { + library("Embedded Mongo", "3.3.1") { group("de.flapdoodle.embed") { modules = [ "de.flapdoodle.embed.mongo" From 06ddffed06edfd9cb9b401eba2d2485675de90fb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 09:41:05 +0100 Subject: [PATCH 07/42] Upgrade to Flyway 8.5.0 Closes gh-29834 --- 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 57c07d5470b..aaef4eb5e6f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -314,7 +314,7 @@ bom { ] } } - library("Flyway", "8.4.2") { + library("Flyway", "8.5.0") { group("org.flywaydb") { modules = [ "flyway-core", From bc112fe61b359e83dcd8a9f87cfe5c543c170c6c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 09:41:07 +0100 Subject: [PATCH 08/42] Upgrade to Glassfish JAXB 2.3.6 Closes gh-29835 --- 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 aaef4eb5e6f..deb54851219 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -354,7 +354,7 @@ bom { ] } } - library("Glassfish JAXB", "2.3.5") { + library("Glassfish JAXB", "2.3.6") { prohibit("[3.0.0-M1,)") { because "it uses the jakarta.* namespace" } From 197162b2bb6fe2cbda91977788fb99e9df8bfd81 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 09:41:08 +0100 Subject: [PATCH 09/42] Upgrade to Gson 2.9.0 Closes gh-29836 --- 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 deb54851219..0e5bcd29c43 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -392,7 +392,7 @@ bom { ] } } - library("Gson", "2.8.9") { + library("Gson", "2.9.0") { group("com.google.code.gson") { modules = [ "gson" From 334f1983533bf116e2ecfd40de9a7b5fd3d4bd6a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 09:41:09 +0100 Subject: [PATCH 10/42] Upgrade to Hibernate 5.6.5.Final Closes gh-29837 --- 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 0e5bcd29c43..6bf6d718dd4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -431,7 +431,7 @@ bom { ] } } - library("Hibernate", "5.6.4.Final") { + library("Hibernate", "5.6.5.Final") { prohibit("[6.0.0.Alpha2,)") { because "it uses the jakarta.* namespace" } From a6fcb4c8f7ffeb43f0119e9aa1023f83bed164dc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 09:41:10 +0100 Subject: [PATCH 11/42] Upgrade to Hibernate Validator 6.2.2.Final Closes gh-29838 --- 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 6bf6d718dd4..6ac2d659b60 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -454,7 +454,7 @@ bom { ] } } - library("Hibernate Validator", "6.2.0.Final") { + library("Hibernate Validator", "6.2.2.Final") { prohibit("[7.0.0.Alpha1,)") { because "it uses the jakarta.* namespace" } From eb84ac32987d17fa7fa8e48cf6d67ed21e97f4f7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 09:41:11 +0100 Subject: [PATCH 12/42] Upgrade to HtmlUnit 2.58.0 Closes gh-29839 --- 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 6ac2d659b60..101b812400d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -485,7 +485,7 @@ bom { ] } } - library("HtmlUnit", "2.56.0") { + library("HtmlUnit", "2.58.0") { group("net.sourceforge.htmlunit") { modules = [ "htmlunit" { From 8d7c215768d416235356dcbe27b27349140a4bc0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 09:41:13 +0100 Subject: [PATCH 13/42] Upgrade to HttpClient5 5.1.3 Closes gh-29840 --- 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 101b812400d..38bae292b46 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -517,7 +517,7 @@ bom { ] } } - library("HttpClient5", "5.1.2") { + library("HttpClient5", "5.1.3") { group("org.apache.httpcomponents.client5") { modules = [ "httpclient5", From e1b54677a3e72523eded940f7d1fe2fa12174207 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 09:41:14 +0100 Subject: [PATCH 14/42] Upgrade to Infinispan 13.0.6.Final Closes gh-29841 --- 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 38bae292b46..9edb108f7b5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -544,7 +544,7 @@ bom { ] } } - library("Infinispan", "13.0.5.Final") { + library("Infinispan", "13.0.6.Final") { group("org.infinispan") { imports = [ "infinispan-bom" From f4edcef3e0d8628ab224e478c6565a9283346142 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 09:41:15 +0100 Subject: [PATCH 15/42] Upgrade to Jetty Reactive HTTPClient 1.1.11 Closes gh-29842 --- 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 9edb108f7b5..4e20f7458c7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -907,7 +907,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "1.1.10") { + library("Jetty Reactive HTTPClient", "1.1.11") { prohibit("[2,)") { because "it uses the jakarta.* namespace" } From 719fb2e8e5c88dbbedacd7fab113e6922462371d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 09:41:17 +0100 Subject: [PATCH 16/42] Upgrade to Jetty 9.4.45.v20220203 Closes gh-29843 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- .../smoketest/jetty/jsp/SampleWebJspApplicationTests.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 4e20f7458c7..8e51c4cbba6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -917,7 +917,7 @@ bom { ] } } - library("Jetty", "9.4.44.v20210927") { + library("Jetty", "9.4.45.v20220203") { prohibit("[10.0.0-alpha0,)") { because "it requires Java 11" } diff --git a/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp/src/test/java/smoketest/jetty/jsp/SampleWebJspApplicationTests.java b/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp/src/test/java/smoketest/jetty/jsp/SampleWebJspApplicationTests.java index 22dd4b5882c..359b8ec26c9 100644 --- a/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp/src/test/java/smoketest/jetty/jsp/SampleWebJspApplicationTests.java +++ b/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp/src/test/java/smoketest/jetty/jsp/SampleWebJspApplicationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2019 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -59,7 +59,7 @@ class SampleWebJspApplicationTests { JettyServerCustomizer jettyServerCustomizer() { return (server) -> { ContextHandler handler = (ContextHandler) server.getHandler(); - handler.addAliasCheck(new ContextHandler.ApproveAliases()); + handler.addAliasCheck((path, resource) -> true); }; } From 26d6c568650cca411770f9a3c413cb6eac1a45de Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 09:41:18 +0100 Subject: [PATCH 17/42] Upgrade to Johnzon 1.2.16 Closes gh-29844 --- 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 8e51c4cbba6..3ebb287b47d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -937,7 +937,7 @@ bom { ] } } - library("Johnzon", "1.2.15") { + library("Johnzon", "1.2.16") { group("org.apache.johnzon") { modules = [ "johnzon-core", From 7c3b31fd7704c41b3614dad31ca172c1d69e3d6f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 09:41:19 +0100 Subject: [PATCH 18/42] Upgrade to Json Path 2.7.0 Closes gh-29845 --- 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 3ebb287b47d..d4f5e040875 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -976,7 +976,7 @@ bom { ] } } - library("Json Path", "2.6.0") { + library("Json Path", "2.7.0") { group("com.jayway.jsonpath") { modules = [ "json-path", From 3b7641c84d0ec517e97be88018e4bf1c7c4b747f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 09:41:20 +0100 Subject: [PATCH 19/42] Upgrade to Json-smart 2.4.8 Closes gh-29846 --- 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 d4f5e040875..3674aa0cdad 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -984,7 +984,7 @@ bom { ] } } - library("Json-smart", "2.4.7") { + library("Json-smart", "2.4.8") { group("net.minidev") { modules = [ "json-smart" From 76797c4ecbada934ad6f147a9a6c574552a39609 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 09:41:22 +0100 Subject: [PATCH 20/42] Upgrade to Kafka 3.1.0 Closes gh-29700 --- 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 3674aa0cdad..ce7087d8ee8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1026,7 +1026,7 @@ bom { ] } } - library("Kafka", "3.0.0") { + library("Kafka", "3.1.0") { group("org.apache.kafka") { modules = [ "connect-api", From 06bc52d72708b7ca1b480f2dde72e8fd0ad75957 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 10:17:26 +0100 Subject: [PATCH 21/42] Upgrade to Elasticsearch 7.17.0 Closes gh-29848 --- 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 ce7087d8ee8..ccee2394e1c 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("Elasticsearch", "7.16.2") { + library("Elasticsearch", "7.17.0") { group("org.elasticsearch") { modules = [ "elasticsearch" From ba9047e6aecf28a631b2fe27934e9e8f90eebb1d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 10:17:28 +0100 Subject: [PATCH 22/42] Upgrade to Liquibase 4.7.1 Closes gh-29849 --- 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 ccee2394e1c..1223fc05a25 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1072,7 +1072,7 @@ bom { ] } } - library("Liquibase", "4.7.0") { + library("Liquibase", "4.7.1") { group("org.liquibase") { modules = [ "liquibase-cdi", From 1538bb78b48843425bb6b145e0c53bd36e921d6b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 10:17:29 +0100 Subject: [PATCH 23/42] Upgrade to Maven Compiler Plugin 3.10.0 Closes gh-29850 --- 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 1223fc05a25..f7590da8702 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1134,7 +1134,7 @@ bom { ] } } - library("Maven Compiler Plugin", "3.9.0") { + library("Maven Compiler Plugin", "3.10.0") { group("org.apache.maven.plugins") { plugins = [ "maven-compiler-plugin" From d6c22435bb6be4f58d6c5fc7ff1a8e2b8a34bc77 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 10:17:30 +0100 Subject: [PATCH 24/42] Upgrade to Maven Javadoc Plugin 3.3.2 Closes gh-29851 --- 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 f7590da8702..e5dcf4ff751 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1197,7 +1197,7 @@ bom { ] } } - library("Maven Javadoc Plugin", "3.3.1") { + library("Maven Javadoc Plugin", "3.3.2") { group("org.apache.maven.plugins") { plugins = [ "maven-javadoc-plugin" From 398821c66b094d4c0f8310da98e08caea0ec1d92 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 10:17:31 +0100 Subject: [PATCH 25/42] Upgrade to Mockito 4.3.1 Closes gh-29852 --- 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 e5dcf4ff751..7d7c08c5f5d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1258,7 +1258,7 @@ bom { ] } } - library("Mockito", "4.2.0") { + library("Mockito", "4.3.1") { group("org.mockito") { modules = [ "mockito-core", From 56f4bb610dfd1924c30e23c7f93b628c002b534d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 10:17:32 +0100 Subject: [PATCH 26/42] Upgrade to MongoDB 4.5.0 Closes gh-29853 --- 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 7d7c08c5f5d..02e4f6113c7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1267,7 +1267,7 @@ bom { ] } } - library("MongoDB", "4.4.1") { + library("MongoDB", "4.5.0") { group("org.mongodb") { modules = [ "bson", From ecaca8cff8c48debde562f7210c780df0650927b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 10:17:34 +0100 Subject: [PATCH 27/42] Upgrade to Neo4j Java Driver 4.4.3 Closes gh-29854 --- 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 02e4f6113c7..fe9c6bec6c8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1301,7 +1301,7 @@ bom { ] } } - library("Neo4j Java Driver", "4.4.2") { + library("Neo4j Java Driver", "4.4.3") { group("org.neo4j.driver") { modules = [ "neo4j-java-driver" From 5e85917ae770daa230a56ce0763c4e192ccd88c5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 10:17:35 +0100 Subject: [PATCH 28/42] Upgrade to Netty 4.1.74.Final Closes gh-29855 --- 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 fe9c6bec6c8..1bbb599ef2b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1308,7 +1308,7 @@ bom { ] } } - library("Netty", "4.1.73.Final") { + library("Netty", "4.1.74.Final") { group("io.netty") { imports = [ "netty-bom" From 2363ae3ef20c71fb5ec50b1db41ce15de5eb92ad Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 10:17:36 +0100 Subject: [PATCH 29/42] Upgrade to Netty tcNative 2.0.48.Final Closes gh-29856 --- 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 1bbb599ef2b..cb6d52c81e8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1315,7 +1315,7 @@ bom { ] } } - library("Netty tcNative", "2.0.47.Final") { + library("Netty tcNative", "2.0.48.Final") { group("io.netty") { modules = [ "netty-tcnative", From 7198e46cff0e74b952f3456df6fbe101683358a1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 10:17:37 +0100 Subject: [PATCH 30/42] Upgrade to Oracle Database 21.5.0.0 Closes gh-29857 --- 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 cb6d52c81e8..1b8337d02e7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1341,7 +1341,7 @@ bom { ] } } - library("Oracle Database", "21.4.0.0.1") { + library("Oracle Database", "21.5.0.0") { group("com.oracle.database.jdbc") { imports = [ "ojdbc-bom" From b6d0d9a7437ef7043ce811748fc2cf823d3a17e9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 10:17:39 +0100 Subject: [PATCH 31/42] Upgrade to Postgresql 42.3.3 Closes gh-29858 --- 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 1b8337d02e7..9bd00cc2a51 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1358,7 +1358,7 @@ bom { ] } } - library("Postgresql", "42.3.1") { + library("Postgresql", "42.3.3") { group("org.postgresql") { modules = [ "postgresql" From 361e624b0a5148427de1a91d6b495f2d86490afa Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 10:17:40 +0100 Subject: [PATCH 32/42] Upgrade to Prometheus Client 0.15.0 Closes gh-29859 --- 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 9bd00cc2a51..2f2637c14c9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1365,7 +1365,7 @@ bom { ] } } - library("Prometheus Client", "0.14.1") { + library("Prometheus Client", "0.15.0") { group("io.prometheus") { imports = [ "simpleclient_bom" From 0401a834e612f20457e03f1db69ee9ce5787778f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 10:17:41 +0100 Subject: [PATCH 33/42] Upgrade to Rabbit AMQP Client 5.14.2 Closes gh-29860 --- 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 2f2637c14c9..84abcfcc2e3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1397,7 +1397,7 @@ bom { ] } } - library("Rabbit AMQP Client", "5.14.1") { + library("Rabbit AMQP Client", "5.14.2") { group("com.rabbitmq") { modules = [ "amqp-client" From a26c99e23a3905dfc8b4dfe281e90b051fc091ee Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 10:17:42 +0100 Subject: [PATCH 34/42] Upgrade to REST Assured 4.5.1 Closes gh-29861 --- 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 84abcfcc2e3..dff635f32ed 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1425,7 +1425,7 @@ bom { ] } } - library("REST Assured", "4.4.0") { + library("REST Assured", "4.5.1") { group("io.rest-assured") { modules = [ "json-path", From 799ba399430395555d5a93b71412dc199d9ef245 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 10:17:44 +0100 Subject: [PATCH 35/42] Upgrade to Selenium 4.1.2 Closes gh-29862 --- 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 dff635f32ed..290378f588b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1553,7 +1553,7 @@ bom { ] } } - library("Selenium", "4.1.1") { + library("Selenium", "4.1.2") { group("org.seleniumhq.selenium") { modules = [ "selenium-api", From 976607ef0207766913a10f0cb2b61658e50d1290 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 10:17:45 +0100 Subject: [PATCH 36/42] Upgrade to Selenium HtmlUnit 3.58.0 Closes gh-29863 --- 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 290378f588b..b41f6740bee 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1569,7 +1569,7 @@ bom { ] } } - library("Selenium HtmlUnit", "3.56.0") { + library("Selenium HtmlUnit", "3.58.0") { group("org.seleniumhq.selenium") { modules = [ "htmlunit-driver" From 51fa2d4ca877922c8f33c3b5a901a0fe86dde2e6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 10:17:46 +0100 Subject: [PATCH 37/42] Upgrade to SendGrid 4.8.3 Closes gh-29864 --- 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 b41f6740bee..a4591c3fa5b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1576,7 +1576,7 @@ bom { ] } } - library("SendGrid", "4.8.2") { + library("SendGrid", "4.8.3") { group("com.sendgrid") { modules = [ "sendgrid-java" From c874bfde4bdc30e3d4324484431b83ebed6a0b1b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 10:17:47 +0100 Subject: [PATCH 38/42] Upgrade to SLF4J 1.7.36 Closes gh-29865 --- 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 a4591c3fa5b..87d4cfcefc8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1590,7 +1590,7 @@ bom { ] } } - library("SLF4J", "1.7.33") { + library("SLF4J", "1.7.36") { group("org.slf4j") { modules = [ "jcl-over-slf4j", From bfc9094562a5d21890ebb575f3f72b277924d1c2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 10:17:49 +0100 Subject: [PATCH 39/42] Upgrade to Thymeleaf 3.0.15.RELEASE Closes gh-29866 --- 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 87d4cfcefc8..9c6e8b5a82b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1773,7 +1773,7 @@ bom { ] } } - library("Thymeleaf", "3.0.14.RELEASE") { + library("Thymeleaf", "3.0.15.RELEASE") { group("org.thymeleaf") { modules = [ "thymeleaf", From 48bda615a2238ff699c2da41353934aec411f858 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 10:17:50 +0100 Subject: [PATCH 40/42] Upgrade to Undertow 2.2.16.Final Closes gh-29867 --- 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 9c6e8b5a82b..e148edd0cc9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1836,7 +1836,7 @@ bom { ] } } - library("Undertow", "2.2.14.Final") { + library("Undertow", "2.2.16.Final") { group("io.undertow") { modules = [ "undertow-core", From f5725df2a6b828e00ee03614012bd0506de9a6c7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 10:55:47 +0100 Subject: [PATCH 41/42] Upgrade to Versions Maven Plugin 2.9.0 Closes gh-29868 --- 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 e148edd0cc9..7180a16e9b3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1845,7 +1845,7 @@ bom { ] } } - library("Versions Maven Plugin", "2.8.1") { + library("Versions Maven Plugin", "2.9.0") { group("org.codehaus.mojo") { plugins = [ "versions-maven-plugin" From 8ae77659cd93f24e106a31e53e2e2d9e4d80054c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 10:55:48 +0100 Subject: [PATCH 42/42] Upgrade to XmlUnit2 2.9.0 Closes gh-29869 --- 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 7180a16e9b3..7a6b09d56e1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1873,7 +1873,7 @@ bom { ] } } - library("XmlUnit2", "2.8.4") { + library("XmlUnit2", "2.9.0") { group("org.xmlunit") { modules = [ "xmlunit-assertj",