Skip to content

Commit

Permalink
Bump lucene-queryparser from 8.6.2 to 8.6.3 (#7002)
Browse files Browse the repository at this point in the history
Bumps lucene-queryparser from 8.6.2 to 8.6.3.

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] authored Oct 12, 2020
1 parent aef8e47 commit 80c07d3
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 @@ -137,7 +137,7 @@ dependencies {
antlr4 'org.antlr:antlr4:4.8-1'
implementation 'org.antlr:antlr4-runtime:4.8-1'

implementation (group: 'org.apache.lucene', name: 'lucene-queryparser', version: '8.6.2') {
implementation (group: 'org.apache.lucene', name: 'lucene-queryparser', version: '8.6.3') {
exclude group: 'org.apache.lucene', module: 'lucene-sandbox'
}

Expand Down

0 comments on commit 80c07d3

Please sign in to comment.