This is an automated email from the ASF dual-hosted git repository.
joerghoh pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-resolver.git
The following commit(s) were added to refs/heads/master by this push:
new a2a2055 SLING-12256, SLING-12255 test dependencies, support java21
(#47)
a2a2055 is described below
commit a2a20553593c6dd1e473e94e5ceccfcdc170a320
Author: Jörg Hoh <[email protected]>
AuthorDate: Wed Feb 21 09:57:31 2024 +0100
SLING-12256, SLING-12255 test dependencies, support java21 (#47)
* SLING-12256 update json-path test dependency
* SLING-12256 support java21 builds
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2be013f..813466a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,7 +80,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
- <version>4.7.3.0</version>
+ <version>4.7.3.6</version>
<configuration>
<effort>Max</effort>
<xmlOutput>true</xmlOutput>
@@ -413,13 +413,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>
</dependencies>