Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 11, 2021
1 parent b3bbdbb commit 31e20f1
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 @@ -123,7 +123,7 @@ dependencies {
antlr3 'org.antlr:antlr:3.5.2'
implementation 'org.antlr:antlr-runtime:3.5.2'

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

implementation (group: 'org.apache.lucene', name: 'lucene-queryparser', version: '8.7.0') {
Expand Down

0 comments on commit 31e20f1

Please sign in to comment.