Skip to content

Commit

Permalink
Bump antlrVersion from 4.13.0 to 4.13.1
Browse files Browse the repository at this point in the history
Bumps `antlrVersion` from 4.13.0 to 4.13.1.

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent fda895f commit 67b4e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {
dockerComposePluginVersion = "0.16.12" // https://github.com/avast/gradle-docker-compose-plugin/releases
errorpronePluginVersion = '3.1.0' // https://github.com/tbroyer/gradle-errorprone-plugin/releases
errorproneCoreVersion = '2.20.0' // https://mvnrepository.com/artifact/com.google.errorprone/error_prone_core
antlrVersion = "4.13.0" // https://github.com/antlr/antlr4/releases
antlrVersion = "4.13.1" // https://github.com/antlr/antlr4/releases
}
dependencies {
classpath "com.avast.gradle:gradle-docker-compose-plugin:$dockerComposePluginVersion"
Expand Down

0 comments on commit 67b4e0a

Please sign in to comment.