Skip to content

Commit

Permalink
Bump antlr4.version from 4.9.3 to 4.13.1
Browse files Browse the repository at this point in the history
Bumps `antlr4.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 7, 2024
1 parent 69b4f8b commit 8d13686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zetasql-toolkit-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<zetasql.toolkit.version>${project.version}</zetasql.toolkit.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.deploy.skip>false</maven.deploy.skip>
<antlr4.version>4.9.3</antlr4.version>
<antlr4.version>4.13.1</antlr4.version>
<properties.maven.plugin.version>1.1.0</properties.maven.plugin.version>
<maven.jar.plugin.version>3.3.0</maven.jar.plugin.version>
</properties>
Expand Down

0 comments on commit 8d13686

Please sign in to comment.