Skip to content

Commit

Permalink
Fix for issue nikfoundas#7.
Browse files Browse the repository at this point in the history
Previous version of Wicket had issues handling URLs with colons, which broke viewing etcd keys with colons in their names.
  • Loading branch information
luispollo committed Sep 21, 2016
1 parent e9c0db0 commit 102174f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<description>Coreos ETCD key-value store web viewer</description>

<properties>
<wicket.version>6.19.0</wicket.version>
<wicket.version>6.24.0</wicket.version>
<cxf.version>3.1.0</cxf.version>
<jackson.version>2.5.3</jackson.version>
<jetty.version>9.2.10.v20150310</jetty.version>
Expand Down

0 comments on commit 102174f

Please sign in to comment.