Skip to content

Commit

Permalink
Bump antlr.version from 4.13.1 to 4.13.2 in /lang/java (#3059)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 29, 2024
1 parent ec698a5 commit 8fad7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/java/idl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
*
</osgi.import>
<osgi.export>org.apache.avro.idl*;version="${project.version}"</osgi.export>
<antlr.version>4.13.1</antlr.version>
<antlr.version>4.13.2</antlr.version>
</properties>

<build>
Expand Down

0 comments on commit 8fad7dd

Please sign in to comment.