SLING-9362 : Use Apache Felix cm.json for JSON handling
diff --git a/pom.xml b/pom.xml
index e6de3c9..4e0cf18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -224,7 +224,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.cm.json</artifactId>
-            <version>1.0.3-SNAPSHOT</version>
+            <version>1.0.2</version>
             <scope>provided</scope>
         </dependency>
         <!-- Basic dependencies for Unit Tests -->