Skip to content

Commit

Permalink
Upgrade Dropwizard Metrics to 3.2.1 (#1956)
Browse files Browse the repository at this point in the history
  • Loading branch information
arteam authored and joschi committed Mar 12, 2017
1 parent 25548c9 commit a660232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/source/about/release-notes.rst
Expand Up @@ -55,6 +55,7 @@ v1.1.0: Unreleased
* Upgraded to Objenesis 2.5.1
* Upgraded to AssertJ 3.6.2
* Upgraded to classmate 1.3.3
* Upgraded to Metrics 3.2.1 `#1936 <https://github.com/dropwizard/dropwizard/pull/1936>`_
* Upgraded to Mustache 0.9.4 `#1766 <https://github.com/dropwizard/dropwizard/pull/1766>`_
* Upgraded to Mockito 2.7.12
* Upgraded to Liquibase 3.5.3
Expand Down
2 changes: 1 addition & 1 deletion dropwizard-bom/pom.xml
Expand Up @@ -27,7 +27,7 @@
<jackson.version>2.8.7</jackson.version>
<jetty.version>9.4.2.v20170220</jetty.version>
<servlet.version>3.0.0.v201112011016</servlet.version>
<metrics3.version>3.2.0</metrics3.version>
<metrics3.version>3.2.1</metrics3.version>
<slf4j.version>1.7.24</slf4j.version>
<logback.version>1.2.1</logback.version>
<h2.version>1.4.193</h2.version>
Expand Down

0 comments on commit a660232

Please sign in to comment.