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:16 UTC

[syncope] branch master updated: Upgrading 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 5b672f6  Upgrading antlr4
5b672f6 is described below

commit 5b672f6abfe72dceaead2a5a7df414b99bdaabc9
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 d80b3f7..abfe306 100644
--- a/pom.xml
+++ b/pom.xml
@@ -486,7 +486,7 @@ under the License.
     <tycho.version>1.3.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>