build(deps): bump lucene-core from 2.2.0 to 6.6.6

Bumps lucene-core from 2.2.0 to 6.6.6.

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-04-19 09:27:27 +00:00 committed by GitHub
parent 85e8088e40
commit 71f8c8056b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ dependencies {
runtimeOnly 'ch.ethz.ganymed:ganymed-ssh2:build209'
runtimeOnly 'net.sourceforge.jexcelapi:jxl:2.5.7'
runtimeOnly 'org.apache.lucene:lucene-analyzers:2.2.0'
runtimeOnly 'org.apache.lucene:lucene-core:2.2.0'
runtimeOnly 'org.apache.lucene:lucene-core:6.6.6'
}
task deps(type: Copy) {