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 699344c SLING-10106 : Update to Apache Felix cm.json 1.0.4
699344c is described below
commit 699344c30c361c5b3fbf9ec0cb34a88d4d70ef98
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Fri Jan 29 17:19:39 2021 +0100
SLING-10106 : Update to Apache Felix cm.json 1.0.4
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6fef735..72b4914 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,7 +133,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.cm.json</artifactId>
- <version>1.0.2</version>
+ <version>1.0.4</version>
<scope>test</scope>
</dependency>
</dependencies>