Skip to content

Commit

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

Updates `org.antlr:antlr4-runtime` from 4.9.3 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.3...4.13.1)

Updates `org.antlr:antlr4-maven-plugin` from 4.9.3 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.3...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>
  • Loading branch information
dependabot[bot] committed Apr 29, 2024
1 parent a23571a commit e30dd74
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 @@ -12,7 +12,7 @@
<maven.compiler.source>${project.javaVersion}</maven.compiler.source>
<maven.compiler.target>${project.javaVersion}</maven.compiler.target>
<maven.compiler.release>${project.javaVersion}</maven.compiler.release>
<antlr.version>4.9.3</antlr.version>
<antlr.version>4.13.1</antlr.version>
</properties>

<distributionManagement>
Expand Down

0 comments on commit e30dd74

Please sign in to comment.