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 4a51a45 Update to SLF4J 2.0.16 (#184)
4a51a45 is described below
commit 4a51a450cd6757a869be72e31e2ed44af409ee99
Author: Chris Bono <[email protected]>
AuthorDate: Tue Aug 13 14:47:01 2024 -0500
Update to SLF4J 2.0.16 (#184)
---
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 6b916f5..7f06635 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -32,7 +32,7 @@ mockito = "5.12.0"
pulsar = "3.3.1"
rat-gradle = "0.8.0"
reactor = "3.6.9"
-slf4j = "2.0.13"
+slf4j = "2.0.16"
spring-javaformat = "0.0.43"
testcontainers = "1.20.1"
testlogger = "3.2.0"