Skip to content

Commit

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

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

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

---
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 Feb 20, 2023
1 parent ffa5486 commit 332e1db
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 @@ -11,7 +11,7 @@
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<antlr4test-maven-plugin.version>1.22</antlr4test-maven-plugin.version>
<antlr.version>4.11.1</antlr.version>
<antlr.version>4.12.0</antlr.version>
<junit.version>4.13.2</junit.version>
</properties>
<prerequisites>
Expand Down

0 comments on commit 332e1db

Please sign in to comment.