SLING-9857 - adapt for parser module SNAPSHOT
diff --git a/bnd.bnd b/bnd.bnd
index a6341ff..f627297 100644
--- a/bnd.bnd
+++ b/bnd.bnd
@@ -1,2 +1,2 @@
 Provide-Capability: osgi.implementation;osgi.implementation="org.apache.sling.jcr.repoinit";version:Version="8.1"
-Require-Capability: org.apache.sling.repoinit.language;filter:="(version>=8.1)"
\ No newline at end of file
+Require-Capability: org.apache.sling.repoinit.language;filter:="(version>=8.2)"
diff --git a/pom.xml b/pom.xml
index 87044d2..4d7a1e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -219,7 +219,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.repoinit.parser</artifactId>
-            <version>1.6.2</version>
+            <version>1.6.3-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>