This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-factory-feature.git
The following commit(s) were added to refs/heads/master by this push:
new 2a71cdf SLING-10106 : Update to Apache Felix cm.json 1.0.6
2a71cdf is described below
commit 2a71cdf3840e04b74c399e50828c295465ade978
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Feb 3 16:54:07 2021 +0100
SLING-10106 : Update to Apache Felix cm.json 1.0.6
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 72b4914..f193357 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,13 +103,13 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature</artifactId>
- <version>1.2.6</version>
+ <version>1.2.19-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature.extension.apiregions</artifactId>
- <version>1.1.6</version>
+ <version>1.1.18</version>
<scope>provided</scope>
</dependency>
@@ -133,7 +133,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.cm.json</artifactId>
- <version>1.0.4</version>
+ <version>1.0.6</version>
<scope>test</scope>
</dependency>
</dependencies>