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 ec158a6 Update to Reactor 3.6.5 (#166)
ec158a6 is described below
commit ec158a68b54defafc4120957525c8ad02e1da11f
Author: Chris Bono <[email protected]>
AuthorDate: Tue Apr 9 22:21:13 2024 -0500
Update to Reactor 3.6.5 (#166)
Co-authored-by: onobc <[email protected]>
---
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 554f44c..137e9e2 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -31,7 +31,7 @@ log4j = "2.23.1"
mockito = "5.11.0"
pulsar = "3.2.2"
rat-gradle = "0.8.0"
-reactor = "3.6.4"
+reactor = "3.6.5"
slf4j = "2.0.12"
spring-javaformat = "0.0.41"
testcontainers = "1.19.7"