changeset 51:79ac5fe68ddd

Update to JMH 1.17.3.
author shade
date Thu, 15 Dec 2016 22:54:46 +0100
parents eac18811b563
children 7c8ea59bcd6a
files pom.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pom.xml	Thu Dec 15 22:54:31 2016 +0100
+++ b/pom.xml	Thu Dec 15 22:54:46 2016 +0100
@@ -74,7 +74,7 @@
         <!--
             JMH version to use with this project.
           -->
-        <jmh.version>1.17.2</jmh.version>
+        <jmh.version>1.17.3</jmh.version>
 
         <!--
             Java source/target to use for compilation.