Skip to content

Commit

Permalink
build(deps): bump antlr4.version from 4.12.0 to 4.13.1
Browse files Browse the repository at this point in the history
Bumps `antlr4.version` from 4.12.0 to 4.13.1.

Updates `org.antlr:antlr4-runtime` from 4.12.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.12.0...4.13.1)

Updates `org.antlr:antlr4-maven-plugin` from 4.12.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.12.0...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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and fhussonnois committed Sep 13, 2023
1 parent 1aee27a commit 33c753d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connect-file-pulse-expression/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ limitations under the License.
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<checkstyle.config.location>${project.parent.basedir}</checkstyle.config.location>
<license.header.file>${project.parent.basedir}/license-header</license.header.file>
<antlr4.version>4.12.0</antlr4.version>
<antlr4.version>4.13.1</antlr4.version>
</properties>

<build>
Expand Down

0 comments on commit 33c753d

Please sign in to comment.