From 92166c30c79de6aacfd845de80fbc19883aa88a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 22 Oct 2024 09:03:26 +0200 Subject: [PATCH 1/4] Upgrade to jOOQ 3.18.21 Closes gh-42816 --- 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 015a2f27bd..d1843004c3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -705,7 +705,7 @@ bom { ] } } - library("jOOQ", "3.18.20") { + library("jOOQ", "3.18.21") { group("org.jooq") { modules = [ "jooq", From 747a971a26b45d77eb7edfc588014ce12713b56a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 22 Oct 2024 09:03:30 +0200 Subject: [PATCH 2/4] Upgrade to Pulsar Reactive 0.5.8 Closes gh-42817 --- 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 d1843004c3..256b451800 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1279,7 +1279,7 @@ bom { ] } } - library("Pulsar Reactive", "0.5.7") { + library("Pulsar Reactive", "0.5.8") { group("org.apache.pulsar") { modules = [ "pulsar-client-reactive-adapter", From ced285d7a871169541bc3ba155cd6110abe00486 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 22 Oct 2024 09:03:30 +0200 Subject: [PATCH 3/4] Upgrade to Spring Pulsar 1.0.11 Closes gh-42539 --- 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 256b451800..ab56ab8052 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1645,7 +1645,7 @@ bom { ] } } - library("Spring Pulsar", "1.0.11-SNAPSHOT") { + library("Spring Pulsar", "1.0.11") { considerSnapshots() group("org.springframework.pulsar") { imports = [ From 0e84c489b3716f5ba8c36d73d3048b495beae518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 22 Oct 2024 09:03:31 +0200 Subject: [PATCH 4/4] Upgrade to Spring Security 6.2.7 Closes gh-42541 --- 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 ab56ab8052..144c2ef8a4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1669,7 +1669,7 @@ bom { ] } } - library("Spring Security", "6.2.7-SNAPSHOT") { + library("Spring Security", "6.2.7") { considerSnapshots() group("org.springframework.security") { imports = [