Skip to content

Commit

Permalink
Bump antlr4-runtime from 4.9.1 to 4.9.2 (#7537)
Browse files Browse the repository at this point in the history
Bumps [antlr4-runtime](https://github.com/antlr/antlr4) from 4.9.1 to 4.9.2.
- [Release notes](https://github.com/antlr/antlr4/releases)
- [Changelog](https://github.com/antlr/antlr4/blob/master/CHANGES.txt)
- [Commits](antlr/antlr4@4.9.1...4.9.2)

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 Mar 15, 2021
1 parent 2eeb5eb commit 6f2d5ed
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 @@ -125,7 +125,7 @@ dependencies {
implementation 'org.antlr:antlr-runtime:3.5.2'

antlr4 'org.antlr:antlr4:4.9.1'
implementation 'org.antlr:antlr4-runtime:4.9.1'
implementation 'org.antlr:antlr4-runtime:4.9.2'

implementation (group: 'org.apache.lucene', name: 'lucene-queryparser', version: '8.8.1') {
exclude group: 'org.apache.lucene', module: 'lucene-sandbox'
Expand Down

0 comments on commit 6f2d5ed

Please sign in to comment.