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-feature-launcher.git
The following commit(s) were added to refs/heads/master by this push:
new c2e5f9d SLING-10106 : Update to Apache Felix cm.json 1.0.6
c2e5f9d is described below
commit c2e5f9d17efa88a7e417e62cc6c0e360a4d94d22
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Feb 3 16:55:35 2021 +0100
SLING-10106 : Update to Apache Felix cm.json 1.0.6
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index a812da6..4a23199 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,7 +119,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature</artifactId>
- <version>1.2.16</version>
+ <version>1.2.19-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -137,7 +137,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>provided</scope>
</dependency>
<dependency>