SLING-5712 - avoid windows file separator issues in ClassResourceVisitor, based on a patch by Emanuele Lombardi, thanks!

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1743376 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 427019b..3b90050 100644
--- a/pom.xml
+++ b/pom.xml
@@ -240,8 +240,8 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.junit.teleporter</artifactId>
-            <!-- SNAPSHOT required due to SLING-5365 -->
-            <version>1.0.5-SNAPSHOT</version>
+            <!-- SNAPSHOT required due to SLING-5712 -->
+            <version>1.0.7-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>