You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2023/02/01 17:43:38 UTC

[cxf] branch main updated: Update Apache Lucene to 9.5.0

This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new 6039ff0c00 Update Apache Lucene to 9.5.0
6039ff0c00 is described below

commit 6039ff0c0075637f0fa1687036b053b78a5eca9a
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Wed Feb 1 12:42:46 2023 -0500

    Update Apache Lucene to 9.5.0
---
 distribution/src/main/release/samples/pom.xml | 2 +-
 parent/pom.xml                                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index 17fb830b9b..0639d39083 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -41,7 +41,7 @@
         <cxf.tomcat.version>10.1.5</cxf.tomcat.version>
         <cxf.jboss.weld.version>4.0.2.Final</cxf.jboss.weld.version>
         <cxf.gson.version>2.10.1</cxf.gson.version>
-        <cxf.lucene.version>9.4.2</cxf.lucene.version>
+        <cxf.lucene.version>9.5.0</cxf.lucene.version>
         <cxf.olingo.server.version>4.9.0</cxf.olingo.server.version>
         <cxf.aspectj.version>1.9.19</cxf.aspectj.version>
         <cxf.brave.version>5.14.1</cxf.brave.version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 671e58543a..2c76bda690 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -150,7 +150,7 @@
         <cxf.ldapsdk.version>6.0.7</cxf.ldapsdk.version>
         <cxf.littleproxy.version>1.1.2</cxf.littleproxy.version>
         <cxf.logback.classic.version>1.4.5</cxf.logback.classic.version>
-        <cxf.lucene.version>9.4.2</cxf.lucene.version>
+        <cxf.lucene.version>9.5.0</cxf.lucene.version>
         <cxf.maven.core.version>3.6.3</cxf.maven.core.version>
         <cxf.micrometer.version>1.10.3</cxf.micrometer.version>
         <cxf.microprofile.config.version>3.0.2</cxf.microprofile.config.version>