This is an automated email from the ASF dual-hosted git repository.
jianglongtao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 06569faca19 Bump ch.qos.logback:logback-classic from 1.2.10 to 1.2.13
in /examples (#29302)
06569faca19 is described below
commit 06569faca199c13253881aa8f236b5ab349999eb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 11 13:38:25 2023 +0800
Bump ch.qos.logback:logback-classic from 1.2.10 to 1.2.13 in /examples
(#29302)
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback)
from 1.2.10 to 1.2.13.
- [Commits](https://github.com/qos-ch/logback/compare/v_1.2.10...v_1.2.13)
---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
examples/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/pom.xml b/examples/pom.xml
index 0960f0d3376..f3a0bed5cdf 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -45,7 +45,7 @@
<postgresql.version>42.4.3</postgresql.version>
<h2.version>2.2.224</h2.version>
<slf4j.version>1.7.7</slf4j.version>
- <logback.version>1.2.10</logback.version>
+ <logback.version>1.2.13</logback.version>
<lombok.version>1.18.20</lombok.version>
<mybatis.version>3.5.9</mybatis.version>
<mybatis-spring.version>2.0.5</mybatis-spring.version>