use latest dropwizard release

This commit is contained in:
Athou
2023-12-27 09:32:24 +01:00
parent 9cd1cde571
commit fdf4fdcc87

View File

@@ -22,7 +22,7 @@
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-dependencies</artifactId>
<version>4.0.4</version>
<version>4.0.5</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -462,17 +462,17 @@
<version>2.0.1</version>
<scope>test</scope>
</dependency>
<!-- dropwizard pulls bouncycastle 1.76 but mockserver pulls 1.72, causing NoSuchFieldError on BCObjectIdentifiers.sphincsPlus_shake_256 -->
<!-- dropwizard pulls bouncycastle 1.77 but mockserver pulls 1.72, causing NoSuchFieldError on BCObjectIdentifiers.sphincsPlus_shake_256 -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.76</version><!--$NO-MVN-MAN-VER$ -->
<version>1.77</version><!--$NO-MVN-MAN-VER$ -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
<version>1.76</version>
<version>1.77</version>
<scope>test</scope>
</dependency>
<dependency>