update Testing PaxExam and jsoup
diff --git a/pom.xml b/pom.xml
index 6f51f19..cb16654 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,8 +166,8 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.testing.paxexam</artifactId>
-      <version>1.0.0</version>
-      <scope>provided</scope>
+      <version>2.0.0</version>
+      <scope>test</scope>
     </dependency>
     <!-- Groovy -->
     <dependency>
@@ -192,7 +192,7 @@
     <dependency>
       <groupId>org.jsoup</groupId>
       <artifactId>jsoup</artifactId>
-      <version>1.10.2</version>
+      <version>1.11.3</version>
       <scope>test</scope>
     </dependency>
     <!-- logging -->