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 3082080 Update to Reactor 3.6.6 (#170)
3082080 is described below
commit 3082080ea1cc261b23b8f08abf3a6a11e255f5c4
Author: Chris Bono <[email protected]>
AuthorDate: Tue May 14 14:50:18 2024 -0500
Update to Reactor 3.6.6 (#170)
Also update the following:
- mockito to 5.12.0
- slf4j to 2.0.13
- testcontainers to 1.19.8
Co-authored-by: onobc <[email protected]>
---
gradle/libs.versions.toml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 137e9e2..5715312 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -28,13 +28,13 @@ jctools = "3.3.0"
junit-jupiter = "5.10.2"
licenser = "0.6.1"
log4j = "2.23.1"
-mockito = "5.11.0"
+mockito = "5.12.0"
pulsar = "3.2.2"
rat-gradle = "0.8.0"
-reactor = "3.6.5"
-slf4j = "2.0.12"
+reactor = "3.6.6"
+slf4j = "2.0.13"
spring-javaformat = "0.0.41"
-testcontainers = "1.19.7"
+testcontainers = "1.19.8"
testlogger = "3.2.0"
[libraries]