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 5392921 Update Pulsar, Reactor, and Jackson (#232)
5392921 is described below
commit 5392921a3fec3ba28fd28d517ef05277c159f5b1
Author: Chris Bono <[email protected]>
AuthorDate: Wed Oct 15 06:10:59 2025 -0500
Update Pulsar, Reactor, and Jackson (#232)
This commit updates the following dependency versions:
- Pulsar from `4.0.5` to `4.1.1`
- Jackson from `2.14.2` to `2.18.4`
- Reactor from `3.6.17` to `3.7.11`
Signed-off-by: onobc <[email protected]>
---
gradle/libs.versions.toml | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index cf6ad43..305ca84 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -22,17 +22,16 @@ assertj = "3.26.3"
caffeine = "2.9.3"
checkstyle = "9.3"
# @pin
-jackson = "2.20.0"
-
+jackson = "2.18.4"
# @pin
jctools = "3.3.0"
junit-jupiter = "5.11.3"
licenser = "0.6.1"
-log4j = "2.25.2"
-mockito = "5.20.0"
+log4j = "2.24.3"
+mockito = "5.18.0"
pulsar = "4.1.1"
rat-gradle = "0.8.0"
-reactor = "3.8.0-RC1"
+reactor = "3.7.11"
slf4j = "2.0.17"
spring-javaformat = "0.0.47"
testcontainers = "1.21.3"