Browse Source

Bump antlr4-maven-plugin.version from 4.12.0 to 4.13.1

Bumps `antlr4-maven-plugin.version` from 4.12.0 to 4.13.1.

Updates `org.antlr:antlr4-runtime` from 4.12.0 to 4.13.1
- [Release notes](https://github.com/antlr/antlr4/releases)
- [Changelog](https://github.com/antlr/antlr4/blob/dev/doc/go-changes.md)
- [Commits](https://github.com/antlr/antlr4/compare/4.12.0...4.13.1)

Updates `org.antlr:antlr4-maven-plugin` from 4.12.0 to 4.13.1
- [Release notes](https://github.com/antlr/antlr4/releases)
- [Changelog](https://github.com/antlr/antlr4/blob/dev/doc/go-changes.md)
- [Commits](https://github.com/antlr/antlr4/compare/4.12.0...4.13.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] <support@github.com>
dependabot[bot] 1 year ago
parent
commit
94e57e1dfe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

@@ -21,7 +21,7 @@
         <git.revision>latest</git.revision>
 
         <!-- Dependency versions -->
-        <antlr4-maven-plugin.version>4.12.0</antlr4-maven-plugin.version>
+        <antlr4-maven-plugin.version>4.13.1</antlr4-maven-plugin.version>
         <apache.commons.version>2.11.1</apache.commons.version>
         <assertj.version>3.19.0</assertj.version>
         <avro.version>1.11.1</avro.version>