summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2023-03-30 17:06:20 +0100
committerRobert Newson <rnewson@apache.org>2023-03-30 17:06:20 +0100
commitfc9a1ebca86462af05c4e48ab2b1d7ebba4a009b (patch)
tree1b17278369c429f183687e987339bd6db621e606
parent20185a7ac563b615523b4a837c4250801d38e51b (diff)
downloadcouchdb-fc9a1ebca86462af05c4e48ab2b1d7ebba4a009b.tar.gz
upgrade to dropwizard 2.1.6
-rw-r--r--nouveau/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nouveau/pom.xml b/nouveau/pom.xml
index 6647d734a..af8d0e2a9 100644
--- a/nouveau/pom.xml
+++ b/nouveau/pom.xml
@@ -27,7 +27,7 @@
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
- <dropwizard.version>2.1.5</dropwizard.version>
+ <dropwizard.version>2.1.6</dropwizard.version>
<junit5.version>5.8.2</junit5.version>
<slf4j.version>1.7.32</slf4j.version>
<project.tests.exclude>SlowTest</project.tests.exclude>