This is an automated email from the ASF dual-hosted git repository.
wuweijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git
The following commit(s) were added to refs/heads/master by this push:
new 4a970f90f Bump logback-classic from 1.1.2 to 1.2.0 in /examples (#2076)
4a970f90f is described below
commit 4a970f90f8adbedaf3b7c5322a62e82eaad175f6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 8 14:50:15 2022 +0800
Bump logback-classic from 1.1.2 to 1.2.0 in /examples (#2076)
Bumps logback-classic from 1.1.2 to 1.2.0.
---
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 6bfd939eb..09f84f0fd 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -43,7 +43,7 @@
<curator.version>5.1.0</curator.version>
<springframework.version>4.3.4.RELEASE</springframework.version>
<slf4j.version>1.7.7</slf4j.version>
- <logback.version>1.1.2</logback.version>
+ <logback.version>1.2.0</logback.version>
<commons-dbcp2.version>2.7.0</commons-dbcp2.version>
<h2.version>1.4.184</h2.version>
<mysql.version>8.0.28</mysql.version>