From 1fdeda0d153d8152155533472d0e449d4be63aed Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 16 Aug 2021 07:35:20 +0200 Subject: [PATCH 1/9] Upgrade to Ehcache3 3.9.5 Closes gh-27665 --- 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 6f4d48e297..0a6c6a85fe 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -262,7 +262,7 @@ bom { ] } } - library("Ehcache3", "3.9.4") { + library("Ehcache3", "3.9.5") { group("org.ehcache") { modules = [ "ehcache", From 8c0aea7acbf44bf47c385f14d3448c0a05b7df04 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 16 Aug 2021 07:35:21 +0200 Subject: [PATCH 2/9] Upgrade to Glassfish JAXB 2.3.5 Closes gh-27666 --- 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 0a6c6a85fe..9eb0c3fe35 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -338,7 +338,7 @@ bom { ] } } - library("Glassfish JAXB", "2.3.4") { + library("Glassfish JAXB", "2.3.5") { group("org.glassfish.jaxb") { modules = [ "codemodel", From b32dfaad1522b82027771b1bdd3c861d0507de4c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 16 Aug 2021 07:35:22 +0200 Subject: [PATCH 3/9] Upgrade to Janino 3.1.6 Closes gh-27667 --- 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 9eb0c3fe35..64c1065a6b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -618,7 +618,7 @@ bom { ] } } - library("Janino", "3.1.4") { + library("Janino", "3.1.6") { group("org.codehaus.janino") { modules = [ "commons-compiler", From 9728511950bf0bc19f1860dd818299d1ad53bfa3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 16 Aug 2021 07:35:23 +0200 Subject: [PATCH 4/9] Upgrade to Logback 1.2.5 Closes gh-27668 --- 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 64c1065a6b..e9caa2e2cd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -963,7 +963,7 @@ bom { ] } } - library("Logback", "1.2.4") { + library("Logback", "1.2.5") { group("ch.qos.logback") { modules = [ "logback-access", From 46ede9cd22bf97d3d5d473b7be57e36bce9da3b2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 16 Aug 2021 07:35:24 +0200 Subject: [PATCH 5/9] Upgrade to MariaDB 2.7.4 Closes gh-27669 --- 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 e9caa2e2cd..a2578c6aa9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -979,7 +979,7 @@ bom { ] } } - library("MariaDB", "2.7.3") { + library("MariaDB", "2.7.4") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client" From df36225752f18a3d7e0703284291998d314bf94d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 16 Aug 2021 07:35:25 +0200 Subject: [PATCH 6/9] Upgrade to Maven Enforcer Plugin 3.0.0 Closes gh-27670 --- 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 a2578c6aa9..550b8b4a41 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1028,7 +1028,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 de0d940451861c024423b08228cf96a4696d6966 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 16 Aug 2021 07:35:26 +0200 Subject: [PATCH 7/9] Upgrade to MIMEPull 1.9.15 Closes gh-27671 --- 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 550b8b4a41..852b757968 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1124,7 +1124,7 @@ bom { ] } } - library("MIMEPull", "1.9.14") { + library("MIMEPull", "1.9.15") { group("org.jvnet.mimepull") { modules = [ "mimepull" From 631b9a2a735e0f39fb82b6aeda547281f8ce66f5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 16 Aug 2021 07:35:27 +0200 Subject: [PATCH 8/9] Upgrade to Tomcat 9.0.52 Closes gh-27672 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 9b82f48d7f..5ef4a7893e 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.4.32 -tomcatVersion=9.0.50 +tomcatVersion=9.0.52 kotlin.stdlib.default.dependency=false From b44a7ae3f601f865ffe5f75fe0c072d41f23333f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 16 Aug 2021 07:35:27 +0200 Subject: [PATCH 9/9] Upgrade to Undertow 2.2.10.Final Closes gh-27673 --- 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 852b757968..f4658249db 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1734,7 +1734,7 @@ bom { ] } } - library("Undertow", "2.2.9.Final") { + library("Undertow", "2.2.10.Final") { group("io.undertow") { modules = [ "undertow-core",