From 947d81e03fe65ef59568b424ce188ce924e42355 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 Mar 2021 09:21:56 +0100 Subject: [PATCH 01/19] Upgrade to AppEngine SDK 1.9.87 Closes gh-25623 --- 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 a611c696d8..3f7891afde 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -60,7 +60,7 @@ bom { ] } } - library("AppEngine SDK", "1.9.86") { + library("AppEngine SDK", "1.9.87") { group("com.google.appengine") { modules = [ "appengine-api-1.0-sdk" From ace3376a0be1e6a1ef855b86a28edfa2c77fac53 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 Mar 2021 09:21:57 +0100 Subject: [PATCH 02/19] Upgrade to Byte Buddy 1.10.22 Closes gh-25624 --- 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 3f7891afde..d4f4d2421e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -142,7 +142,7 @@ bom { ] } } - library("Byte Buddy", "1.10.20") { + library("Byte Buddy", "1.10.22") { group("net.bytebuddy") { modules = [ "byte-buddy", From f276be74a928cb6fcb7eef3bdc8854ea7f0af01e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 Mar 2021 09:21:58 +0100 Subject: [PATCH 03/19] Upgrade to Dropwizard Metrics 4.1.18 Closes gh-25625 --- 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 d4f4d2421e..0fa862a657 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -248,7 +248,7 @@ bom { ] } } - library("Dropwizard Metrics", "4.1.17") { + library("Dropwizard Metrics", "4.1.18") { group("io.dropwizard.metrics") { imports = [ "metrics-bom" From ce13db4d863958a33cd76357bdde7fe227eb292b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 Mar 2021 09:21:59 +0100 Subject: [PATCH 04/19] Upgrade to Ehcache3 3.9.2 Closes gh-25626 --- 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 0fa862a657..f327fe893e 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.0") { + library("Ehcache3", "3.9.2") { group("org.ehcache") { modules = [ "ehcache", From 89b10d71e6fc931442b91a24d073790b8ab596a1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 Mar 2021 09:22:00 +0100 Subject: [PATCH 05/19] Upgrade to Hibernate 5.4.29.Final Closes gh-25627 --- 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 f327fe893e..36d3f34273 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -398,7 +398,7 @@ bom { ] } } - library("Hibernate", "5.4.28.Final") { + library("Hibernate", "5.4.29.Final") { group("org.hibernate") { modules = [ "hibernate-c3p0", From c7435691134fc7b3414f468215a7483dd29846d7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 Mar 2021 09:22:01 +0100 Subject: [PATCH 06/19] Upgrade to Infinispan 11.0.10.Final Closes gh-25628 --- 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 36d3f34273..3b417bc1f8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -480,7 +480,7 @@ bom { ] } } - library("Infinispan", "11.0.9.Final") { + library("Infinispan", "11.0.10.Final") { group("org.infinispan") { imports = [ "infinispan-bom" From af8b5974d96a3ac0167b0e83dc86e5d44c809d6f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 Mar 2021 09:22:03 +0100 Subject: [PATCH 07/19] Upgrade to Jakarta Mail 1.6.6 Closes gh-25629 --- 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 3b417bc1f8..9e79263669 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -541,7 +541,7 @@ bom { ] } } - library("Jakarta Mail", "1.6.5") { + library("Jakarta Mail", "1.6.6") { group("jakarta.mail") { modules = [ "jakarta.mail-api" From df49298cc6d29aabc90267bdaeed779bd7a858b0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 Mar 2021 09:22:04 +0100 Subject: [PATCH 08/19] Upgrade to Jetty Reactive HTTPClient 1.1.6 Closes gh-25630 --- 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 9e79263669..b405837a09 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -789,7 +789,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "1.1.5") { + library("Jetty Reactive HTTPClient", "1.1.6") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient" From b930710d4890b614cd16def4662e8e7e3e1ff70d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 Mar 2021 09:22:05 +0100 Subject: [PATCH 09/19] Upgrade to jOOQ 3.14.8 Closes gh-25631 --- 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 b405837a09..d1ee6703b5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -833,7 +833,7 @@ bom { ] } } - library("jOOQ", "3.14.7") { + library("jOOQ", "3.14.8") { group("org.jooq") { modules = [ "jooq", From 05cc7067f01c504b69fc3ad1465fdc1014fad42e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 Mar 2021 09:22:07 +0100 Subject: [PATCH 10/19] Upgrade to Kotlin 1.4.31 Closes gh-25632 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index a8b750c822..f093b3c796 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,5 +4,5 @@ org.gradle.caching=true org.gradle.parallel=true org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 -kotlinVersion=1.4.30 +kotlinVersion=1.4.31 kotlin.stdlib.default.dependency=false \ No newline at end of file From 88fbd246502e14560c07a30fe31a84d9ba9ec5de Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 Mar 2021 09:22:08 +0100 Subject: [PATCH 11/19] Upgrade to Maven Invoker Plugin 3.2.2 Closes gh-25633 --- 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 d1ee6703b5..2fb2af6455 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1056,7 +1056,7 @@ bom { ] } } - library("Maven Invoker Plugin", "3.2.1") { + library("Maven Invoker Plugin", "3.2.2") { group("org.apache.maven.plugins") { plugins = [ "maven-invoker-plugin" From eafb15b22d673a0729bce601e6e16e6938d9594f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 Mar 2021 09:22:09 +0100 Subject: [PATCH 12/19] Upgrade to MongoDB 4.1.2 Closes gh-25634 --- 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 2fb2af6455..f7590a21a6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1140,7 +1140,7 @@ bom { ] } } - library("MongoDB", "4.1.1") { + library("MongoDB", "4.1.2") { group("org.mongodb") { modules = [ "bson", From 3d4b89a15416a55da14819644840d517e1be6d5c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 Mar 2021 09:22:11 +0100 Subject: [PATCH 13/19] Upgrade to Netty 4.1.60.Final Closes gh-25635 --- 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 f7590a21a6..e874853b5f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1181,7 +1181,7 @@ bom { ] } } - library("Netty", "4.1.59.Final") { + library("Netty", "4.1.60.Final") { group("io.netty") { imports = [ "netty-bom" From 3362dd0f0954f10f0fcb8c12e63298cfa2afea92 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 Mar 2021 09:22:12 +0100 Subject: [PATCH 14/19] Upgrade to OAuth2 OIDC SDK 8.36.1 Closes gh-25636 --- 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 e874853b5f..00b4d6dd8a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1196,7 +1196,7 @@ bom { ] } } - library("OAuth2 OIDC SDK", "8.36") { + library("OAuth2 OIDC SDK", "8.36.1") { group("com.nimbusds") { modules = [ "oauth2-oidc-sdk" From 97e54fc48cf7d28a2a217340bd62888b854c5e85 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 Mar 2021 09:22:13 +0100 Subject: [PATCH 15/19] Upgrade to Postgresql 42.2.19 Closes gh-25637 --- 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 00b4d6dd8a..814ea887d7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1263,7 +1263,7 @@ bom { ] } } - library("Postgresql", "42.2.18") { + library("Postgresql", "42.2.19") { group("org.postgresql") { modules = [ "postgresql" From 0c67a6ad2ce3972b0986acd0f2970e73a537297f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 Mar 2021 09:22:14 +0100 Subject: [PATCH 16/19] Upgrade to R2DBC Bom Arabba-SR9 Closes gh-25638 --- 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 814ea887d7..b3b2264259 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1301,7 +1301,7 @@ bom { ] } } - library("R2DBC Bom", "Arabba-SR8") { + library("R2DBC Bom", "Arabba-SR9") { group("io.r2dbc") { imports = [ "r2dbc-bom" From e0b54cb102c5ade69a5ec6b70d7b7bb2cb4711d2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 Mar 2021 09:22:15 +0100 Subject: [PATCH 17/19] Upgrade to Sun Mail 1.6.6 Closes gh-25639 --- 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 b3b2264259..8438e8d96f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1656,7 +1656,7 @@ bom { ] } } - library("Sun Mail", "1.6.5") { + library("Sun Mail", "1.6.6") { group("com.sun.mail") { modules = [ "jakarta.mail" From bf4ebcf6ea91fe2146c7f1b8e52d618478c43488 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 Mar 2021 09:22:16 +0100 Subject: [PATCH 18/19] Upgrade to Tomcat 9.0.44 Closes gh-25640 --- 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 8438e8d96f..bb11272722 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1699,7 +1699,7 @@ bom { ] } } - library("Tomcat", "9.0.43") { + library("Tomcat", "9.0.44") { group("org.apache.tomcat") { modules = [ "tomcat-annotations-api", From c66db586bf2bd5f251a27515eaba24f61b971009 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 Mar 2021 09:22:18 +0100 Subject: [PATCH 19/19] Upgrade to Undertow 2.2.5.Final Closes gh-25641 --- 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 bb11272722..851a53e20e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1723,7 +1723,7 @@ bom { ] } } - library("Undertow", "2.2.4.Final") { + library("Undertow", "2.2.5.Final") { group("io.undertow") { modules = [ "undertow-core",