This is an automated email from the ASF dual-hosted git repository.
enorman 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 e36c7df SLING-13067 Bump logback to 1.5.26 (#28)
e36c7df is described below
commit e36c7df587a7df904a8b96008c4fcdcb10f4893d
Author: Eric Norman <[email protected]>
AuthorDate: Thu Jan 29 13:43:48 2026 -0800
SLING-13067 Bump logback to 1.5.26 (#28)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 721b4d8..4ab6005 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
<properties>
<slf4j.version>2.0.17</slf4j.version>
- <logback.version>1.5.25</logback.version>
+ <logback.version>1.5.26</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>