From 8306287158c4164561ac633acfeee977d77262ef Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 20 Dec 2021 09:57:06 +0100 Subject: [PATCH 01/13] Upgrade to DB2 JDBC 11.5.7.0 Closes gh-29117 --- 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 1860d8bf288..a8562d5de32 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -222,7 +222,7 @@ bom { ] } } - library("DB2 JDBC", "11.5.6.0") { + library("DB2 JDBC", "11.5.7.0") { group("com.ibm.db2") { modules = [ "jcc" From d8d97df34abdad6d7efeed6f6595bdce4f84a893 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 20 Dec 2021 09:57:08 +0100 Subject: [PATCH 02/13] Upgrade to Dropwizard Metrics 4.1.29 Closes gh-29118 --- 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 a8562d5de32..d73d8bea688 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -247,7 +247,7 @@ bom { ] } } - library("Dropwizard Metrics", "4.1.27") { + library("Dropwizard Metrics", "4.1.29") { group("io.dropwizard.metrics") { imports = [ "metrics-bom" From cb818019070f66a30db9699bc6407606b6037efa Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 20 Dec 2021 09:57:10 +0100 Subject: [PATCH 03/13] Upgrade to Ehcache3 3.9.9 Closes gh-29119 --- 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 d73d8bea688..ac243f8de11 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -261,7 +261,7 @@ bom { ] } } - library("Ehcache3", "3.9.8") { + library("Ehcache3", "3.9.9") { group("org.ehcache") { modules = [ "ehcache", From d0cd7dcf606a113e3780a3949ff3a2dd996a1b12 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 20 Dec 2021 09:57:11 +0100 Subject: [PATCH 04/13] Upgrade to Hibernate 5.4.33 Closes gh-29120 --- 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 ac243f8de11..a148ea595d3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -412,7 +412,7 @@ bom { ] } } - library("Hibernate", "5.4.32.Final") { + library("Hibernate", "5.4.33") { prohibit("[6.0.0.Alpha2,)") { because "it uses the jakarta.* namespace" } From 620c6ec27540f2abf188755f6c9035e9e5d8cfe8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 20 Dec 2021 09:57:12 +0100 Subject: [PATCH 05/13] Upgrade to Infinispan 12.1.10.Final Closes gh-29121 --- 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 a148ea595d3..bfa58e946b7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -522,7 +522,7 @@ bom { ] } } - library("Infinispan", "12.1.7.Final") { + library("Infinispan", "12.1.10.Final") { group("org.infinispan") { imports = [ "infinispan-bom" From 177fd6c53982c8c67d96e6d6a6af951fc822b7fb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 20 Dec 2021 10:46:22 +0100 Subject: [PATCH 06/13] Upgrade to DB2 JDBC 11.5.7.0 Closes gh-29124 --- 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 acec44b0872..78606002380 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -225,7 +225,7 @@ bom { ] } } - library("DB2 JDBC", "11.5.6.0") { + library("DB2 JDBC", "11.5.7.0") { group("com.ibm.db2") { modules = [ "jcc" From 9ec44d80cf799f1db8bd626b7978b910454a2b71 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 20 Dec 2021 10:46:25 +0100 Subject: [PATCH 07/13] Upgrade to Dropwizard Metrics 4.2.7 Closes gh-29125 --- 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 78606002380..e62488cb840 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -250,7 +250,7 @@ bom { ] } } - library("Dropwizard Metrics", "4.2.5") { + library("Dropwizard Metrics", "4.2.7") { group("io.dropwizard.metrics") { imports = [ "metrics-bom" From 07c8ab223623320eb1e5e69fd2121a91308ddd03 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 20 Dec 2021 10:46:27 +0100 Subject: [PATCH 08/13] Upgrade to Ehcache3 3.9.9 Closes gh-29126 --- 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 e62488cb840..4147ead834f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -264,7 +264,7 @@ bom { ] } } - library("Ehcache3", "3.9.8") { + library("Ehcache3", "3.9.9") { group("org.ehcache") { modules = [ "ehcache", From a8fc4e93515bd982e3e272c7ac2bbf4e39977a49 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 20 Dec 2021 10:46:29 +0100 Subject: [PATCH 09/13] Upgrade to Hibernate 5.6.3.Final Closes gh-29127 --- 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 4147ead834f..4146e53f925 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -418,7 +418,7 @@ bom { ] } } - library("Hibernate", "5.6.2.Final") { + library("Hibernate", "5.6.3.Final") { prohibit("[6.0.0.Alpha2,)") { because "it uses the jakarta.* namespace" } From d9a970a8e29a59a313f38941fbd860e14bc73585 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 20 Dec 2021 10:46:30 +0100 Subject: [PATCH 10/13] Upgrade to Infinispan 12.1.10.Final Closes gh-29128 --- 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 4146e53f925..e0aff444257 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -531,7 +531,7 @@ bom { ] } } - library("Infinispan", "12.1.7.Final") { + library("Infinispan", "12.1.10.Final") { group("org.infinispan") { imports = [ "infinispan-bom" From 64a5415edc7a51ecec5961b97a7ea1fb2731b05b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 20 Dec 2021 10:46:31 +0100 Subject: [PATCH 11/13] Upgrade to Jackson Bom 2.13.1 Closes gh-29129 --- 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 e0aff444257..d4ffc96379b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -545,7 +545,7 @@ bom { ] } } - library("Jackson Bom", "2.13.0") { + library("Jackson Bom", "2.13.1") { group("com.fasterxml.jackson") { imports = [ "jackson-bom" From fbb7f12f4325d83c6f5d3721763e05b1344e979e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 20 Dec 2021 09:57:15 +0100 Subject: [PATCH 12/13] Upgrade to XmlUnit2 2.8.4 Closes gh-29123 --- 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 bfa58e946b7..bfefa7d5ef2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1882,7 +1882,7 @@ bom { ] } } - library("XmlUnit2", "2.8.3") { + library("XmlUnit2", "2.8.4") { group("org.xmlunit") { modules = [ "xmlunit-assertj", From fd32ff3a515af283b15cafd7d5818183962e5944 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 20 Dec 2021 10:46:33 +0100 Subject: [PATCH 13/13] Upgrade to XmlUnit2 2.8.4 Closes gh-29131 --- 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 d4ffc96379b..5d90b7f3945 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1849,7 +1849,7 @@ bom { ] } } - library("XmlUnit2", "2.8.3") { + library("XmlUnit2", "2.8.4") { group("org.xmlunit") { modules = [ "xmlunit-assertj",