Skip to content

Commit

Permalink
Update jmh to 1.31 (fixes #47)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelmay committed May 24, 2021
1 parent f83ce43 commit c76be7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,12 @@
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-core</artifactId>
<version>1.29</version>
<version>1.31</version>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-generator-annprocess</artifactId>
<version>1.29</version>
<version>1.31</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit c76be7a

Please sign in to comment.