Skip to content

Commit

Permalink
dropwizard 1.1.2 and updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cgray committed Jul 5, 2017
1 parent ad52e0a commit 49024f8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Next
---
* [Dropwizard 1.1.2](https://github.com/dropwizard/dropwizard/releases/tag/v1.1.2)
* Assertj-core 3.8.0
* Mockito-core 2.8.47
* Error-prone-core 2.0.21

1.1.2, 1.1.2.{dw9, dw8, dw7} :: May. 19, 2017
---
* [Hystrix 1.5.12](https://github.com/Netflix/Hystrix/blob/master/CHANGELOG.md#version-1512-maven-central-bintray)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_core</artifactId>
<version>2.0.19</version>
<version>2.0.21</version>
</dependency>
</dependencies>
</plugin>
Expand Down
6 changes: 3 additions & 3 deletions tenacity-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<dropwizard.version>1.1.1</dropwizard.version>
<dropwizard.version>1.1.2</dropwizard.version>
<hystrix.version>1.5.12</hystrix.version>

<assertj.core.version>3.7.0</assertj.core.version>
<assertj.core.version>3.8.0</assertj.core.version>
<assertj.guava.version>3.1.0</assertj.guava.version>
<mockito.version>2.8.9</mockito.version>
<mockito.version>2.8.47</mockito.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 49024f8

Please sign in to comment.