This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch feature/SLING-13120-java-21-compatibility in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-pipes.git
commit b9fe4dd540e09b0fd2653cf663f2b4878d659e55 Author: Stefan Seifert <[email protected]> AuthorDate: Thu Feb 19 11:58:49 2026 +0100 update testing dependencies --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 94ee5f5..3ede6d6 100644 --- a/pom.xml +++ b/pom.xml @@ -381,7 +381,7 @@ <dependency> <groupId>org.jsoup</groupId> <artifactId>jsoup</artifactId> - <version>1.15.3</version> + <version>1.22.1</version> <scope>test</scope> </dependency> <dependency> @@ -424,7 +424,7 @@ <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.testing.caconfig-mock-plugin</artifactId> <scope>test</scope> - <version>1.4.0</version> + <version>1.5.4</version> </dependency> </dependencies> </project>
