This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.2 by this push:
new 259f6e6f1f Revert logback and slf4j version
259f6e6f1f is described below
commit 259f6e6f1fb2b62e94b9236d2f5af442051ea8c3
Author: Albumen Kevin <[email protected]>
AuthorDate: Tue Feb 7 09:23:55 2023 +0800
Revert logback and slf4j version
---
dubbo-dependencies-bom/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dubbo-dependencies-bom/pom.xml b/dubbo-dependencies-bom/pom.xml
index e9eaca17e2..cd61c05e1c 100644
--- a/dubbo-dependencies-bom/pom.xml
+++ b/dubbo-dependencies-bom/pom.xml
@@ -149,10 +149,10 @@
<grpc_contrib_verdion>0.8.1</grpc_contrib_verdion>
<jprotoc_version>1.2.1</jprotoc_version>
<!-- Log libs -->
- <slf4j_version>2.0.6</slf4j_version>
+ <slf4j_version>1.7.36</slf4j_version>
<jcl_version>1.2</jcl_version>
<log4j_version>1.2.17</log4j_version>
- <logback_version>1.4.5</logback_version>
+ <logback_version>1.2.11</logback_version>
<!-- Fix the bug of log4j
refer:https://github.com/apache/logging-log4j2/pull/608 -->
<log4j2_version>2.19.0</log4j2_version>
<commons_io_version>2.11.0</commons_io_version>