From 4b496a6274360b673509198434bf7e859c59dc87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 13 Jan 2025 14:06:06 +0100 Subject: [PATCH 1/9] Upgrade to ActiveMQ 6.1.5 Closes gh-43791 --- 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 d71ebc4f7fc..823a444cffb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -13,7 +13,7 @@ bom { issueLabels = ["type: dependency-upgrade"] } } - library("ActiveMQ", "6.1.4") { + library("ActiveMQ", "6.1.5") { group("org.apache.activemq") { modules = [ "activemq-console" { From e3c36522f95c6ce114533e315c0366e25a14f5a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 13 Jan 2025 14:06:10 +0100 Subject: [PATCH 2/9] Upgrade to HttpCore5 5.3.2 Closes gh-43792 --- 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 823a444cffb..21062b9807a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -615,7 +615,7 @@ bom { ] } } - library("HttpCore5", "5.3.1") { + library("HttpCore5", "5.3.2") { group("org.apache.httpcomponents.core5") { modules = [ "httpcore5", From 3b77d550a5fbd70cae1562ca50dddd72e18a6848 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 13 Jan 2025 14:06:14 +0100 Subject: [PATCH 3/9] Upgrade to Jersey 3.1.10 Closes gh-43793 --- 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 21062b9807a..1bcb4070f62 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -968,7 +968,7 @@ bom { releaseNotes("https://github.com/redis/jedis/releases/tag/v{version}") } } - library("Jersey", "3.1.9") { + library("Jersey", "3.1.10") { group("org.glassfish.jersey") { imports = [ "jersey-bom" From 0abedb5e154d036b1191b36609da4d8023dbe47c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 13 Jan 2025 14:06:18 +0100 Subject: [PATCH 4/9] Upgrade to jOOQ 3.19.17 Closes gh-43794 --- 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 1bcb4070f62..e70ec6030e1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1011,7 +1011,7 @@ bom { ] } } - library("jOOQ", "3.19.16") { + library("jOOQ", "3.19.17") { group("org.jooq") { modules = [ "jooq", From fce428624dfd195e130b444108e23c349008624c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 13 Jan 2025 14:06:19 +0100 Subject: [PATCH 5/9] Upgrade to Micrometer 1.14.3 Closes gh-43745 --- 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 e70ec6030e1..3b8ecf0d347 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1442,7 +1442,7 @@ bom { releaseNotes("https://github.com/apache/maven-war-plugin/releases/tag/maven-war-plugin-{version}") } } - library("Micrometer", "1.14.3-SNAPSHOT") { + library("Micrometer", "1.14.3") { considerSnapshots() group("io.micrometer") { modules = [ From 71fa030eda40ddea9f1894b536bb4b1025248330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 13 Jan 2025 14:08:52 +0100 Subject: [PATCH 6/9] Upgrade to ActiveMQ 6.1.5 Closes gh-43799 --- 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 d488050f84f..582255a1a2a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -13,7 +13,7 @@ bom { issueLabels = ["type: dependency-upgrade"] } } - library("ActiveMQ", "6.1.4") { + library("ActiveMQ", "6.1.5") { group("org.apache.activemq") { modules = [ "activemq-console" { From 4e44ed7dd9489608497ae59e44a1c22cb57da9e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 13 Jan 2025 14:08:57 +0100 Subject: [PATCH 7/9] Upgrade to Jersey 3.1.10 Closes gh-43800 --- 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 582255a1a2a..4e4283687d1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -951,7 +951,7 @@ bom { releaseNotes("https://github.com/redis/jedis/releases/tag/v{version}") } } - library("Jersey", "3.1.9") { + library("Jersey", "3.1.10") { group("org.glassfish.jersey") { imports = [ "jersey-bom" From 0c0c105b64c7882cb7624317bb3b7d00477b584d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 13 Jan 2025 14:09:01 +0100 Subject: [PATCH 8/9] Upgrade to jOOQ 3.19.17 Closes gh-43802 --- 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 4e4283687d1..887b72410b5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -994,7 +994,7 @@ bom { ] } } - library("jOOQ", "3.19.16") { + library("jOOQ", "3.19.17") { group("org.jooq") { modules = [ "jooq", From 01640806b241d48ac86efe9d7a8ed25897ca87bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 13 Jan 2025 14:09:01 +0100 Subject: [PATCH 9/9] Upgrade to Micrometer 1.13.10 Closes gh-43740 --- 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 887b72410b5..0fe03af535f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1417,7 +1417,7 @@ bom { releaseNotes("https://github.com/apache/maven-war-plugin/releases/tag/maven-war-plugin-{version}") } } - library("Micrometer", "1.13.10-SNAPSHOT") { + library("Micrometer", "1.13.10") { considerSnapshots() group("io.micrometer") { modules = [