You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by an...@apache.org on 2013/08/29 01:04:07 UTC

git commit: bump a range of dependencies, all tests still pass

Updated Branches:
  refs/heads/master 971beb2d8 -> 995711576


bump a range of dependencies, all tests still pass


Project: http://git-wip-us.apache.org/repos/asf/any23/repo
Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/99571157
Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/99571157
Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/99571157

Branch: refs/heads/master
Commit: 995711576b770dbf30f71494f48ed104672658bb
Parents: 971beb2
Author: Peter Ansell <p_...@yahoo.com>
Authored: Thu Aug 29 09:03:20 2013 +1000
Committer: Peter Ansell <p_...@yahoo.com>
Committed: Thu Aug 29 09:03:20 2013 +1000

----------------------------------------------------------------------
 pom.xml | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/any23/blob/99571157/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e69dbd7..60ec1e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -227,7 +227,7 @@
     <implementation.build>${scmBranch}@r${buildNumber}</implementation.build>
     <implementation.build.tstamp>${implementation.build}; ${maven.build.timestamp}</implementation.build.tstamp>
     <slf4j.logger.version>1.7.5</slf4j.logger.version>
-    <sesame.version>2.7.2</sesame.version>
+    <sesame.version>2.7.5</sesame.version>
     <latest.stable.released>0.8.0</latest.stable.released>
 
     <!-- Maven Plugin Versions -->
@@ -242,7 +242,7 @@
     <buildnumber-maven-plugin.version>1.0</buildnumber-maven-plugin.version>
     <maven-compiler-plugin.version>2.5.1</maven-compiler-plugin.version>
     <maven-jar-plugin.version>2.3.1</maven-jar-plugin.version>
-    <maven-surefire-plugin.version>2.14.1</maven-surefire-plugin.version>
+    <maven-surefire-plugin.version>2.16</maven-surefire-plugin.version>
     <cobertura-maven-plugin.version>2.5.1</cobertura-maven-plugin.version>
     <maven-site-plugin.version>3.0</maven-site-plugin.version>
     <maven-changes-plugin.version>2.6</maven-changes-plugin.version>
@@ -268,7 +268,7 @@
       <dependency>
         <groupId>commons-lang</groupId>
         <artifactId>commons-lang</artifactId>
-        <version>2.4</version>
+        <version>2.6</version>
       </dependency>
       <dependency>
         <groupId>commons-httpclient</groupId>
@@ -278,7 +278,7 @@
       <dependency>
         <groupId>commons-codec</groupId>
         <artifactId>commons-codec</artifactId>
-        <version>1.6</version>
+        <version>1.8</version>
       </dependency>
       <dependency>
         <groupId>commons-cli</groupId>
@@ -288,24 +288,24 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-compress</artifactId>
-        <version>1.4.1</version>
+        <version>1.5</version>
       </dependency>
       <dependency>
         <groupId>net.sourceforge.nekohtml</groupId>
         <artifactId>nekohtml</artifactId>
-        <version>1.9.15</version>
+        <version>1.9.18</version>
       </dependency>
 
       <!-- BEGIN: Tika -->
       <dependency>
         <groupId>org.apache.tika</groupId>
         <artifactId>tika-core</artifactId>
-        <version>1.2</version>
+        <version>1.4</version>
       </dependency>
       <dependency>
         <groupId>org.apache.tika</groupId>
         <artifactId>tika-parsers</artifactId>
-        <version>1.2</version>
+        <version>1.4</version>
       </dependency>
       <dependency>
         <groupId>org.apache.poi</groupId>
@@ -426,7 +426,7 @@
       <dependency>
         <groupId>com.beust</groupId>
         <artifactId>jcommander</artifactId>
-        <version>1.23</version>
+        <version>1.30</version>
       </dependency>
       <!-- BEGIN: logger -->
       <dependency>
@@ -455,7 +455,7 @@
       <dependency>
         <groupId>org.kohsuke.metainf-services</groupId>
         <artifactId>metainf-services</artifactId>
-        <version>1.4</version>
+        <version>1.5</version>
       </dependency>
       <!-- END: plugins -->
 
@@ -463,13 +463,13 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.10</version>
+        <version>4.11</version>
         <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-core</artifactId>
-        <version>1.8.5</version>
+        <version>1.9.5</version>
         <scope>test</scope>
       </dependency>
       <!-- END: Test Dependencies -->