Skip to content

Commit

Permalink
Bump antlr4.version from 4.11.1 to 4.13.2
Browse files Browse the repository at this point in the history
Bumps `antlr4.version` from 4.11.1 to 4.13.2.

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

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

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

---
updated-dependencies:
- dependency-name: org.antlr:antlr4
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.antlr:antlr4-runtime-testsuite
  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 Jan 1, 2025
1 parent 359bc13 commit acf1132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lexer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ POSSIBILITY OF SUCH DAMAGE.
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- configure the versions you want to use here -->
<antlr4.version>4.11.1</antlr4.version>
<antlr4.version>4.13.2</antlr4.version>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>

</properties>
Expand Down

0 comments on commit acf1132

Please sign in to comment.