You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2022/09/06 10:30:32 UTC

[plc4x] branch develop updated: build(deps): bump antlr.version from 4.10.1 to 4.11.1 (#487)

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

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 07aa59f14 build(deps): bump antlr.version from 4.10.1 to 4.11.1 (#487)
07aa59f14 is described below

commit 07aa59f148c106f05e31bc6bf26b7bd75741d941
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Sep 6 12:30:27 2022 +0200

    build(deps): bump antlr.version from 4.10.1 to 4.11.1 (#487)
    
    Bumps `antlr.version` from 4.10.1 to 4.11.1.
    
    Updates `antlr4-runtime` from 4.10.1 to 4.11.1
    - [Release notes](https://github.com/antlr/antlr4/releases)
    - [Changelog](https://github.com/antlr/antlr4/blob/master/CHANGES.txt)
    - [Commits](https://github.com/antlr/antlr4/compare/4.10.1...4.11.1)
    
    Updates `antlr4-maven-plugin` from 4.10.1 to 4.11.1
    - [Release notes](https://github.com/antlr/antlr4/releases)
    - [Changelog](https://github.com/antlr/antlr4/blob/master/CHANGES.txt)
    - [Commits](https://github.com/antlr/antlr4/compare/4.10.1...4.11.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.antlr:antlr4-runtime
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.antlr:antlr4-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6bb814fb9..ac8123a9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,7 @@
 
     <plc4x-code-generation.version>1.6.0-SNAPSHOT</plc4x-code-generation.version>
 
-    <antlr.version>4.10.1</antlr.version>
+    <antlr.version>4.11.1</antlr.version>
     <apiguardian.version>1.1.2</apiguardian.version>
     <assertj.version>3.23.1</assertj.version>
     <awaitility.version>4.2.0</awaitility.version>