Skip to content

Commit

Permalink
Merge pull request #131 from ochedru/upgrade_dw
Browse files Browse the repository at this point in the history
Upgrade Dropwizard to 4.0.4
  • Loading branch information
ochedru committed Nov 18, 2023
2 parents 360f6b9 + 2754fdc commit 023f410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ This project is available in the [Central Repository](http://search.maven.org/#s
<dependency>
<groupId>org.dhatim</groupId>
<artifactId>dropwizard-sentry</artifactId>
<version>2.1.1</version>
<version>4.0.4</version>
</dependency>
```

Expand Down
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 023f410

Please sign in to comment.