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 5366a61 commit 36d3d0dCopy full SHA for 36d3d0d
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>2.0.23</dropwizard.version>
+ <dropwizard.version>2.0.24</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>2.0.23</version>
+ <version>2.0.24</version>
56
</dependency>
57
</dependencies>
58
0 commit comments