We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34e2c3a commit 19d26cbCopy full SHA for 19d26cb
pom.xml
@@ -62,7 +62,7 @@
62
<dependency>
63
<groupId>io.dropwizard</groupId>
64
<artifactId>dropwizard-bom</artifactId>
65
- <version>4.0.3</version>
+ <version>4.0.4</version>
66
<type>pom</type>
67
<scope>import</scope>
68
</dependency>
@@ -97,12 +97,6 @@
97
<artifactId>jjwt-jackson</artifactId>
98
<version>${jjwt.version}</version>
99
100
- <dependency>
101
- <groupId>org.junit.jupiter</groupId>
102
- <artifactId>junit-jupiter-api</artifactId>
103
- <version>5.9.3</version>
104
- <scope>test</scope>
105
- </dependency>
106
107
108
<artifactId>dropwizard-testing</artifactId>
0 commit comments