DOSGI-279 - Updating Jansi, Pax Exam, JLine and a few other deps
diff --git a/distribution/multi-bundle/pom.xml b/distribution/multi-bundle/pom.xml
index 495f022..b9fd21a 100644
--- a/distribution/multi-bundle/pom.xml
+++ b/distribution/multi-bundle/pom.xml
@@ -79,7 +79,7 @@
         <dependency>
             <groupId>org.jline</groupId>
             <artifactId>jline</artifactId>
-            <version>3.8.0</version>
+            <version>3.10.0</version>
         </dependency>
 		<dependency>
 			<groupId>org.apache.felix</groupId>
@@ -115,7 +115,7 @@
 		<dependency>
 			<groupId>org.ops4j.pax.logging</groupId>
 			<artifactId>pax-logging-service</artifactId>
-			<version>1.8.5</version>
+			<version>1.10.1</version>
 		</dependency>
 
 		<!-- rsa -->
diff --git a/distribution/repository/pom.xml b/distribution/repository/pom.xml
index f3cc289..1a1691b 100644
--- a/distribution/repository/pom.xml
+++ b/distribution/repository/pom.xml
@@ -21,7 +21,7 @@
         <dependency>
             <groupId>org.fusesource.jansi</groupId>
             <artifactId>jansi</artifactId>
-            <version>1.13</version>
+            <version>1.17.1</version>
         </dependency>
         <dependency>
             <groupId>org.ow2.asm</groupId>
diff --git a/itests/multi-bundle/pom.xml b/itests/multi-bundle/pom.xml
index a0c4d5b..0b6aa6b 100644
--- a/itests/multi-bundle/pom.xml
+++ b/itests/multi-bundle/pom.xml
@@ -87,7 +87,7 @@
         <dependency>
             <groupId>org.ops4j.pax.url</groupId>
             <artifactId>pax-url-aether</artifactId>
-            <version>2.4.5</version>
+            <version>2.6.1</version>
         </dependency>
 
 <!-- 
diff --git a/parent/pom.xml b/parent/pom.xml
index 9e54132..c74393d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -36,7 +36,7 @@
         <servlet.version>3.0</servlet.version>
         <servicemix.specs.version>2.6.0</servicemix.specs.version>
         <slf4j.version>1.7.26</slf4j.version>
-        <exam.version>4.11.0</exam.version>
+        <exam.version>4.13.1</exam.version>
 
         <baseline.skip>true</baseline.skip>
         <topDirectoryLocation>..</topDirectoryLocation>
@@ -73,7 +73,7 @@
             <dependency>
                 <groupId>org.easymock</groupId>
                 <artifactId>easymock</artifactId>
-                <version>4.0.1</version>
+                <version>4.0.2</version>
                 <scope>test</scope>
             </dependency>
             <dependency>
@@ -91,7 +91,7 @@
             <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>
                 <artifactId>geronimo-atinject_1.0_spec</artifactId>
-                <version>1.0</version>
+                <version>1.1</version>
                 <scope>test</scope>
             </dependency>
             <dependency>
@@ -124,7 +124,7 @@
             <dependency>
                 <groupId>org.eclipse.platform</groupId>
                 <artifactId>org.eclipse.osgi</artifactId>
-                <version>3.11.3</version>
+                <version>3.13.200</version>
             </dependency>
 
             <dependency>
diff --git a/samples/repository/pom.xml b/samples/repository/pom.xml
index e8de7d3..8250887 100644
--- a/samples/repository/pom.xml
+++ b/samples/repository/pom.xml
@@ -106,12 +106,12 @@
         <dependency>
             <groupId>org.ops4j.pax.logging</groupId>
             <artifactId>pax-logging-service</artifactId>
-            <version>1.8.5</version>
+            <version>1.10.1</version>
         </dependency>
         <dependency>
-            <groupId>jline</groupId>
+            <groupId>org.jline</groupId>
             <artifactId>jline</artifactId>
-            <version>3.0.0.M1</version>
+            <version>3.10.0</version>
         </dependency>
         
         <!-- rsa -->
diff --git a/samples/rest/impl/pom.xml b/samples/rest/impl/pom.xml
index fcad91e..4fa4244 100644
--- a/samples/rest/impl/pom.xml
+++ b/samples/rest/impl/pom.xml
@@ -36,7 +36,7 @@
         <dependency>
         	<groupId>org.apache.aries.rsa</groupId>
         	<artifactId>org.apache.aries.rsa.spi</artifactId>
-        	<version>1.9.0</version>
+        	<version>${aries.rsa.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf.dosgi</groupId>