This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
The following commit(s) were added to refs/heads/master by this push:
new 3325f18d1a Bump logback-core from 1.2.0 to 1.2.9 in /systemready (#138)
3325f18d1a is described below
commit 3325f18d1a7980a93129699a75a64d2b4fa09966
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 19 09:16:27 2022 +0200
Bump logback-core from 1.2.0 to 1.2.9 in /systemready (#138)
Bumps logback-core from 1.2.0 to 1.2.9.
---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-core
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
systemready/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/systemready/pom.xml b/systemready/pom.xml
index b8281ee8f6..a2b74a6e04 100644
--- a/systemready/pom.xml
+++ b/systemready/pom.xml
@@ -214,7 +214,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
- <version>1.2.0</version>
+ <version>1.2.9</version>
<scope>test</scope>
</dependency>