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 ac1aef4bb6 Bump ch.qos.logback:logback-core in
/ipojo/handler/jmx/jmx-handler-it (#375)
ac1aef4bb6 is described below
commit ac1aef4bb62363b8a04b678e93e7b8c199093456
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 4 06:57:55 2025 +0100
Bump ch.qos.logback:logback-core in /ipojo/handler/jmx/jmx-handler-it (#375)
Bumps [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from
1.3.12 to 1.3.15.
- [Commits](https://github.com/qos-ch/logback/compare/v_1.3.12...v_1.3.15)
---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-core
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/jmx/jmx-handler-it/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ipojo/handler/jmx/jmx-handler-it/pom.xml
b/ipojo/handler/jmx/jmx-handler-it/pom.xml
index 616724d69f..8e3e385b47 100644
--- a/ipojo/handler/jmx/jmx-handler-it/pom.xml
+++ b/ipojo/handler/jmx/jmx-handler-it/pom.xml
@@ -109,7 +109,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
- <version>1.3.12</version>
+ <version>1.3.15</version>
<scope>test</scope>
</dependency>