Skip to content

Commit

Permalink
Bump antlrVersion from 4.13.1 to 4.13.2 (#617)
Browse files Browse the repository at this point in the history
Bumps `antlrVersion` from 4.13.1 to 4.13.2.

Updates `org.antlr:antlr4` 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-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)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 8df5c64 commit c87947e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grammars/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "grammars for parsing ADL, ODIN and xpath"
apply plugin: 'antlr'

ext.antlrVersion = '4.13.1'
ext.antlrVersion = '4.13.2'

generateGrammarSource { //antlr4
outputDirectory = new File("${project.buildDir}/generated-src/antlr/main/com/nedap/archie/adlparser/antlr".toString())
Expand Down

0 comments on commit c87947e

Please sign in to comment.