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 2017/12/23 15:39:07 UTC

directory-fortress-commander git commit: FC-232 - to Spring 5 and Wicket 7.9

Repository: directory-fortress-commander
Updated Branches:
  refs/heads/master e930e968d -> 655ba3848


FC-232 - to Spring 5 and Wicket 7.9


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

Branch: refs/heads/master
Commit: 655ba3848d5679f76f2dee6446d6b80c293da477
Parents: e930e96
Author: Shawn McKinney <sm...@apache.org>
Authored: Sat Dec 23 09:39:07 2017 -0600
Committer: Shawn McKinney <sm...@apache.org>
Committed: Sat Dec 23 09:39:07 2017 -0600

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


http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/655ba384/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2a3e4bc..2d74987 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,13 +88,13 @@
   <properties>
     <title>${project.name} ${project.version}</title>
     <fortress.realm.version>2.0.0</fortress.realm.version>
-    <wicket.version>7.8.0</wicket.version>
-    <wicket.jquery.version>7.7.0</wicket.jquery.version>
-    <wicket.kendo-ui.version>7.7.0</wicket.kendo-ui.version>
+    <wicket.version>7.9.0</wicket.version>
+    <wicket.jquery.version>7.9.0</wicket.jquery.version>
+    <wicket.kendo-ui.version>7.9.0</wicket.kendo-ui.version>
     <version.log4j>1.2.17</version.log4j>
     <version.ant>1.9.7</version.ant>
     <version.slf4j.log4j12>1.7.7</version.slf4j.log4j12>
-    <spring.security.version>4.1.3.RELEASE</spring.security.version>
+    <spring.security.version>5.0.0.RELEASE</spring.security.version>
     <javadoc.version>2.9.1</javadoc.version>
     <jetty.version>8.1.8.v20121106</jetty.version>
     <jetty.stopKey>stopJetty</jetty.stopKey>