This is an automated email from the ASF dual-hosted git repository.
onobc 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 e47bd59 Update dependencies in preparation for release 0.5.6 (#175)
e47bd59 is described below
commit e47bd59331750b0b2aca93d32de2493a811c9c70
Author: Chris Bono <[email protected]>
AuthorDate: Wed Jun 12 11:31:03 2024 -0500
Update dependencies in preparation for release 0.5.6 (#175)
* Update Reactor to 3.6.7
* Update Junit Jupiter to 5.11.0-M2
* Update AssertJ to 3.26.0
---
gradle/libs.versions.toml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 1c063c6..cb8656e 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -17,7 +17,7 @@
# under the License.
#
[versions]
-assertj = "3.25.3"
+assertj = "3.26.0"
# @pin
caffeine = "2.9.3"
checkstyle = "8.45.1"
@@ -25,13 +25,13 @@ checkstyle = "8.45.1"
jackson = "2.14.2"
# @pin
jctools = "3.3.0"
-junit-jupiter = "5.10.2"
+junit-jupiter = "5.11.0-M2"
licenser = "0.6.1"
log4j = "2.23.1"
mockito = "5.12.0"
pulsar = "3.2.3"
rat-gradle = "0.8.0"
-reactor = "3.6.6"
+reactor = "3.6.7"
slf4j = "2.0.13"
spring-javaformat = "0.0.41"
testcontainers = "1.19.8"