From d82c6dc2913a401456cec3301814307cefb2ec05 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jun 2022 10:59:07 +0200 Subject: [PATCH 01/19] Upgrade to AppEngine SDK 1.9.97 Closes gh-31421 --- 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 5331ec05fe..b56b30d21b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -66,7 +66,7 @@ bom { ] } } - library("AppEngine SDK", "1.9.96") { + library("AppEngine SDK", "1.9.97") { group("com.google.appengine") { modules = [ "appengine-api-1.0-sdk" From 9590a9914ac9f19b83db57d34e95ff7a9f9073e9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jun 2022 10:59:10 +0200 Subject: [PATCH 02/19] Upgrade to Couchbase Client 3.3.1 Closes gh-31422 --- 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 b56b30d21b..988ea05d4d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -241,7 +241,7 @@ bom { ] } } - library("Couchbase Client", "3.3.0") { + library("Couchbase Client", "3.3.1") { group("com.couchbase.client") { modules = [ "java-client" From 54e4ff8e8189b88494ba9b082b2356d224f91177 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jun 2022 10:59:12 +0200 Subject: [PATCH 03/19] Upgrade to Elasticsearch 7.17.4 Closes gh-31423 --- 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 988ea05d4d..5ae4437902 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -296,7 +296,7 @@ bom { ] } } - library("Elasticsearch", "7.17.3") { + library("Elasticsearch", "7.17.4") { group("org.elasticsearch") { modules = [ "elasticsearch" From e60a235194fd696547abc6c6035585ff0130f3a0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jun 2022 10:59:14 +0200 Subject: [PATCH 04/19] Upgrade to Embedded Mongo 3.4.6 Closes gh-31424 --- 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 5ae4437902..d9ea1386bc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -327,7 +327,7 @@ bom { ] } } - library("Embedded Mongo", "3.4.5") { + library("Embedded Mongo", "3.4.6") { group("de.flapdoodle.embed") { modules = [ "de.flapdoodle.embed.mongo" From 4d03653b74bb7d0b819c9a8c1494a9459ba7d437 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jun 2022 10:59:16 +0200 Subject: [PATCH 05/19] Upgrade to Flyway 8.5.13 Closes gh-31425 --- 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 d9ea1386bc..ab23eeb1b4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -334,7 +334,7 @@ bom { ] } } - library("Flyway", "8.5.11") { + library("Flyway", "8.5.13") { group("org.flywaydb") { modules = [ "flyway-core", From cd2a8a91dadd837b1108579737ba68b7c020d904 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jun 2022 10:59:19 +0200 Subject: [PATCH 06/19] Upgrade to Groovy 3.0.11 Closes gh-31426 --- 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 ab23eeb1b4..656ff8721b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -408,7 +408,7 @@ bom { ] } } - library("Groovy", "3.0.10") { + library("Groovy", "3.0.11") { group("org.codehaus.groovy") { imports = [ "groovy-bom" From 670876b52dd7f35f9c96cf137622aa09cef020f5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jun 2022 10:59:22 +0200 Subject: [PATCH 07/19] Upgrade to H2 2.1.214 Closes gh-31427 --- 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 656ff8721b..6399255f66 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -422,7 +422,7 @@ bom { ] } } - library("H2", "2.1.212") { + library("H2", "2.1.214") { group("com.h2database") { modules = [ "h2" From 26b64e771352fb8b3f8bce831c45553ce36040cc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jun 2022 10:59:24 +0200 Subject: [PATCH 08/19] Upgrade to Hazelcast 5.1.2 Closes gh-31428 --- 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 6399255f66..7b2fc6be31 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -438,7 +438,7 @@ bom { ] } } - library("Hazelcast", "5.1.1") { + library("Hazelcast", "5.1.2") { group("com.hazelcast") { modules = [ "hazelcast", From dbf3677c0a0ac4a8b63e5380a7124fc52305caa5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jun 2022 10:59:26 +0200 Subject: [PATCH 09/19] Upgrade to jOOQ 3.14.16 Closes gh-31429 --- 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 7b2fc6be31..8d2139a000 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -983,7 +983,7 @@ bom { ] } } - library("jOOQ", "3.14.15") { + library("jOOQ", "3.14.16") { prohibit("[3.15.0,)") { because "it requires Java 11" } From 338d8d997b376e5e2660877ef1a8c4cc45e7b614 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jun 2022 10:59:29 +0200 Subject: [PATCH 10/19] Upgrade to Kotlin Coroutines 1.6.2 Closes gh-31430 --- 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 8d2139a000..fa5e70554d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1100,7 +1100,7 @@ bom { ] } } - library("Kotlin Coroutines", "1.6.1") { + library("Kotlin Coroutines", "1.6.2") { group("org.jetbrains.kotlinx") { imports = [ "kotlinx-coroutines-bom" From c93d3201ff2f06e246966973dd6a9ea63af35266 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jun 2022 10:59:31 +0200 Subject: [PATCH 11/19] Upgrade to MariaDB 3.0.5 Closes gh-31431 --- 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 fa5e70554d..38b7ef3c3a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1148,7 +1148,7 @@ bom { ] } } - library("MariaDB", "3.0.4") { + library("MariaDB", "3.0.5") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client" From 8e911affadde4e2ce890db3589fae4de1d901244 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jun 2022 10:59:33 +0200 Subject: [PATCH 12/19] Upgrade to MongoDB 4.6.1 Closes gh-31432 --- 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 38b7ef3c3a..d1ed10676e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1300,7 +1300,7 @@ bom { ] } } - library("MongoDB", "4.6.0") { + library("MongoDB", "4.6.1") { group("org.mongodb") { modules = [ "bson", From e43e9c3c404fb86cf67eaf1a4f03fddfb2f7a2a3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jun 2022 10:59:35 +0200 Subject: [PATCH 13/19] Upgrade to Neo4j Java Driver 4.4.6 Closes gh-31433 --- 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 d1ed10676e..30af324a8a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1334,7 +1334,7 @@ bom { ] } } - library("Neo4j Java Driver", "4.4.5") { + library("Neo4j Java Driver", "4.4.6") { group("org.neo4j.driver") { modules = [ "neo4j-java-driver" From 548e8728e436dfaf523e8472c1844fd8cd7c5f10 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jun 2022 10:59:38 +0200 Subject: [PATCH 14/19] Upgrade to Netty 4.1.78.Final Closes gh-31434 --- 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 30af324a8a..c311b9268d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1341,7 +1341,7 @@ bom { ] } } - library("Netty", "4.1.77.Final") { + library("Netty", "4.1.78.Final") { group("io.netty") { imports = [ "netty-bom" From 91d9d484460b394f9a2befddc3d475d0905d5f6e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jun 2022 10:59:40 +0200 Subject: [PATCH 15/19] Upgrade to Postgresql 42.3.6 Closes gh-31435 --- 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 c311b9268d..1ea9ec961a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1372,7 +1372,7 @@ bom { ] } } - library("Postgresql", "42.3.5") { + library("Postgresql", "42.3.6") { group("org.postgresql") { modules = [ "postgresql" From 4f95fdea82b33f2324758a6ee233d603d3aa6a4b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jun 2022 10:59:42 +0200 Subject: [PATCH 16/19] Upgrade to Reactive Streams 1.0.4 Closes gh-31436 --- 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 1ea9ec961a..9efdc97ced 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1425,7 +1425,7 @@ bom { ] } } - library("Reactive Streams", "1.0.3") { + library("Reactive Streams", "1.0.4") { group("org.reactivestreams") { modules = [ "reactive-streams" From b57e3aa7e90d163ff4373668edef5bd9ec19c237 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jun 2022 10:59:45 +0200 Subject: [PATCH 17/19] Upgrade to Tomcat 9.0.64 Closes gh-31437 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index ee93bc516b..bdc1526775 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.6.21 -tomcatVersion=9.0.63 +tomcatVersion=9.0.64 kotlin.stdlib.default.dependency=false From c61fab27773028d8e2090957bbe0f7fd3bff1410 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jun 2022 10:59:47 +0200 Subject: [PATCH 18/19] Upgrade to Undertow 2.2.18.Final Closes gh-31438 --- 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 9efdc97ced..2e8f49f93f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1888,7 +1888,7 @@ bom { ] } } - library("Undertow", "2.2.17.Final") { + library("Undertow", "2.2.18.Final") { group("io.undertow") { modules = [ "undertow-core", From 3366e4de251874040b9caf5badc22a69de51b4df Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jun 2022 11:00:10 +0200 Subject: [PATCH 19/19] Upgrade to Spring LDAP 2.4.1 Closes gh-31373 --- 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 2e8f49f93f..ac926e69bb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1736,7 +1736,7 @@ bom { ] } } - library("Spring LDAP", "2.4.1-SNAPSHOT") { + library("Spring LDAP", "2.4.1") { prohibit("[3.0.0-M1,)") { because "it uses Spring Framework 6" }