From 9306d0868a74c8b3a6b5ec30f01d74e54cae07be Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Jun 2023 13:14:40 +0200 Subject: [PATCH 1/7] Upgrade to Dropwizard Metrics 4.2.19 Closes gh-35794 --- 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 f162bac48d..81bb36b613 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -283,7 +283,7 @@ bom { ] } } - library("Dropwizard Metrics", "4.2.18") { + library("Dropwizard Metrics", "4.2.19") { group("io.dropwizard.metrics") { imports = [ "metrics-bom" From 461f2fa05442479bf7e717684e6964ac59e2ea08 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Jun 2023 13:14:48 +0200 Subject: [PATCH 2/7] Upgrade to Infinispan 13.0.18.Final Closes gh-35795 --- 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 81bb36b613..d40e5def59 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.15.Final") { + library("Infinispan", "13.0.18.Final") { group("org.infinispan") { imports = [ "infinispan-bom" From ef90c11a1ada9b69f51f712db4e60f3688327937 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Jun 2023 13:14:52 +0200 Subject: [PATCH 3/7] Upgrade to Lombok 1.18.28 Closes gh-35796 --- 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 d40e5def59..b56e0be98a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1187,7 +1187,7 @@ bom { ] } } - library("Lombok", "1.18.26") { + library("Lombok", "1.18.28") { group("org.projectlombok") { modules = [ "lombok" From 0bd08a6233c99d3a972d60b6bce33061ca55f697 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Jun 2023 13:14:57 +0200 Subject: [PATCH 4/7] Upgrade to Netty 4.1.93.Final Closes gh-35797 --- 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 b56e0be98a..d8b18d1821 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1394,7 +1394,7 @@ bom { ] } } - library("Netty", "4.1.92.Final") { + library("Netty", "4.1.93.Final") { group("io.netty") { imports = [ "netty-bom" From c55d9e152cd08953d4e0fa4531b4cbf75a993b5e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Jun 2023 13:15:07 +0200 Subject: [PATCH 5/7] Upgrade to Tomcat 9.0.76 Closes gh-35799 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index b08fc7c7c3..67bbcdbf90 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,6 +6,6 @@ org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 kotlinVersion=1.6.21 springFrameworkVersion=5.3.28-SNAPSHOT -tomcatVersion=9.0.75 +tomcatVersion=9.0.76 kotlin.stdlib.default.dependency=false From 1201d8fa010753f6321fc779da63e5d941744c35 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Jun 2023 13:15:12 +0200 Subject: [PATCH 6/7] Upgrade to UnboundID LDAPSDK 6.0.9 Closes gh-35800 --- 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 d8b18d1821..afd862222a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1948,7 +1948,7 @@ bom { ] } } - library("UnboundID LDAPSDK", "6.0.8") { + library("UnboundID LDAPSDK", "6.0.9") { group("com.unboundid") { modules = [ "unboundid-ldapsdk" From ad0ce41f8a34cce50cf34b16aa5f066deb6c35e5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Jun 2023 13:15:16 +0200 Subject: [PATCH 7/7] Upgrade to Undertow 2.2.25.Final Closes gh-35801 --- 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 afd862222a..1bf74c0659 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1955,7 +1955,7 @@ bom { ] } } - library("Undertow", "2.2.24.Final") { + library("Undertow", "2.2.25.Final") { group("io.undertow") { modules = [ "undertow-core",