Skip to content

Commit

Permalink
Upgrade Dropwizard to 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierchedru committed Nov 18, 2023
1 parent 360f6b9 commit 43dd67a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-bom</artifactId>
<version>4.0.3</version>
<version>4.0.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -81,12 +81,6 @@
<artifactId>sentry-logback</artifactId>
<version>${sentry.version}</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.9.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-testing</artifactId>
Expand Down

0 comments on commit 43dd67a

Please sign in to comment.