changeset 37:01d80497be8b

Update to JMH 1.17.2.
author shade
date Tue, 06 Dec 2016 15:00:42 +0100
parents 0844352df50d
children a8d82333b825
files pom.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pom.xml	Fri Dec 02 17:20:25 2016 +0100
+++ b/pom.xml	Tue Dec 06 15:00:42 2016 +0100
@@ -74,7 +74,7 @@
         <!--
             JMH version to use with this project.
           -->
-        <jmh.version>1.17.1</jmh.version>
+        <jmh.version>1.17.2</jmh.version>
 
         <!--
             Java source/target to use for compilation.