From 59b9df06173067eb58ce46ba0d226c3ab60defea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Apr 2021 07:57:52 +0000 Subject: [PATCH] build(deps): bump lucene-core from 2.2.0 to 8.8.1 Bumps lucene-core from 2.2.0 to 8.8.1. 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 b6cc653a..a618c9e4 100644 --- a/modules/helma/build.gradle +++ b/modules/helma/build.gradle @@ -2,7 +2,7 @@ dependencies { runtime 'ch.ethz.ganymed:ganymed-ssh2:build208' runtime 'net.sourceforge.jexcelapi:jxl:2.5.7' runtime 'org.apache.lucene:lucene-analyzers:2.2.0' - runtime 'org.apache.lucene:lucene-core:2.2.0' + runtime 'org.apache.lucene:lucene-core:8.8.1' } task deps(type: Copy) {