From 633b7ba96f0a7fd1ece211069f29d9e917c799f1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jun 2023 08:44:07 +0200 Subject: [PATCH 01/24] Upgrade to Byte Buddy 1.14.5 Closes gh-35826 --- 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 2193c91ef17..d4cfefb6bee 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -123,7 +123,7 @@ bom { ] } } - library("Byte Buddy", "1.14.4") { + library("Byte Buddy", "1.14.5") { group("net.bytebuddy") { modules = [ "byte-buddy", From 3d2c8d69419eadb0bf469f3e994e27a67fbb632c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jun 2023 08:44:12 +0200 Subject: [PATCH 02/24] Upgrade to Dropwizard Metrics 4.2.19 Closes gh-35827 --- 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 d4cfefb6bee..25bf273013e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -242,7 +242,7 @@ bom { ] } } - library("Dropwizard Metrics", "4.2.18") { + library("Dropwizard Metrics", "4.2.19") { group("io.dropwizard.metrics") { imports = [ "metrics-bom" From 574094ec9331387f65845114701cfe210ec1db5c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jun 2023 08:44:18 +0200 Subject: [PATCH 03/24] Upgrade to Git Commit ID Maven Plugin 5.0.1 Closes gh-35828 --- 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 25bf273013e..ec7e470133b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -299,7 +299,7 @@ bom { ] } } - library("Git Commit ID Maven Plugin", "5.0.0") { + library("Git Commit ID Maven Plugin", "5.0.1") { group("io.github.git-commit-id") { plugins = [ "git-commit-id-maven-plugin" From eae3453dfd647cb12be21e9642911c0efa5a64e2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jun 2023 08:44:22 +0200 Subject: [PATCH 04/24] Upgrade to Glassfish JAXB 4.0.3 Closes gh-35829 --- 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 ec7e470133b..301f4e550df 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("Glassfish JAXB", "4.0.2") { + library("Glassfish JAXB", "4.0.3") { group("org.glassfish.jaxb") { imports = [ "jaxb-bom" From cfdb61b50c81a7f0cd53413dc0f7ece2073365ef Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jun 2023 08:44:27 +0200 Subject: [PATCH 05/24] Upgrade to Hibernate 6.2.4.Final Closes gh-35830 --- 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 301f4e550df..eb779e092bd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -365,7 +365,7 @@ bom { ] } } - library("Hibernate", "6.2.2.Final") { + library("Hibernate", "6.2.4.Final") { group("org.hibernate.orm") { modules = [ "hibernate-agroal", From 033b0b180be1ef891bf90bd5914e9c5431579c52 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jun 2023 08:44:32 +0200 Subject: [PATCH 06/24] Upgrade to HSQLDB 2.7.2 Closes gh-35831 --- 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 eb779e092bd..ca6df79c59f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -401,7 +401,7 @@ bom { ] } } - library("HSQLDB", "2.7.1") { + library("HSQLDB", "2.7.2") { group("org.hsqldb") { modules = [ "hsqldb" From a8e924ca7e2fd440cbc3cea723e854dea4730eb1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jun 2023 08:44:37 +0200 Subject: [PATCH 07/24] Upgrade to Infinispan 14.0.10.Final Closes gh-35832 --- 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 ca6df79c59f..a707fbec9c2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -453,7 +453,7 @@ bom { ] } } - library("Infinispan", "14.0.9.Final") { + library("Infinispan", "14.0.10.Final") { group("org.infinispan") { imports = [ "infinispan-bom" From 3052bfed9455d4794afb05f270b5e968d39b8f8e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jun 2023 08:44:42 +0200 Subject: [PATCH 08/24] Upgrade to Jackson Bom 2.15.2 Closes gh-35833 --- 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 a707fbec9c2..3bdc0d743b1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -467,7 +467,7 @@ bom { ] } } - library("Jackson Bom", "2.15.0") { + library("Jackson Bom", "2.15.2") { group("com.fasterxml.jackson") { imports = [ "jackson-bom" From 1468a636583e228badd22208cfc7e5ae7f97f6be Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jun 2023 08:44:47 +0200 Subject: [PATCH 09/24] Upgrade to Jakarta Json 2.1.2 Closes gh-35834 --- 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 3bdc0d743b1..9df1292ae77 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -495,7 +495,7 @@ bom { ] } } - library("Jakarta Json", "2.1.1") { + library("Jakarta Json", "2.1.2") { group("jakarta.json") { modules = [ "jakarta.json-api" From 2c013129c8e7eb50ab8ccc44e1b056f3cea24a53 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jun 2023 08:44:52 +0200 Subject: [PATCH 10/24] Upgrade to Jakarta Mail 2.1.2 Closes gh-35835 --- 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 9df1292ae77..b541b3a0b0a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -509,7 +509,7 @@ bom { ] } } - library("Jakarta Mail", "2.1.1") { + library("Jakarta Mail", "2.1.2") { group("jakarta.mail") { modules = [ "jakarta.mail-api" From 68d82df06590644128cef54ea980c73a3b327a6e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jun 2023 08:44:57 +0200 Subject: [PATCH 11/24] Upgrade to Jaybird 5.0.2.java11 Closes gh-35836 --- 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 b541b3a0b0a..1c266bf0952 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -624,7 +624,7 @@ bom { ] } } - library("Jaybird", "5.0.1.java11") { + library("Jaybird", "5.0.2.java11") { group("org.firebirdsql.jdbc") { modules = [ "jaybird" From 4cdd2a86a2429d33a6f0c9eb3c4b0418a6f89fda Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jun 2023 08:45:02 +0200 Subject: [PATCH 12/24] Upgrade to JBoss Logging 3.5.1.Final Closes gh-35837 --- 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 1c266bf0952..97dba0f1283 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -631,7 +631,7 @@ bom { ] } } - library("JBoss Logging", "3.5.0.Final") { + library("JBoss Logging", "3.5.1.Final") { group("org.jboss.logging") { modules = [ "jboss-logging" From 63994f86bcd868c6bc62e9f55dc55258826b1746 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jun 2023 08:45:06 +0200 Subject: [PATCH 13/24] Upgrade to Jersey 3.1.2 Closes gh-35838 --- 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 97dba0f1283..ff2188fe264 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -652,7 +652,7 @@ bom { ] } } - library("Jersey", "3.1.1") { + library("Jersey", "3.1.2") { group("org.glassfish.jersey") { imports = [ "jersey-bom" From f3efc963b1a04ead230e5601bee471e044c88092 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jun 2023 08:45:11 +0200 Subject: [PATCH 14/24] Upgrade to Json-smart 2.4.11 Closes gh-35839 --- 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 ff2188fe264..57a995c5121 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -701,7 +701,7 @@ bom { ] } } - library("Json-smart", "2.4.10") { + library("Json-smart", "2.4.11") { group("net.minidev") { modules = [ "json-smart" From 99aeb4eef6a210fe5b3a8dd1c97490554c644213 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jun 2023 08:45:16 +0200 Subject: [PATCH 15/24] Upgrade to Kafka 3.4.1 Closes gh-35840 --- 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 57a995c5121..fb09f68c64c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -736,7 +736,7 @@ bom { ] } } - library("Kafka", "3.4.0") { + library("Kafka", "3.4.1") { group("org.apache.kafka") { modules = [ "connect", From dac5023c5204f4b37492046333acb004297b613d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jun 2023 08:45:21 +0200 Subject: [PATCH 16/24] Upgrade to Lombok 1.18.28 Closes gh-35841 --- 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 fb09f68c64c..ec57df8674b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -832,7 +832,7 @@ bom { ] } } - library("Lombok", "1.18.26") { + library("Lombok", "1.18.28") { group("org.projectlombok") { modules = [ "lombok" From 10fbaea74374172d256327d83c04b52d39efd13b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jun 2023 08:45:25 +0200 Subject: [PATCH 17/24] Upgrade to Netty 4.1.93.Final Closes gh-35842 --- 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 ec57df8674b..ffa555cadbb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1051,7 +1051,7 @@ bom { ] } } - library("Netty", "4.1.92.Final") { + library("Netty", "4.1.93.Final") { group("io.netty") { imports = [ "netty-bom" From e51402ef594da695589b36314821ea889b3086b2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jun 2023 08:45:30 +0200 Subject: [PATCH 18/24] Upgrade to R2DBC MSSQL 1.0.1.RELEASE Closes gh-35843 --- 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 ffa555cadbb..5126cf9e5fc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1139,7 +1139,7 @@ bom { ] } } - library("R2DBC MSSQL", "1.0.0.RELEASE") { + library("R2DBC MSSQL", "1.0.1.RELEASE") { group ("io.r2dbc") { modules = [ "r2dbc-mssql" From 009b4bbcd9c1f71dfe97f9f7595153a2694e5453 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jun 2023 08:45:35 +0200 Subject: [PATCH 19/24] Upgrade to R2DBC MySQL 1.0.2 Closes gh-35844 --- 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 5126cf9e5fc..b08aaf9a964 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1146,7 +1146,7 @@ bom { ] } } - library("R2DBC MySQL", "1.0.1") { + library("R2DBC MySQL", "1.0.2") { group("io.asyncer") { modules = [ "r2dbc-mysql" From bba8569c25802692e97c6ba31a334651b13e4dd5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jun 2023 08:45:40 +0200 Subject: [PATCH 20/24] Upgrade to R2DBC Proxy 1.1.1.RELEASE Closes gh-35845 --- 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 b08aaf9a964..1ac1124ad98 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1167,7 +1167,7 @@ bom { ] } } - library("R2DBC Proxy", "1.1.0.RELEASE") { + library("R2DBC Proxy", "1.1.1.RELEASE") { group("io.r2dbc") { modules = [ "r2dbc-proxy" From 904868608052f4040a437db40e0f20ef6119d27a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jun 2023 08:45:45 +0200 Subject: [PATCH 21/24] Upgrade to SQLite JDBC 3.41.2.2 Closes gh-35846 --- 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 1ac1124ad98..280df4d94e0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1500,7 +1500,7 @@ bom { ] } } - library("SQLite JDBC", "3.41.2.1") { + library("SQLite JDBC", "3.41.2.2") { group("org.xerial") { modules = [ "sqlite-jdbc" From 815fe626f8941d42921827803e9c542f2c37b7d4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jun 2023 08:45:51 +0200 Subject: [PATCH 22/24] Upgrade to Testcontainers 1.18.3 Closes gh-35847 --- 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 280df4d94e0..ebff90f68dc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1507,7 +1507,7 @@ bom { ] } } - library("Testcontainers", "1.18.2") { + library("Testcontainers", "1.18.3") { group("org.testcontainers") { imports = [ "testcontainers-bom" From c6bb958ce38d220b8cc471a9f490e1c4088b7eb4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jun 2023 08:45:56 +0200 Subject: [PATCH 23/24] Upgrade to UnboundID LDAPSDK 6.0.9 Closes gh-35848 --- 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 ebff90f68dc..7e085cca046 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1560,7 +1560,7 @@ bom { ] } } - library("UnboundID LDAPSDK", "6.0.8") { + library("UnboundID LDAPSDK", "6.0.9") { group("com.unboundid") { modules = [ "unboundid-ldapsdk" From 71856687d7fae884adcdce9876e4e5a0c7299571 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jun 2023 08:46:00 +0200 Subject: [PATCH 24/24] Upgrade to Undertow 2.3.7.Final Closes gh-35849 --- 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 7e085cca046..722e8a0704f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1567,7 +1567,7 @@ bom { ] } } - library("Undertow", "2.3.6.Final") { + library("Undertow", "2.3.7.Final") { group("io.undertow") { modules = [ "undertow-core",