Skip to content

Commit

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

Updates `org.antlr:antlr4-runtime` from 4.13.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.13.1...4.13.2)

Updates `org.antlr:antlr4-maven-plugin` from 4.13.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.13.1...4.13.2)

---
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 1f8a613 commit adbab03
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.7</asm.version>
<antlr.version>4.13.1</antlr.version>
<antlr.version>4.13.2</antlr.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit adbab03

Please sign in to comment.