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 0a3d295 commit 29b56c6Copy full SHA for 29b56c6
CompareFrameworks/dropwizard-hello-world/pom.xml
@@ -16,7 +16,7 @@
16
<properties>
17
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
18
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
19
- <dropwizard.version>4.0.3</dropwizard.version>
+ <dropwizard.version>4.0.4</dropwizard.version>
20
<mainClass>com.saurabh.DropwizardHelloWorldApplication</mainClass>
21
</properties>
22
@@ -52,7 +52,7 @@
52
<dependency>
53
<groupId>io.dropwizard</groupId>
54
<artifactId>dropwizard-views</artifactId>
55
- <version>4.0.3</version>
+ <version>4.0.4</version>
56
</dependency>
57
</dependencies>
58
0 commit comments