From ff887c7cf60ab7efa74df49869f17c6789afac42 Mon Sep 17 00:00:00 2001
From: srosse <none@none>
Date: Thu, 20 Mar 2014 11:00:19 +0100
Subject: [PATCH] OO-1005: update Arquilian and Selenium libraries to support
 current versions of Firefox

---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index d18e7bb117c..0b35fca299b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2190,7 +2190,7 @@
 		<dependency>
         	<groupId>org.jboss.arquillian.container</groupId>
         	<artifactId>arquillian-tomcat-managed-7</artifactId>
-        	<version>1.0.0.CR5</version>
+        	<version>1.0.0.CR6</version>
         	<scope>test</scope>
       	</dependency>
 		<dependency>
@@ -2238,14 +2238,14 @@
 			<dependency>
 				<groupId>org.jboss.arquillian</groupId>
 				<artifactId>arquillian-bom</artifactId>
-				<version>1.1.1.Final</version>
+				<version>1.1.3.Final</version>
 				<scope>import</scope>
 				<type>pom</type>
 			</dependency>
 			<dependency>
 				<groupId>org.jboss.arquillian.extension</groupId>
 				<artifactId>arquillian-drone-bom</artifactId>
-				<version>1.1.1.Final</version>
+				<version>1.3.0.Final</version>
 				<type>pom</type>
 				<scope>import</scope>
 			</dependency>
-- 
GitLab