This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch SLING-13287-1.x in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourceresolver.git
commit 6ec8f8c3d96d17ed54d4438428ae6ac7794946c5 Author: Julian Reschke <[email protected]> AuthorDate: Tue Aug 18 10:50:08 2026 +0100 SLING-13287: paging sanity checks - log type when not String - backport to 1.x, needs version downgrade of logback --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c53cce4c..3d8e7b05 100644 --- a/pom.xml +++ b/pom.xml @@ -164,7 +164,7 @@ <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> - <version>1.6.1</version> + <version>1.2.13</version> <scope>test</scope> </dependency> <dependency>
