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 b3d6b88d1b Bump ch.qos.logback:logback-core (#470)
b3d6b88d1b is described below
commit b3d6b88d1b4c747756fd36856a293c43885c5341
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 12 15:25:09 2026 +0100
Bump ch.qos.logback:logback-core (#470)
Bumps [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from
1.3.15 to 1.5.25.
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](https://github.com/qos-ch/logback/compare/v_1.3.15...v_1.5.25)
---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-core
dependency-version: 1.5.25
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/transaction/transaction-handler-it/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ipojo/handler/transaction/transaction-handler-it/pom.xml
b/ipojo/handler/transaction/transaction-handler-it/pom.xml
index dcfff74768..f51dc5577c 100644
--- a/ipojo/handler/transaction/transaction-handler-it/pom.xml
+++ b/ipojo/handler/transaction/transaction-handler-it/pom.xml
@@ -130,7 +130,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
- <version>1.3.15</version>
+ <version>1.5.25</version>
<scope>test</scope>
</dependency>