You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openaz.apache.org by co...@apache.org on 2015/11/02 13:39:06 UTC

incubator-openaz git commit: Updating some dependencies

Repository: incubator-openaz
Updated Branches:
  refs/heads/master 829582bdd -> 29d029c0c


Updating some dependencies


Project: http://git-wip-us.apache.org/repos/asf/incubator-openaz/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-openaz/commit/29d029c0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-openaz/tree/29d029c0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-openaz/diff/29d029c0

Branch: refs/heads/master
Commit: 29d029c0c8cc675c14181df7b972c57dcfd8fba0
Parents: 829582b
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Mon Nov 2 12:38:57 2015 +0000
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Mon Nov 2 12:38:57 2015 +0000

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


http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/29d029c0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 76f7df7..fc0fe53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,20 +37,20 @@
     <properties>
         <version.java>1.7</version.java>
         <version.guava>18.0</version.guava>
-        <version.jackson>2.6.0-rc1</version.jackson>
+        <version.jackson>2.6.3</version.jackson>
         <version.velocity>1.7</version.velocity>
         <version.opencsv>2.3</version.opencsv>
-        <version.httpclient>4.4.1</version.httpclient>
+        <version.httpclient>4.5.1</version.httpclient>
         <version.servletapi>3.1.0</version.servletapi>
-        <version.h2>1.4.187</version.h2>
-        <version.mysql>5.1.35</version.mysql>
+        <version.h2>1.4.190</version.h2>
+        <version.mysql>5.1.37</version.mysql>
         <version.postgresql>9.1-901-1.jdbc4</version.postgresql>
-        <version.hsqldb>2.3.2</version.hsqldb>
+        <version.hsqldb>2.3.3</version.hsqldb>
         <version.commons.io>2.4</version.commons.io>
         <version.commons.logging>1.2</version.commons.logging>
         <version.commons.lang3>3.4</version.commons.lang3>
         <version.commons.codec>1.10</version.commons.codec>
-        <version.commons.cli>1.3</version.commons.cli>
+        <version.commons.cli>1.3.1</version.commons.cli>
         <version.junit>4.12</version.junit>
         <version.log4j>1.2.17</version.log4j>
         <version.xmlapi>1.4.01</version.xmlapi>