You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2020/01/20 07:16:32 UTC

[syncope] 02/02: Uprading Wicket-Bootstrap and ANTLR

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit d9a6419919fd97b7eca2303a730ef1cced0d468c
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Jan 20 08:12:45 2020 +0100

    Uprading Wicket-Bootstrap and ANTLR
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6e2a771..ce90386 100644
--- a/pom.xml
+++ b/pom.xml
@@ -483,14 +483,14 @@ under the License.
     
     <wicket.version>8.7.0</wicket.version>
     <wicket-jqueryui.version>8.6.0</wicket-jqueryui.version>
-    <wicket-bootstrap.version>2.0.11</wicket-bootstrap.version>
+    <wicket-bootstrap.version>2.0.12</wicket-bootstrap.version>
     <wicket-spring-boot.version>2.1.8</wicket-spring-boot.version>
     
     <ianal-maven-plugin-version>1.0-alpha-1</ianal-maven-plugin-version>
 
     <netbeans.version>RELEASE111</netbeans.version>
 
-    <antlr4.version>4.7.2</antlr4.version>
+    <antlr4.version>4.8-1</antlr4.version>
 
     <curator.version>4.2.0</curator.version>
     <zookeeper.version>3.5.6</zookeeper.version>