changeset 65:6fd4f0b13bae

Update to JMH 1.17.4.
author shade
date Wed, 18 Jan 2017 18:24:41 +0100
parents 4b6fa8cb7422
children a009ea5f9d2c
files pom.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pom.xml	Thu Jan 05 15:10:44 2017 +0100
+++ b/pom.xml	Wed Jan 18 18:24:41 2017 +0100
@@ -74,7 +74,7 @@
         <!--
             JMH version to use with this project.
           -->
-        <jmh.version>1.17.3</jmh.version>
+        <jmh.version>1.17.4</jmh.version>
 
         <!--
             Java source/target to use for compilation.