You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2016/04/27 14:18:03 UTC

[1/2] cxf-fediz git commit: Updating some dependencies

Repository: cxf-fediz
Updated Branches:
  refs/heads/1.2.x-fixes 54fc13679 -> 89fd6cc4e


Updating some dependencies


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

Branch: refs/heads/1.2.x-fixes
Commit: d3d58ad6feaf32b8190c777b5aa732c8cc9bd180
Parents: 54fc136
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Wed Apr 27 11:49:21 2016 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Wed Apr 27 12:20:47 2016 +0100

----------------------------------------------------------------------
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/d3d58ad6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3caa2dc..276ca58 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,13 +59,13 @@
         <jetty.version>8.1.19.v20160209</jetty.version>
         <junit.version>4.12</junit.version>
         <log4j.version>1.2.17</log4j.version>
-        <ognl.version>3.1.2</ognl.version>
-        <openjpa.version>2.4.0</openjpa.version>
+        <ognl.version>3.1.4</ognl.version>
+        <openjpa.version>2.4.1</openjpa.version>
         <servlet.version>2.5</servlet.version>
-        <slf4j.version>1.7.14</slf4j.version>
+        <slf4j.version>1.7.21</slf4j.version>
         <spring.version>3.2.8.RELEASE</spring.version>
         <spring.security.version>3.1.7.RELEASE</spring.security.version>
-        <tomcat.version>7.0.68</tomcat.version>
+        <tomcat.version>7.0.69</tomcat.version>
         <wss4j.version>2.0.7</wss4j.version>
         <xalan.version>2.7.2</xalan.version>
         <bval.version>0.5</bval.version>


[2/2] cxf-fediz git commit: Updating Commons IO

Posted by co...@apache.org.
Updating Commons IO


Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/89fd6cc4
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/89fd6cc4
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/89fd6cc4

Branch: refs/heads/1.2.x-fixes
Commit: 89fd6cc4ed970e88555e06987aa216082bde99f6
Parents: d3d58ad
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Wed Apr 27 12:57:31 2016 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Wed Apr 27 13:06:50 2016 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/89fd6cc4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 276ca58..597ed22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
         <bcprov.version>1.54</bcprov.version>
         <commons.lang.version>3.4</commons.lang.version>
         <commons.logging.version>1.2</commons.logging.version>
-        <commons.io.version>2.4</commons.io.version>
+        <commons.io.version>2.5</commons.io.version>
         <commons.validator.version>1.5.0</commons.validator.version>
         <cxf.version>3.0.9</cxf.version>
         <cxf.build-utils.version>3.0.0</cxf.build-utils.version>