This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.3 by this push:
new 38a85cd998 Bump ch.qos.logback:logback-core from 1.5.10 to 1.5.11
(#14802)
38a85cd998 is described below
commit 38a85cd998e7d9481681b332c48e58e1e2bd59aa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 25 16:43:25 2024 +0800
Bump ch.qos.logback:logback-core from 1.5.10 to 1.5.11 (#14802)
Bumps [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from
1.5.10 to 1.5.11.
- [Commits](https://github.com/qos-ch/logback/compare/v_1.5.10...v_1.5.11)
---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Albumen Kevin <[email protected]>
---
dubbo-demo/dubbo-demo-native/dubbo-demo-native-consumer/pom.xml | 2 +-
dubbo-demo/dubbo-demo-native/dubbo-demo-native-provider/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dubbo-demo/dubbo-demo-native/dubbo-demo-native-consumer/pom.xml
b/dubbo-demo/dubbo-demo-native/dubbo-demo-native-consumer/pom.xml
index 50b661e89f..581c88309f 100644
--- a/dubbo-demo/dubbo-demo-native/dubbo-demo-native-consumer/pom.xml
+++ b/dubbo-demo/dubbo-demo-native/dubbo-demo-native-consumer/pom.xml
@@ -152,7 +152,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
- <version>1.5.10</version>
+ <version>1.5.11</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/dubbo-demo/dubbo-demo-native/dubbo-demo-native-provider/pom.xml
b/dubbo-demo/dubbo-demo-native/dubbo-demo-native-provider/pom.xml
index d193d49d98..e9a8e8c6e3 100644
--- a/dubbo-demo/dubbo-demo-native/dubbo-demo-native-provider/pom.xml
+++ b/dubbo-demo/dubbo-demo-native/dubbo-demo-native-provider/pom.xml
@@ -152,7 +152,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
- <version>1.5.10</version>
+ <version>1.5.11</version>
<scope>compile</scope>
</dependency>
</dependencies>