From 4f226d4a154e06ff215d6af1518c20bc9a27e293 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 16:22:55 +0000 Subject: [PATCH] Update Lucene packages --- modules/helma/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/helma/build.gradle b/modules/helma/build.gradle index f78f66d4..c4b869dc 100644 --- a/modules/helma/build.gradle +++ b/modules/helma/build.gradle @@ -1,8 +1,8 @@ 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-analyzers:3.6.2' + runtimeOnly 'org.apache.lucene:lucene-core:9.10.0' } jar.enabled = false