Skip to content

Commit

Permalink
0.5.3, upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cgray committed Sep 28, 2016
1 parent 386e09a commit 837bb8e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.5.3 - Sept. 28, 2016
---
* [Dropwizard 1.0.2](http://www.dropwizard.io/1.0.2/docs/about/release-notes.html#v1-0-2-sep-23-2016)
* [Tenacity 1.0.2](https://github.com/yammer/tenacity/blob/master/CHANGES.md)
* PostgreSQL 9.4.1211.jre7

0.5.2 - August 18, 2016
---
* `Hystrix 1.5.4` changed the `HystrixMetricsStreamServlet` to use a new parameter to
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
</issueManagement>

<properties>
<dropwizard.version>1.0.0</dropwizard.version>
<dropwizard.version>1.0.2</dropwizard.version>
<windowsazure.version>0.4.6</windowsazure.version>
<tenacity.version>1.0.1</tenacity.version>
<tenacity.version>1.0.2</tenacity.version>
<turbine.version>1.0.0</turbine.version>
<dropwizard-auth-ldap.version>1.0.0</dropwizard-auth-ldap.version>
<postgresql.version>9.4.1209.jre7</postgresql.version>
<postgresql.version>9.4.1211.jre7</postgresql.version>
<h2.version>1.4.192</h2.version>
<kubernetes.version>2.2.144</kubernetes.version>
</properties>
Expand Down

0 comments on commit 837bb8e

Please sign in to comment.