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/23 19:11:43 UTC

(couchdb) 01/01: upgrade lucene to 9.9.1

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

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

commit 23e9b5881fb309a293241437621623233897fafa
Author: Robert Newson <rn...@apache.org>
AuthorDate: Sat Dec 23 19:11:25 2023 +0000

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

diff --git a/nouveau/build.gradle b/nouveau/build.gradle
index 6186bd64f..8eab31164 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.9.0'
+    def luceneVersion = '9.9.1'
     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