From 018d1174ef34b7513e9c8fc70fade44eb6f6f137 Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Mon, 11 Dec 2023 17:23:04 +0100 Subject: [PATCH] [MINDEXER-208] Apache Lucene 9.9.0 and other minor dependency bumps (#337) Changes: - lucene 9.8.0 to 9.9.0 changes: https://lucene.apache.org/core/9_9_0/changes/Changes.html - this also switches javac source/target to release - didn't touch guice since it 7.0 changes namespace --- https://issues.apache.org/jira/browse/MINDEXER-208 --- indexer-cli/pom.xml | 2 +- indexer-examples/indexer-examples-spring/pom.xml | 2 +- pom.xml | 13 ++++++------- search-backend-remoterepository/pom.xml | 2 +- 4 files changed, 9 insertions(+), 10 deletions(-) diff --git a/indexer-cli/pom.xml b/indexer-cli/pom.xml index f681f526..c0eddc23 100644 --- a/indexer-cli/pom.xml +++ b/indexer-cli/pom.xml @@ -67,7 +67,7 @@ under the License. commons-cli commons-cli - 1.5.0 + 1.6.0 diff --git a/indexer-examples/indexer-examples-spring/pom.xml b/indexer-examples/indexer-examples-spring/pom.xml index 2678b4bc..aa45f1ec 100644 --- a/indexer-examples/indexer-examples-spring/pom.xml +++ b/indexer-examples/indexer-examples-spring/pom.xml @@ -33,7 +33,7 @@ under the License. This module contains Maven Indexer usage examples for integration with Spring. - 5.3.27 + 5.3.31 diff --git a/pom.xml b/pom.xml index 43f8f673..0768d4ff 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.maven maven-parent - 40 + 41 @@ -94,8 +94,7 @@ under the License. 11 - ${javaVersion} - ${javaVersion} + ${javaVersion} [3.8.7,) [17.0.6,21) @@ -106,9 +105,9 @@ under the License. 0.9.0.M2 6.0.0 - 9.8.0 - 3.9.5 - 1.9.16 + 9.9.0 + 3.9.6 + 1.9.18 3.2.1 3.2.1 2.0.9 @@ -268,7 +267,7 @@ under the License. org.eclipse.jetty jetty-webapp - 9.4.51.v20230217 + 9.4.53.v20231009 test diff --git a/search-backend-remoterepository/pom.xml b/search-backend-remoterepository/pom.xml index 4fb90184..dc80a71e 100644 --- a/search-backend-remoterepository/pom.xml +++ b/search-backend-remoterepository/pom.xml @@ -41,7 +41,7 @@ under the License. org.jsoup jsoup - 1.16.2 + 1.17.1