This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-log.git
The following commit(s) were added to refs/heads/master by this push:
new c8d8d08 Bump ch.qos.logback:logback-core from 1.5.18 to 1.5.19
c8d8d08 is described below
commit c8d8d088fa564f466efe6647113ff04deffb7d46
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 21 21:30:47 2025 +0000
Bump ch.qos.logback:logback-core from 1.5.18 to 1.5.19
Bumps [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from
1.5.18 to 1.5.19.
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](https://github.com/qos-ch/logback/compare/v_1.5.18...v_1.5.19)
---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-core
dependency-version: 1.5.19
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 55badd2..17c4da5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
<properties>
<slf4j.version>2.0.17</slf4j.version>
- <logback.version>1.5.18</logback.version>
+ <logback.version>1.5.19</logback.version>
<!-- Higher versions of pax exam cause class loading errors -->
<org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version>
<junit-jupiter.version>5.10.2</junit-jupiter.version>