You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2018/09/08 22:38:14 UTC

directory-fortress-enmasse git commit: bump cxf and spring version

Repository: directory-fortress-enmasse
Updated Branches:
  refs/heads/master f01d5650c -> d2cc2f832


bump cxf and spring version


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/commit/d2cc2f83
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/tree/d2cc2f83
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/diff/d2cc2f83

Branch: refs/heads/master
Commit: d2cc2f83236f3fbd0693d235a84b73fd6a026225
Parents: f01d565
Author: Shawn McKinney <sm...@apache.org>
Authored: Sat Sep 8 17:38:09 2018 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Sat Sep 8 17:38:09 2018 -0500

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


http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/d2cc2f83/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index de319e2..802160d 100755
--- a/pom.xml
+++ b/pom.xml
@@ -94,7 +94,7 @@
     
     <!-- Dependencies version -->
     <fortress.realm.version>2.0.1</fortress.realm.version>
-    <cxf.version>3.2.5</cxf.version>
+    <cxf.version>3.2.6</cxf.version>
     <httpclient.version>3.1</httpclient.version>
     <java.version>1.8</java.version>
     <javadoc.version>2.9.1</javadoc.version>
@@ -102,8 +102,8 @@
     <log4j.version>1.2.17</log4j.version>
     <servlet-api.version>2.5.0</servlet-api.version>
     <slf4j.log4j12.version>1.7.21</slf4j.log4j12.version>
-    <spring.version>5.0.7.RELEASE</spring.version>
-    <spring.security.version>5.0.5.RELEASE</spring.security.version>
+    <spring.version>5.0.9.RELEASE</spring.version>
+    <spring.security.version>5.0.7.RELEASE</spring.security.version>
 
     <!--  Other properties -->
     <base.dir>.</base.dir>