From 4cc90eb0d374fb0c899fb6c02755e9097cc8341a Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 20 Aug 2026 13:29:05 +0000
Subject: [PATCH 1/2] fix(deps): update dependency
org.apache.opennlp:opennlp-tools to v2 [security]
---
examples/lucene-linguistics/going-crazy/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/lucene-linguistics/going-crazy/pom.xml b/examples/lucene-linguistics/going-crazy/pom.xml
index e1fb65920..9d7c31e87 100644
--- a/examples/lucene-linguistics/going-crazy/pom.xml
+++ b/examples/lucene-linguistics/going-crazy/pom.xml
@@ -84,7 +84,7 @@
org.apache.opennlp
opennlp-tools
- 1.9.5
+ 2.5.9
From 36c71d49d3d22e34643eda253ba2dcfd9720669f Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Thu, 20 Aug 2026 13:41:11 +0000
Subject: [PATCH 2/2] fix: exclude slf4j from lucene opennlp sample
Co-authored-by: esolitos <401819+esolitos@users.noreply.github.com>
---
examples/lucene-linguistics/going-crazy/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/examples/lucene-linguistics/going-crazy/pom.xml b/examples/lucene-linguistics/going-crazy/pom.xml
index 9d7c31e87..4ed1a8604 100644
--- a/examples/lucene-linguistics/going-crazy/pom.xml
+++ b/examples/lucene-linguistics/going-crazy/pom.xml
@@ -45,6 +45,12 @@
org.apache.lucene
lucene-analysis-opennlp
${lucene.version}
+
+
+ org.slf4j
+ slf4j-api
+
+
org.apache.lucene