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/11/25 07:28:40 UTC

[syncope] branch master updated: Upgrading Wicket Bootstrap and ANTlr4

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


The following commit(s) were added to refs/heads/master by this push:
     new dec2014  Upgrading Wicket Bootstrap and ANTlr4
dec2014 is described below

commit dec2014f3f7b315353a4aaa559d51e69be04a409
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Nov 25 08:28:08 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index a1e3d10..1faf5bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -473,14 +473,14 @@ under the License.
 
     <wicket.version>9.2.0</wicket.version>
     <wicket-jqueryui.version>9.1.0</wicket-jqueryui.version>
-    <wicket-bootstrap.version>5.0.2</wicket-bootstrap.version>
+    <wicket-bootstrap.version>5.0.3</wicket-bootstrap.version>
     <wicket-spring-boot.version>3.0.4</wicket-spring-boot.version>
 
     <ianal-maven-plugin-version>1.0-alpha-1</ianal-maven-plugin-version>
 
     <netbeans.version>RELEASE121</netbeans.version>
 
-    <antlr4.version>4.8-1</antlr4.version>
+    <antlr4.version>4.9</antlr4.version>
 
     <curator.version>5.1.0</curator.version>
     <zookeeper.version>3.6.1</zookeeper.version>