Skip to content

Commit

Permalink
Bump antlr.version from 4.9.2 to 4.13.1
Browse files Browse the repository at this point in the history
Bumps `antlr.version` from 4.9.2 to 4.13.1.

Updates `org.antlr:antlr4-runtime` from 4.9.2 to 4.13.1
- [Release notes](https://github.com/antlr/antlr4/releases)
- [Changelog](https://github.com/antlr/antlr4/blob/dev/CHANGES.txt)
- [Commits](antlr/antlr4@4.9.2...4.13.1)

Updates `org.antlr:antlr4-maven-plugin` from 4.9.2 to 4.13.1
- [Release notes](https://github.com/antlr/antlr4/releases)
- [Changelog](https://github.com/antlr/antlr4/blob/dev/CHANGES.txt)
- [Commits](antlr/antlr4@4.9.2...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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 8, 2023
1 parent 95a84ff commit 4f1e576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<project.build.source>1.8</project.build.source>
<project.build.target>1.8</project.build.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<antlr.version>4.9.2</antlr.version>
<antlr.version>4.13.1</antlr.version>
<contact.email>[email protected]</contact.email>
</properties>

Expand Down

0 comments on commit 4f1e576

Please sign in to comment.