From bffa26fefa488c82d4c863d03fd5ab2e88a08da5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 14:02:17 +0200 Subject: [PATCH 01/26] Upgrade to AppEngine SDK 1.9.88 Closes gh-25953 --- 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 88c5958154d..13f4ddae114 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.86") { + library("AppEngine SDK", "1.9.88") { group("com.google.appengine") { modules = [ "appengine-api-1.0-sdk" From d599b0c5584c1992de343fe52c9974551636fc62 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 14:02:18 +0200 Subject: [PATCH 02/26] Upgrade to Byte Buddy 1.10.22 Closes gh-25954 --- 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 13f4ddae114..43b2dbb13bf 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.20") { + library("Byte Buddy", "1.10.22") { group("net.bytebuddy") { modules = [ "byte-buddy", From 741d60563f7ff7e8621284ba4f0168bd01a278b3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 14:02:19 +0200 Subject: [PATCH 03/26] Upgrade to Dropwizard Metrics 4.1.19 Closes gh-25955 --- 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 43b2dbb13bf..2b857e0501a 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.17") { + library("Dropwizard Metrics", "4.1.19") { group("io.dropwizard.metrics") { imports = [ "metrics-bom" From 79679ff3146dba5bca491b20aaa40c3b383fe032 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 14:02:21 +0200 Subject: [PATCH 04/26] Upgrade to Hibernate 5.4.30.Final Closes gh-25956 --- 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 2b857e0501a..4084f0b152f 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.28.Final") { + library("Hibernate", "5.4.30.Final") { group("org.hibernate") { modules = [ "hibernate-c3p0", From 894a4379f13793f75dc114bc61a1ad79aba3261a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 14:02:22 +0200 Subject: [PATCH 05/26] Upgrade to Jakarta Mail 1.6.7 Closes gh-25957 --- 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 4084f0b152f..68e3ba9c35f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -599,7 +599,7 @@ bom { ] } } - library("Jakarta Mail", "1.6.5") { + library("Jakarta Mail", "1.6.7") { group("jakarta.mail") { modules = [ "jakarta.mail-api" From 7b61e0cad23f018acc898001e4ffc504b5ad4970 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 14:02:23 +0200 Subject: [PATCH 06/26] Upgrade to Jaybird 3.0.11 Closes gh-25958 --- 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 68e3ba9c35f..a6816ab8a5e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -790,7 +790,7 @@ bom { ] } } - library("Jaybird", "3.0.10") { + library("Jaybird", "3.0.11") { group("org.firebirdsql.jdbc") { modules = [ "jaybird-jdk17", From e70590ecb86139b9c9009e5cece49d7972b51450 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 14:02:24 +0200 Subject: [PATCH 07/26] Upgrade to Jetty Reactive HTTPClient 1.1.7 Closes gh-25959 --- 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 a6816ab8a5e..f392f690bb5 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.5") { + library("Jetty Reactive HTTPClient", "1.1.7") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient" From 030af053ec11ebc0d2762b2fdf30147ddd9c409e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 14:02:26 +0200 Subject: [PATCH 08/26] Upgrade to Jetty 9.4.39.v20210325 Closes gh-25960 --- 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 f392f690bb5..0d729653236 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.38.v20210224") { + library("Jetty", "9.4.39.v20210325") { group("org.eclipse.jetty") { imports = [ "jetty-bom" From 7ccebf5fb364ec6abf5a19cad1cf33243f5b41ca Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 14:02:27 +0200 Subject: [PATCH 09/26] Upgrade to Lombok 1.18.20 Closes gh-25961 --- 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 0d729653236..efaa0b996e7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1029,7 +1029,7 @@ bom { ] } } - library("Lombok", "1.18.18") { + library("Lombok", "1.18.20") { group("org.projectlombok") { modules = [ "lombok" From f58cda7b531f1cd73f02d9189e7c252297ff1988 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 14:02:28 +0200 Subject: [PATCH 10/26] Upgrade to Maven Invoker Plugin 3.2.2 Closes gh-25962 --- 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 efaa0b996e7..7405b68f773 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1113,7 +1113,7 @@ bom { ] } } - library("Maven Invoker Plugin", "3.2.1") { + library("Maven Invoker Plugin", "3.2.2") { group("org.apache.maven.plugins") { plugins = [ "maven-invoker-plugin" From cccb1332b3466f829d930a05b55b73af64164e30 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 14:02:29 +0200 Subject: [PATCH 11/26] Upgrade to Micrometer 1.5.12 Closes gh-25963 --- 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 7405b68f773..386ecbb9b0a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1169,7 +1169,7 @@ bom { ] } } - library("Micrometer", "1.5.11") { + library("Micrometer", "1.5.12") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From d2117b6b3f6154c092713f6a188e2037737cb54c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 14:02:31 +0200 Subject: [PATCH 12/26] Upgrade to MIMEPull 1.9.14 Closes gh-25964 --- 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 386ecbb9b0a..dbdbfdbb963 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1181,7 +1181,7 @@ bom { ] } } - library("MIMEPull", "1.9.13") { + library("MIMEPull", "1.9.14") { group("org.jvnet.mimepull") { modules = [ "mimepull" From 2ea065a6cf19547b648be6178b7d20ca4b62e90f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 14:02:32 +0200 Subject: [PATCH 13/26] Upgrade to MongoDB 4.0.6 Closes gh-25965 --- 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 dbdbfdbb963..c67b098bb7c 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("MongoDB", "4.0.5") { + library("MongoDB", "4.0.6") { group("org.mongodb") { modules = [ "bson", From 6a76ecfbc86844cc2de575e6880c1d69b387d037 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 14:02:33 +0200 Subject: [PATCH 14/26] Upgrade to Neo4j OGM 3.2.21 Closes gh-25966 --- 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 c67b098bb7c..5e304d169ef 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.20") { + library("Neo4j OGM", "3.2.21") { group("org.neo4j") { modules = [ "neo4j-ogm-api", From 4eb20f429837da89150742042ef8315d50689df1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 14:02:35 +0200 Subject: [PATCH 15/26] Upgrade to Netty 4.1.63.Final Closes gh-25967 --- 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 5e304d169ef..2825b6de803 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1244,7 +1244,7 @@ bom { ] } } - library("Netty", "4.1.59.Final") { + library("Netty", "4.1.63.Final") { group("io.netty") { imports = [ "netty-bom" From 877bc6d7e6883cd928017de3f2e707e9d3dae30f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 14:02:36 +0200 Subject: [PATCH 16/26] Upgrade to Netty tcNative 2.0.38.Final Closes gh-25968 --- 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 2825b6de803..bc3681aa8a0 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.36.Final") { + library("Netty tcNative", "2.0.38.Final") { group("io.netty") { modules = [ "netty-tcnative", From dd9e705afb61b0b46b02cbf915dd3515b5df0191 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 14:02:37 +0200 Subject: [PATCH 17/26] Upgrade to OAuth2 OIDC SDK 7.1.3 Closes gh-25969 --- 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 bc3681aa8a0..cd03b4fa282 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1266,7 +1266,7 @@ bom { ] } } - library("OAuth2 OIDC SDK", "7.1.1") { + library("OAuth2 OIDC SDK", "7.1.3") { group("com.nimbusds") { modules = [ "oauth2-oidc-sdk" From 6c6c6aee78d9358a9ef10ab2fcef634d2a71ae64 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 14:02:39 +0200 Subject: [PATCH 18/26] Upgrade to Postgresql 42.2.19 Closes gh-25970 --- 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 cd03b4fa282..4fc00c20280 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.18") { + library("Postgresql", "42.2.19") { group("org.postgresql") { modules = [ "postgresql" From 74016134b4af5013bd0254a4ab8101f9ac12ae29 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 14:02:40 +0200 Subject: [PATCH 19/26] Upgrade to R2DBC Bom Arabba-SR9 Closes gh-25971 --- 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 4fc00c20280..68288e1778a 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-SR8") { + library("R2DBC Bom", "Arabba-SR9") { group("io.r2dbc") { imports = [ "r2dbc-bom" From 4e0733e3634fd11daeebb26ded47433aa9e035a6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 14:02:41 +0200 Subject: [PATCH 20/26] Upgrade to RSocket 1.0.4 Closes gh-25972 --- 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 68288e1778a..53c788f8d64 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1453,7 +1453,7 @@ bom { ] } } - library("RSocket", "1.0.3") { + library("RSocket", "1.0.4") { group("io.rsocket") { imports = [ "rsocket-bom" From f43f8f6d731c5c1e1d6c48e2a2a6046737e3516e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 14:02:42 +0200 Subject: [PATCH 21/26] Upgrade to Spring AMQP 2.2.16.RELEASE Closes gh-25973 --- 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 53c788f8d64..c343e37f1fb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1646,7 +1646,7 @@ bom { ] } } - library("Spring AMQP", "2.2.15.RELEASE") { + library("Spring AMQP", "2.2.16.RELEASE") { group("org.springframework.amqp") { modules = [ "spring-amqp", From ae9576dfcb7e94bcaef761a8c1b712c31a3d9dfd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 14:02:44 +0200 Subject: [PATCH 22/26] Upgrade to Spring Batch 4.2.6.RELEASE Closes gh-25974 --- 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 c343e37f1fb..44f76a1b222 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1656,7 +1656,7 @@ bom { ] } } - library("Spring Batch", "4.2.5.RELEASE") { + library("Spring Batch", "4.2.6.RELEASE") { group("org.springframework.batch") { modules = [ "spring-batch-core", From 7e8c5fcb848f84842a5ea164092c5c28e4f8b3e3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 14:02:45 +0200 Subject: [PATCH 23/26] Upgrade to Spring Kafka 2.5.12.RELEASE Closes gh-25975 --- 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 44f76a1b222..0e8779166ca 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1694,7 +1694,7 @@ bom { ] } } - library("Spring Kafka", "2.5.11.RELEASE") { + library("Spring Kafka", "2.5.12.RELEASE") { group("org.springframework.kafka") { modules = [ "spring-kafka", From 02b951cab1657226d49f43030c784e15aa30a95b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 14:02:46 +0200 Subject: [PATCH 24/26] Upgrade to Sun Mail 1.6.7 Closes gh-25976 --- 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 0e8779166ca..b6787238497 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1764,7 +1764,7 @@ bom { ] } } - library("Sun Mail", "1.6.5") { + library("Sun Mail", "1.6.7") { group("com.sun.mail") { modules = [ "jakarta.mail" From 44f89fc0b3aad04e222160a7b9436b5bcd072ef2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 14:02:47 +0200 Subject: [PATCH 25/26] Upgrade to Tomcat 9.0.45 Closes gh-25977 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 29c84dd6901..b66c1f0dfcd 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.43 +tomcatVersion=9.0.45 From c5c07185bfd2693c321732cac5969991121f313d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 14:02:48 +0200 Subject: [PATCH 26/26] Upgrade to Undertow 2.1.7.Final Closes gh-25978 --- 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 b6787238497..7de8c51989b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1831,7 +1831,7 @@ bom { ] } } - library("Undertow", "2.1.6.Final") { + library("Undertow", "2.1.7.Final") { group("io.undertow") { modules = [ "undertow-core",