This is an automated email from the ASF dual-hosted git repository.
kwin pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-validation-test-services.git
The following commit(s) were added to refs/heads/master by this push:
new 9b29c91 releng: use most recent felix.utils
9b29c91 is described below
commit 9b29c91eb2ab601a30186a9f4cf89a1b479eeb64
Author: Konrad Windszus <[email protected]>
AuthorDate: Thu Dec 2 10:50:59 2021 +0100
releng: use most recent felix.utils
---
pom.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 830ddcb..d419b9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,6 @@
<dependency>
<groupId>javax.jcr</groupId>
<artifactId>jcr</artifactId>
- <version>2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -93,7 +92,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.utils</artifactId>
- <version>1.9.0</version>
+ <version>1.11.8</version>
<scope>provided</scope>
</dependency>
</dependencies>