Skip to content

Commit

Permalink
Issue #153: Upgrade dropwizard to 1.2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
mk23 committed Feb 15, 2018
1 parent dfc4f1c commit 20a703f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ Libraries
---------
| Name | Version | License |
|-----------------------------------------------------------|---------|---------------------------------------------------------------------------------------------------|
| [dropwizard](http://dropwizard.io) | 1.0.5 | [Apache 2.0](https://github.com/dropwizard/dropwizard/blob/master/LICENSE) |
| [dropwizard](http://dropwizard.io) | 1.2.4 | [Apache 2.0](https://github.com/dropwizard/dropwizard/blob/master/LICENSE) |
| [jquery](http://jquery.com) | 3.1.1 | [MIT](https://github.com/jquery/jquery/blob/master/LICENSE.txt) |
| [underscore](http://underscorejs.org) | 1.8.3 | [MIT](https://github.com/jashkenas/underscore/blob/master/LICENSE) |
| [flot](http://www.flotcharts.org) | 0.8.3 | [MIT](https://github.com/flot/flot/blob/master/LICENSE.txt) |
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jmxproxy.test.port>11123</jmxproxy.test.port>
<github.repo.name>mk23/${project.artifactId}</github.repo.name>
<version.dropwizard>1.2.3</version.dropwizard>
<version.dropwizard>1.2.4</version.dropwizard>
<version.jacoco>0.7.8</version.jacoco>
</properties>

Expand Down

0 comments on commit 20a703f

Please sign in to comment.