From 45cdb53e23db89c747e38f52c58557d6ffba8f78 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Jul 2023 14:30:23 +0200 Subject: [PATCH 1/9] Upgrade to Elasticsearch 7.17.11 Closes gh-36311 --- 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 909f5462a2..9834c60c1f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -306,7 +306,7 @@ bom { ] } } - library("Elasticsearch", "7.17.10") { + library("Elasticsearch", "7.17.11") { group("org.elasticsearch") { modules = [ "elasticsearch" From 2bc135c23b0a374dae6bb7412eb63aede26decb5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Jul 2023 14:30:28 +0200 Subject: [PATCH 2/9] Upgrade to Groovy 3.0.18 Closes gh-36312 --- 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 9834c60c1f..f58377fe39 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("Groovy", "3.0.17") { + library("Groovy", "3.0.18") { group("org.codehaus.groovy") { imports = [ "groovy-bom" From 9142f1516e0c259e538399ef0d4a1ca0cd24edc9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Jul 2023 14:30:33 +0200 Subject: [PATCH 3/9] Upgrade to Janino 3.1.10 Closes gh-36313 --- 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 f58377fe39..14741b4de5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -794,7 +794,7 @@ bom { ] } } - library("Janino", "3.1.9") { + library("Janino", "3.1.10") { group("org.codehaus.janino") { modules = [ "commons-compiler", From 6d0d1ffbadf89e29d6b2c1dd9e6df43bff29a236 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Jul 2023 14:30:38 +0200 Subject: [PATCH 4/9] Upgrade to Johnzon 1.2.21 Closes gh-36314 --- 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 14741b4de5..a7c2ab5d0f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1002,7 +1002,7 @@ bom { ] } } - library("Johnzon", "1.2.20") { + library("Johnzon", "1.2.21") { group("org.apache.johnzon") { modules = [ "johnzon-core", From 328d86092bd5073b174d18c25c8f19d988b738b1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Jul 2023 14:30:39 +0200 Subject: [PATCH 5/9] Upgrade to Micrometer 1.9.13 Closes gh-36171 --- 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 a7c2ab5d0f..7df20d65ad 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1327,7 +1327,7 @@ bom { ] } } - library("Micrometer", "1.9.13-SNAPSHOT") { + library("Micrometer", "1.9.13") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From eb0e50f909970b9a0380a2b7e47cb4ef51ce112d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Jul 2023 14:30:44 +0200 Subject: [PATCH 6/9] Upgrade to Neo4j Java Driver 4.4.12 Closes gh-36315 --- 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 7df20d65ad..fe0d03e886 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1387,7 +1387,7 @@ bom { ] } } - library("Neo4j Java Driver", "4.4.11") { + library("Neo4j Java Driver", "4.4.12") { group("org.neo4j.driver") { modules = [ "neo4j-java-driver" From 324539e707136a8bcc74e430fd3f62f5be924694 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Jul 2023 14:30:49 +0200 Subject: [PATCH 7/9] Upgrade to Rabbit AMQP Client 5.14.3 Closes gh-36316 --- 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 fe0d03e886..e356fa3357 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1465,7 +1465,7 @@ bom { ] } } - library("Rabbit AMQP Client", "5.14.2") { + library("Rabbit AMQP Client", "5.14.3") { group("com.rabbitmq") { modules = [ "amqp-client" From d45903060d9932e8d2fe70381c2c390e04db5b61 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Jul 2023 14:30:49 +0200 Subject: [PATCH 8/9] Upgrade to Reactor Bom 2020.0.34 Closes gh-36172 --- 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 e356fa3357..ef834f147a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1486,7 +1486,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.34-SNAPSHOT") { + library("Reactor Bom", "2020.0.34") { group("io.projectreactor") { imports = [ "reactor-bom" From ddb6fd676f1a1290aa26eaac5999dc816c53ae09 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Jul 2023 14:30:54 +0200 Subject: [PATCH 9/9] Upgrade to Tomcat 9.0.78 Closes gh-36317 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 99ace27938..e50ecf1fe3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,6 +6,6 @@ org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 kotlinVersion=1.6.21 springFrameworkVersion=5.3.29-SNAPSHOT -tomcatVersion=9.0.76 +tomcatVersion=9.0.78 kotlin.stdlib.default.dependency=false