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 2024/01/12 07:31:08 UTC

(pulsar-client-reactive) branch main updated: Update Reactor to 3.6.2 (and other dependencies) (#153)

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 961bfb1  Update Reactor to 3.6.2 (and other dependencies) (#153)
961bfb1 is described below

commit 961bfb18d7746142f69b2d022c9ab136dbd42019
Author: Chris Bono <cb...@vmware.com>
AuthorDate: Fri Jan 12 01:31:03 2024 -0600

    Update Reactor to 3.6.2 (and other dependencies) (#153)
    
    * Update Reactor to 3.6.2
    
    * Update various dependencies
    
    This commit is the result of running `gradle versionCatalogUpdate`
---
 gradle/libs.versions.toml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 8c26fb7..250931d 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -17,7 +17,7 @@
 # under the License.
 #
 [versions]
-assertj = "3.24.2"
+assertj = "3.25.1"
 # @pin
 caffeine = "2.9.3"
 checkstyle = "8.45.1"
@@ -27,12 +27,12 @@ jackson = "2.14.2"
 jctools = "3.3.0"
 junit-jupiter = "5.10.1"
 licenser = "0.6.1"
-log4j = "2.22.0"
+log4j = "2.22.1"
 mockito = "5.8.0"
 pulsar = "3.1.2"
 rat-gradle = "0.8.0"
-reactor = "3.6.1"
-slf4j = "2.0.9"
+reactor = "3.6.2"
+slf4j = "2.0.11"
 spring-javaformat = "0.0.40"
 testcontainers = "1.19.3"
 testlogger = "3.2.0"
@@ -70,5 +70,5 @@ log4j = [
 ]
 
 [plugins]
-version-catalog-update = "nl.littlerobots.version-catalog-update:0.8.1"
+version-catalog-update = "nl.littlerobots.version-catalog-update:0.8.3"
 versions = "com.github.ben-manes.versions:0.50.0"