From 25507636697bd89ba6be0a2b499ed0ea5e21bbe3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 16 Aug 2022 08:46:00 +0200 Subject: [PATCH 1/3] Upgrade to Undertow 2.2.19.Final Closes gh-32087 --- 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 d2fa0d2442..db786edb5b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1872,7 +1872,7 @@ bom { ] } } - library("Undertow", "2.2.18.Final") { + library("Undertow", "2.2.19.Final") { group("io.undertow") { modules = [ "undertow-core", From 464c2ed83a01f274430c53cefb3abfdd7a4c0835 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 16 Aug 2022 09:56:11 +0200 Subject: [PATCH 2/3] Upgrade to Maven Javadoc Plugin 3.4.1 Closes gh-32089 --- 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 0e4eb8524d..c57c2bf120 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1242,7 +1242,7 @@ bom { ] } } - library("Maven Javadoc Plugin", "3.4.0") { + library("Maven Javadoc Plugin", "3.4.1") { group("org.apache.maven.plugins") { plugins = [ "maven-javadoc-plugin" From 1b12ea71ee8f7556ed6109fbe31631a333e024e7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 16 Aug 2022 09:56:15 +0200 Subject: [PATCH 3/3] Upgrade to Undertow 2.2.19.Final Closes gh-32090 --- 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 c57c2bf120..6761be37ef 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1885,7 +1885,7 @@ bom { ] } } - library("Undertow", "2.2.18.Final") { + library("Undertow", "2.2.19.Final") { group("io.undertow") { modules = [ "undertow-core",