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 92edda0b02 Bump ch.qos.logback:logback-classic (#270)
92edda0b02 is described below
commit 92edda0b02295c7f4c73b0b78efa368d9764e0c9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 1 09:50:13 2023 +0100
Bump ch.qos.logback:logback-classic (#270)
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback)
from 1.2.0 to 1.3.12.
- [Commits](https://github.com/qos-ch/logback/compare/v_1.2.0...v_1.3.12)
---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
ipojo/handler/eventadmin/eventadmin-handler-it/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ipojo/handler/eventadmin/eventadmin-handler-it/pom.xml
b/ipojo/handler/eventadmin/eventadmin-handler-it/pom.xml
index 20f637ebad..b7b75d4b93 100644
--- a/ipojo/handler/eventadmin/eventadmin-handler-it/pom.xml
+++ b/ipojo/handler/eventadmin/eventadmin-handler-it/pom.xml
@@ -117,7 +117,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
- <version>1.2.0</version>
+ <version>1.3.12</version>
<scope>test</scope>
</dependency>