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 2024/02/14 21:51:48 UTC

(couchdb) 01/01: nouveau: upgrade lucene and dropwizard deps

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

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

commit c896c39e6cae630e40875addbe679b38e754ca9e
Author: Robert Newson <rn...@apache.org>
AuthorDate: Wed Feb 14 21:43:35 2024 +0000

    nouveau: upgrade lucene and dropwizard deps
---
 nouveau/build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nouveau/build.gradle b/nouveau/build.gradle
index 8eab31164..c34ca0108 100644
--- a/nouveau/build.gradle
+++ b/nouveau/build.gradle
@@ -16,7 +16,7 @@ repositories {
 }
 
 dependencies {
-    implementation platform('io.dropwizard:dropwizard-dependencies:4.0.4')
+    implementation platform('io.dropwizard:dropwizard-dependencies:4.0.6')
     implementation 'io.dropwizard:dropwizard-core'
     implementation 'io.dropwizard:dropwizard-http2'
     implementation 'io.dropwizard.metrics:metrics-core'
@@ -24,7 +24,7 @@ dependencies {
     implementation 'io.dropwizard.metrics:metrics-jersey2'
     testImplementation 'io.dropwizard:dropwizard-testing'
 
-    def luceneVersion = '9.9.1'
+    def luceneVersion = '9.9.2'
     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