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-cpconverter.git
The following commit(s) were added to refs/heads/master by this push:
new a61bbca SLING-10106 : Update to Apache Felix cm.json 1.0.6
a61bbca is described below
commit a61bbcae6c773c537fef9a016c4803f0ebcd89a9
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Feb 3 16:56:48 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 174e776..5849b3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,13 +112,13 @@
<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>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature.extension.apiregions</artifactId>
- <version>1.1.14</version>
+ <version>1.1.18</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -154,7 +154,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>