From 8306287158c4164561ac633acfeee977d77262ef Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 20 Dec 2021 09:57:06 +0100 Subject: [PATCH 1/6] 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 1860d8bf28..a8562d5de3 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 2/6] 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 a8562d5de3..d73d8bea68 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 3/6] 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 d73d8bea68..ac243f8de1 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 4/6] 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 ac243f8de1..a148ea595d 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 5/6] 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 a148ea595d..bfa58e946b 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 fbb7f12f4325d83c6f5d3721763e05b1344e979e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 20 Dec 2021 09:57:15 +0100 Subject: [PATCH 6/6] 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 bfa58e946b..bfefa7d5ef 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",