Skip to content

Commit

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

Updates `org.antlr:antlr4-runtime` from 4.13.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](antlr/antlr4@4.13.0...4.13.1)

Updates `org.antlr:antlr4-maven-plugin` from 4.13.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](antlr/antlr4@4.13.0...4.13.1)

---
updated-dependencies:
- dependency-name: org.antlr:antlr4-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.antlr:antlr4-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 5, 2023
1 parent 9b89a94 commit 9f50a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jvmbasicc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<properties>
<asm.version>9.5</asm.version>
<antlr.version>4.13.0</antlr.version>
<antlr.version>4.13.1</antlr.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 9f50a0a

Please sign in to comment.