Skip to content

Commit

Permalink
Upgrade JMH to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
arteam committed Jul 23, 2017
1 parent c67ff13 commit a3b2a82
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions metrics-benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
A development module for performance benchmarks of Metrics classes.
</description>

<properties>
<jmh.version>1.19</jmh.version>
</properties>

<dependencies>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
Expand All @@ -23,12 +27,12 @@
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-core</artifactId>
<version>1.15</version>
<version>${jmh.version}</version>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-generator-annprocess</artifactId>
<version>1.15</version>
<version>${jmh.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit a3b2a82

Please sign in to comment.