This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-admin.git
The following commit(s) were added to refs/heads/develop by this push:
new d2e10d1a update ch.qos.logback:logback-core 1.2.3 to 1.2.8 (#1232)
d2e10d1a is described below
commit d2e10d1a8e025b95821fc47d6097a251b05049fe
Author: realize096 <[email protected]>
AuthorDate: Fri Sep 8 11:55:23 2023 +0800
update ch.qos.logback:logback-core 1.2.3 to 1.2.8 (#1232)
---
dubbo-admin-server/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dubbo-admin-server/pom.xml b/dubbo-admin-server/pom.xml
index 872c81ce..a143b5cc 100644
--- a/dubbo-admin-server/pom.xml
+++ b/dubbo-admin-server/pom.xml
@@ -263,7 +263,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
- <version>1.2.3</version>
+ <version>1.2.8</version>
</dependency>
</dependencies>