From eda014e7361fffaed1de07409d6fc0f4bee55e10 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 16 Aug 2021 08:14:24 +0200 Subject: [PATCH 01/13] Upgrade to Cassandra Driver 4.11.3 Closes gh-27674 --- 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 4b34e220069..f0d7203e3b5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -159,7 +159,7 @@ bom { ] } } - library("Cassandra Driver", "4.11.2") { + library("Cassandra Driver", "4.11.3") { group("com.datastax.oss") { imports = [ "java-driver-bom" From 6e4c35d463e05dacc4f78fc56863e16de1bd4391 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 16 Aug 2021 08:14:25 +0200 Subject: [PATCH 02/13] Upgrade to Couchbase Client 3.1.7 Closes gh-27675 --- 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 f0d7203e3b5..eab9203acd6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -215,7 +215,7 @@ bom { ] } } - library("Couchbase Client", "3.1.6") { + library("Couchbase Client", "3.1.7") { group("com.couchbase.client") { modules = [ "java-client" From 7fced191cfad9d64b8e33edb547b5c08195898ec Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 16 Aug 2021 08:14:26 +0200 Subject: [PATCH 03/13] Upgrade to Ehcache3 3.9.5 Closes gh-27676 --- 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 eab9203acd6..0a71c62d140 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.4") { + library("Ehcache3", "3.9.5") { group("org.ehcache") { modules = [ "ehcache", From fb17f6e0859c2761caa00ef9e4ea66a6945e671d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 16 Aug 2021 08:14:27 +0200 Subject: [PATCH 04/13] Upgrade to Glassfish JAXB 2.3.5 Closes gh-27677 --- 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 0a71c62d140..f44d7757460 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -340,7 +340,7 @@ bom { ] } } - library("Glassfish JAXB", "2.3.4") { + library("Glassfish JAXB", "2.3.5") { prohibit("[3.0.0-M1,)") { because "it uses the jakarta.* namespace" } From 0b75acfc1c287cd9ced4c1c851e8fc81a66cc84d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 16 Aug 2021 08:14:28 +0200 Subject: [PATCH 05/13] Upgrade to Hazelcast Hibernate5 2.2.1 Closes gh-27678 --- 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 f44d7757460..9b33bb3c563 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -395,7 +395,7 @@ bom { ] } } - library("Hazelcast Hibernate5", "2.2.0") { + library("Hazelcast Hibernate5", "2.2.1") { group("com.hazelcast") { modules = [ "hazelcast-hibernate52", From 4adc3230c79c09f959136a17f89cd8c6ad9db6f5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 16 Aug 2021 08:14:29 +0200 Subject: [PATCH 06/13] Upgrade to Janino 3.1.6 Closes gh-27679 --- 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 9b33bb3c563..3dc0c8b3293 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -699,7 +699,7 @@ bom { ] } } - library("Janino", "3.1.4") { + library("Janino", "3.1.6") { group("org.codehaus.janino") { modules = [ "commons-compiler", From f6914e5fd19c9e81d463cf1bb3e717ca91599e90 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 16 Aug 2021 08:14:30 +0200 Subject: [PATCH 07/13] Upgrade to Logback 1.2.5 Closes gh-27680 --- 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 3dc0c8b3293..7696ed5d2a2 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("Logback", "1.2.4") { + library("Logback", "1.2.5") { group("ch.qos.logback") { modules = [ "logback-access", From c0f1adcf5448ba8d1edbc535f64713d0602f6386 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 16 Aug 2021 08:14:31 +0200 Subject: [PATCH 08/13] Upgrade to MariaDB 2.7.4 Closes gh-27681 --- 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 7696ed5d2a2..2d745fee255 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1067,7 +1067,7 @@ bom { ] } } - library("MariaDB", "2.7.3") { + library("MariaDB", "2.7.4") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client" From 44b8a94b01d9417bdb91e1e8f4940d5c6fde9970 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 16 Aug 2021 08:14:32 +0200 Subject: [PATCH 09/13] Upgrade to Maven Enforcer Plugin 3.0.0 Closes gh-27682 --- 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 2d745fee255..82806433bc4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1116,7 +1116,7 @@ bom { ] } } - library("Maven Enforcer Plugin", "3.0.0-M3") { + library("Maven Enforcer Plugin", "3.0.0") { group("org.apache.maven.plugins") { plugins = [ "maven-enforcer-plugin" From a61be95f79257d15446606cb1809fd996bede9bc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 16 Aug 2021 08:14:33 +0200 Subject: [PATCH 10/13] Upgrade to MIMEPull 1.9.15 Closes gh-27683 --- 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 82806433bc4..4fb23e5c951 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1212,7 +1212,7 @@ bom { ] } } - library("MIMEPull", "1.9.14") { + library("MIMEPull", "1.9.15") { group("org.jvnet.mimepull") { modules = [ "mimepull" From 3a83fafebbb8eca4b3c4403347704ca7670914e3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 16 Aug 2021 08:14:34 +0200 Subject: [PATCH 11/13] Upgrade to SendGrid 4.7.4 Closes gh-27684 --- 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 4fb23e5c951..3d8a573fcb3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1573,7 +1573,7 @@ bom { ] } } - library("SendGrid", "4.7.2") { + library("SendGrid", "4.7.4") { group("com.sendgrid") { modules = [ "sendgrid-java" From c5750a2b368fe326cd7bdf8166cff22214d50cfe Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 16 Aug 2021 08:14:36 +0200 Subject: [PATCH 12/13] Upgrade to Tomcat 9.0.52 Closes gh-27685 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index eb8e05a3b8d..16b7b1cbb9b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,6 +5,6 @@ org.gradle.parallel=true org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 kotlinVersion=1.5.21 -tomcatVersion=9.0.50 +tomcatVersion=9.0.52 kotlin.stdlib.default.dependency=false From fe64fef7b933047a4fc7a146004ecfb50090d500 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 16 Aug 2021 08:14:37 +0200 Subject: [PATCH 13/13] Upgrade to Undertow 2.2.10.Final Closes gh-27686 --- 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 3d8a573fcb3..d19091ddb24 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1825,7 +1825,7 @@ bom { ] } } - library("Undertow", "2.2.9.Final") { + library("Undertow", "2.2.10.Final") { group("io.undertow") { modules = [ "undertow-core",