From 71f8c8056b4506e103e0bceaafed6820b3e398d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Apr 2021 09:27:27 +0000 Subject: [PATCH] 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] --- 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..aedc381b 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:6.6.6' } task deps(type: Copy) {