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 2018/12/19 13:46:15 UTC

[syncope] branch 2_1_X updated: Upgrading antlr4

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

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


The following commit(s) were added to refs/heads/2_1_X by this push:
     new cc254c5  Upgrading antlr4
cc254c5 is described below

commit cc254c56c8202008b3e7d2e1e047803b44fa431d
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Dec 19 14:45:45 2018 +0100

    Upgrading antlr4
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ad0483b..06780ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -489,7 +489,7 @@ under the License.
     <tycho.version>1.2.0</tycho.version>
     <netbeans.version>RELEASE82</netbeans.version>
 
-    <antlr4.version>4.7.1</antlr4.version>
+    <antlr4.version>4.7.2</antlr4.version>
 
     <hotswap.version>1.3.0</hotswap.version>