This is an automated email from the ASF dual-hosted git repository. joerghoh pushed a commit to branch SLING-13278 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-event.git
commit 919b92bfebafa38fdb383fe4d5fb5f8100a3922e Author: Joerg Hoh <[email protected]> AuthorDate: Wed Jul 29 12:05:22 2026 +0200 SLING-13278 update dependencies --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 0e77407..eef84c0 100644 --- a/pom.xml +++ b/pom.xml @@ -149,13 +149,13 @@ <dependency> <groupId>org.apache.jackrabbit</groupId> <artifactId>jackrabbit-jcr-commons</artifactId> - <version>2.20.9</version> + <version>2.22.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.quartz-scheduler</groupId> <artifactId>quartz</artifactId> - <version>2.2.0</version> + <version>2.3.2</version> <scope>provided</scope> </dependency> <!-- Webconsole --> @@ -215,13 +215,13 @@ <dependency> <groupId>com.jayway.jsonpath</groupId> <artifactId>json-path</artifactId> - <version>2.6.0</version> + <version>2.9.0</version> <scope>test</scope> </dependency> <dependency> <groupId>com.jayway.jsonpath</groupId> <artifactId>json-path-assert</artifactId> - <version>2.6.0</version> + <version>2.9.0</version> <scope>test</scope> </dependency>
