Skip to content

Commit 19d26cb

Browse files
authored
Upgrade Dropwizard to 4.0.4 (#106)
1 parent 34e2c3a commit 19d26cb

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>io.dropwizard</groupId>
6464
<artifactId>dropwizard-bom</artifactId>
65-
<version>4.0.3</version>
65+
<version>4.0.4</version>
6666
<type>pom</type>
6767
<scope>import</scope>
6868
</dependency>
@@ -97,12 +97,6 @@
9797
<artifactId>jjwt-jackson</artifactId>
9898
<version>${jjwt.version}</version>
9999
</dependency>
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>
106100
<dependency>
107101
<groupId>io.dropwizard</groupId>
108102
<artifactId>dropwizard-testing</artifactId>

0 commit comments

Comments
 (0)