commit 0eaf1266dd749a1e8cc2b14bc3c96aed8916e352
Author: Mauro Talevi <[email protected]>
AuthorDate: Fri, 13 Feb 2015 10:09:28 +0100
Commit: Mauro Talevi <[email protected]>
CommitDate: Fri, 13 Feb 2015 10:09:28 +0100
JBEHAVE-1066 Upgraded xstream and scala dependencies.
diff --git a/jbehave-core/pom.xml b/jbehave-core/pom.xml
index 03783c2..993426e 100755
--- a/jbehave-core/pom.xml
+++ b/jbehave-core/pom.xml
@@ -76,7 +76,7 @@
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
- <version>1.4.5</version>
+ <version>1.4.7</version>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
diff --git a/jbehave-scala/pom.xml b/jbehave-scala/pom.xml
index 1088551..eeb4ea4 100755
--- a/jbehave-scala/pom.xml
+++ b/jbehave-scala/pom.xml
@@ -19,7 +19,7 @@
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
- <version>2.9.1</version>
+ <version>2.11.5</version>
</dependency>
</dependencies>
@@ -28,7 +28,7 @@
<plugin>
<groupId>org.scala-tools</groupId>
<artifactId>maven-scala-plugin</artifactId>
- <version>2.9.1</version>
+ <version>2.15.2</version>
<executions>
<execution>
<id>scala-test-compile</id>