From f49d1704f219938aa99acc09b261cb4e31276d2b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Oct 2022 06:13:04 +0200 Subject: [PATCH 1/8] Upgrade to Micrometer 1.8.11 Closes gh-32586 --- 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 19f2fb0986..69d37f8b7a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1253,7 +1253,7 @@ bom { ] } } - library("Micrometer", "1.8.11-SNAPSHOT") { + library("Micrometer", "1.8.11") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 7e0de51cd24eaf14edfaceceafc4b1aa4e45c9be Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Oct 2022 06:15:24 +0200 Subject: [PATCH 2/8] Upgrade to Ehcache3 3.10.2 Closes gh-32663 --- 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 c012f72cdb..34d7c04395 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -290,7 +290,7 @@ bom { ] } } - library("Ehcache3", "3.10.1") { + library("Ehcache3", "3.10.2") { group("org.ehcache") { modules = [ "ehcache", From 483d62fa407d9819c7678c9e89ee16f7473e8c24 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Oct 2022 06:15:27 +0200 Subject: [PATCH 3/8] Upgrade to Embedded Mongo 3.4.11 Closes gh-32664 --- 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 34d7c04395..b26a3787df 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -330,7 +330,7 @@ bom { ] } } - library("Embedded Mongo", "3.4.9") { + library("Embedded Mongo", "3.4.11") { group("de.flapdoodle.embed") { modules = [ "de.flapdoodle.embed.mongo" From 858a48d979cee484a7c1041b96ec6b8bffb593b7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Oct 2022 06:15:29 +0200 Subject: [PATCH 4/8] Upgrade to Hibernate 5.6.12.Final Closes gh-32665 --- 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 b26a3787df..d1385d092a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -457,7 +457,7 @@ bom { ] } } - library("Hibernate", "5.6.11.Final") { + library("Hibernate", "5.6.12.Final") { prohibit("[6.0.0.Alpha2,)") { because "it uses the jakarta.* namespace" } From 1207d55f34c9f51066daba4fd9e6c11b148127ff Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Oct 2022 06:15:31 +0200 Subject: [PATCH 5/8] Upgrade to Lettuce 6.1.10.RELEASE Closes gh-32666 --- 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 d1385d092a..7477eef585 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1110,7 +1110,7 @@ bom { ] } } - library("Lettuce", "6.1.9.RELEASE") { + library("Lettuce", "6.1.10.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core" From fabdc5a7b6728f0c448d8c430dde8b4c30fd3045 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Oct 2022 06:15:34 +0200 Subject: [PATCH 6/8] Upgrade to Tomcat 9.0.68 Closes gh-32667 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 5d1ca241dc..ba80446ebd 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.65 +tomcatVersion=9.0.68 kotlin.stdlib.default.dependency=false From 8a231e52b3b589c2ee46dfee8f493780b9c5408c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Oct 2022 06:15:36 +0200 Subject: [PATCH 7/8] Upgrade to Undertow 2.2.20.Final Closes gh-32668 --- 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 7477eef585..5a6c358dff 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1885,7 +1885,7 @@ bom { ] } } - library("Undertow", "2.2.19.Final") { + library("Undertow", "2.2.20.Final") { group("io.undertow") { modules = [ "undertow-core", From 5b6a5873a5165d836607d60e2f9e3935bd84f36a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Oct 2022 06:15:51 +0200 Subject: [PATCH 8/8] Upgrade to Micrometer 1.9.5 Closes gh-32591 --- 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 5a6c358dff..69b2ead233 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1284,7 +1284,7 @@ bom { ] } } - library("Micrometer", "1.9.5-SNAPSHOT") { + library("Micrometer", "1.9.5") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" {