You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2023/12/15 20:07:56 UTC

(couchdb) branch lucene-9.9 created (now eb53a4f3f)

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

rnewson pushed a change to branch lucene-9.9
in repository https://gitbox.apache.org/repos/asf/couchdb.git


      at eb53a4f3f upgrade to lucene 9.9.0

This branch includes the following new commits:

     new eb53a4f3f upgrade to lucene 9.9.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



(couchdb) 01/01: upgrade to lucene 9.9.0

Posted by rn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a commit to branch lucene-9.9
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit eb53a4f3f7e93c1cae34c97a037a9bfff1d9bc8c
Author: Robert Newson <rn...@apache.org>
AuthorDate: Fri Dec 15 19:51:16 2023 +0000

    upgrade to lucene 9.9.0
---
 nouveau/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nouveau/build.gradle b/nouveau/build.gradle
index 68df28b99..6186bd64f 100644
--- a/nouveau/build.gradle
+++ b/nouveau/build.gradle
@@ -24,7 +24,7 @@ dependencies {
     implementation 'io.dropwizard.metrics:metrics-jersey2'
     testImplementation 'io.dropwizard:dropwizard-testing'
 
-    def luceneVersion = '9.8.0'
+    def luceneVersion = '9.9.0'
     implementation group: 'org.apache.lucene', name: 'lucene-core', version: luceneVersion
     implementation group: 'org.apache.lucene', name: 'lucene-queryparser', version: luceneVersion
     implementation group: 'org.apache.lucene', name: 'lucene-analysis-common', version: luceneVersion