From 8832b6788d5eadf9eb6394e1944f518d764ac604 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 11:44:17 +0100 Subject: [PATCH 1/7] Upgrade to Elasticsearch 7.17.14 Closes gh-37840 --- 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 714d4c8663b..e2a98945419 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -306,7 +306,7 @@ bom { ] } } - library("Elasticsearch", "7.17.13") { + library("Elasticsearch", "7.17.14") { group("org.elasticsearch") { modules = [ "elasticsearch" From c6c6167fa075f7077db930e811d8b629baa85086 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 11:44:22 +0100 Subject: [PATCH 2/7] Upgrade to Infinispan 13.0.20.Final Closes gh-37841 --- 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 e2a98945419..fe6e4bed21f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -585,7 +585,7 @@ bom { ] } } - library("Infinispan", "13.0.18.Final") { + library("Infinispan", "13.0.20.Final") { group("org.infinispan") { imports = [ "infinispan-bom" From 5ce281c982e03f9fd47d8c184c8bb1a9051add52 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 11:44:27 +0100 Subject: [PATCH 3/7] Upgrade to Jetty 9.4.53.v20231009 Closes gh-37842 --- 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 fe6e4bed21f..9d9b6421e64 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -980,7 +980,7 @@ bom { ] } } - library("Jetty", "9.4.52.v20230823") { + library("Jetty", "9.4.53.v20231009") { prohibit { versionRange "[10.0.0-alpha0,)" because "it requires Java 11" From ecc017000d5d798a1c83859ff9ec4f5d4943db88 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 11:44:27 +0100 Subject: [PATCH 4/7] Upgrade to Micrometer 1.9.16 Closes gh-37674 --- 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 9d9b6421e64..ea790511af7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1330,7 +1330,7 @@ bom { ] } } - library("Micrometer", "1.9.16-SNAPSHOT") { + library("Micrometer", "1.9.16") { considerSnapshots() group("io.micrometer") { modules = [ From de6e87acf0e0eeebcfaad82d7c28ef2bbd1b962d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 11:44:33 +0100 Subject: [PATCH 5/7] Upgrade to Netty 4.1.100.Final Closes gh-37843 --- 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 ea790511af7..4bfca612b67 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1398,7 +1398,7 @@ bom { ] } } - library("Netty", "4.1.99.Final") { + library("Netty", "4.1.100.Final") { group("io.netty") { imports = [ "netty-bom" From e9f543c6ba32f85680798ddd190ba600f683c7e3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 11:44:34 +0100 Subject: [PATCH 6/7] Upgrade to Reactor Bom 2020.0.37 Closes gh-37675 --- 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 4bfca612b67..5487c65adeb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1491,7 +1491,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.37-SNAPSHOT") { + library("Reactor Bom", "2020.0.37") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") { From c0eb2cb4aee5428b27829dd79ec3b927b5c03a4e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 11:44:39 +0100 Subject: [PATCH 7/7] Prohibit upgrades to Undertow 2.2.27.Final Closes gh-37844 --- spring-boot-project/spring-boot-dependencies/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 5487c65adeb..0d543272a5b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1982,6 +1982,10 @@ bom { } } library("Undertow", "2.2.26.Final") { + prohibit { + versionRange "[2.2.27.Final]" + because "it is not compatibile with Java 8 (https://issues.redhat.com/browse/UNDERTOW-2324)" + } group("io.undertow") { modules = [ "undertow-core",