FELIX-6371 : JSONConfigurationWriter does not escape backslash and other chars
diff --git a/webconsole/pom.xml b/webconsole/pom.xml
index 5a3f93c..c5738f0 100644
--- a/webconsole/pom.xml
+++ b/webconsole/pom.xml
@@ -273,7 +273,7 @@
                 <dependency>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>org.apache.felix.inventory</artifactId>
-                    <version>1.0.0</version>
+                    <version>1.1.0-SNAPSHOT</version>
                     <scope>provided</scope>
                 </dependency>
             </dependencies>