Skip to content

Commit 023f410

Browse files
authored
Merge pull request #131 from ochedru/upgrade_dw
Upgrade Dropwizard to 4.0.4
2 parents 360f6b9 + 2754fdc commit 023f410

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ This project is available in the [Central Repository](http://search.maven.org/#s
7575
<dependency>
7676
<groupId>org.dhatim</groupId>
7777
<artifactId>dropwizard-sentry</artifactId>
78-
<version>2.1.1</version>
78+
<version>4.0.4</version>
7979
</dependency>
8080
```
8181

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>io.dropwizard</groupId>
6262
<artifactId>dropwizard-bom</artifactId>
63-
<version>4.0.3</version>
63+
<version>4.0.4</version>
6464
<type>pom</type>
6565
<scope>import</scope>
6666
</dependency>
@@ -81,12 +81,6 @@
8181
<artifactId>sentry-logback</artifactId>
8282
<version>${sentry.version}</version>
8383
</dependency>
84-
<dependency>
85-
<groupId>org.junit.jupiter</groupId>
86-
<artifactId>junit-jupiter-api</artifactId>
87-
<version>5.9.3</version>
88-
<scope>test</scope>
89-
</dependency>
9084
<dependency>
9185
<groupId>io.dropwizard</groupId>
9286
<artifactId>dropwizard-testing</artifactId>

0 commit comments

Comments
 (0)