This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-client-reactive.git
The following commit(s) were added to refs/heads/main by this push:
new a609168 Update to Reactor 3.6.14 (#203)
a609168 is described below
commit a60916819e16eadd5baec1ad3a1d32d5dca51784
Author: Chris Bono <[email protected]>
AuthorDate: Wed Feb 12 06:29:46 2025 -0600
Update to Reactor 3.6.14 (#203)
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 60edd50..9d172f0 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -31,7 +31,7 @@ log4j = "2.23.1"
mockito = "5.14.2"
pulsar = "4.0.1"
rat-gradle = "0.8.0"
-reactor = "3.6.13"
+reactor = "3.6.14"
slf4j = "2.0.16"
spring-javaformat = "0.0.43"
testcontainers = "1.20.4"