From d384dc34fc359e809c06ee61d92df5da7869014c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Apr 2021 17:51:07 +0000 Subject: [PATCH] build(deps): bump lucene-core from 2.2.0 to 7.7.3 Bumps lucene-core from 2.2.0 to 7.7.3. Signed-off-by: dependabot[bot] --- modules/helma/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/helma/build.gradle b/modules/helma/build.gradle index 81f22c50..7ae2a9ca 100644 --- a/modules/helma/build.gradle +++ b/modules/helma/build.gradle @@ -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:7.7.3' } task deps(type: Copy) {