You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2022/12/28 17:39:26 UTC

[streampipes] branch dev updated: Bump antlr4-runtime from 4.9 to 4.11.1 (#900)

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

bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new b3cc89d99 Bump antlr4-runtime from 4.9 to 4.11.1 (#900)
b3cc89d99 is described below

commit b3cc89d99defea79d6997800223a6c49fd7a063a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Dec 28 18:39:22 2022 +0100

    Bump antlr4-runtime from 4.9 to 4.11.1 (#900)
    
    Bumps [antlr4-runtime](https://github.com/antlr/antlr4) from 4.9 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.9...4.11.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.antlr:antlr4-runtime
      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 fed99df63..22e29bc50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -996,7 +996,7 @@ IoT data streams.
 				<dependency>
 					<groupId>org.antlr</groupId>
 					<artifactId>antlr4-runtime</artifactId>
-					<version>4.9</version>
+					<version>4.11.1</version>
 				</dependency>
 				<dependency>
 					<groupId>io.netty</groupId>