You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by lh...@apache.org on 2023/11/14 21:13:02 UTC

(pulsar-client-reactive) branch main updated: Update Reactor to 3.6.0 (#131)

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 ab389ce  Update Reactor to 3.6.0 (#131)
ab389ce is described below

commit ab389ce0b6b32a31888454fbfbea741074dcc1fc
Author: Chris Bono <cb...@vmware.com>
AuthorDate: Tue Nov 14 15:12:56 2023 -0600

    Update Reactor to 3.6.0 (#131)
    
    Resolves #130
---
 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 d298b2c..d93eb66 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -21,7 +21,7 @@ pulsar = "3.1.0"
 junit-jupiter = "5.8.2"
 log4j = "2.18.0"
 slf4j = "1.7.36"
-reactor = "3.5.4"
+reactor = "3.6.0"
 assertj = "3.23.1"
 testcontainers = "1.17.3"
 jctools = "3.3.0"