changeset 95:b08aea96bec4

Upgrade to JMH 1.20
author shade
date Mon, 05 Mar 2018 11:17:08 +0100
parents 99796a2ba4e5
children 99bdce815ba3
files pom.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pom.xml	Mon Mar 05 11:16:08 2018 +0100
+++ b/pom.xml	Mon Mar 05 11:17:08 2018 +0100
@@ -73,7 +73,7 @@
         <!--
             JMH version to use with this project.
           -->
-        <jmh.version>1.19</jmh.version>
+        <jmh.version>1.20</jmh.version>
 
         <!--
             Java source/target to use for compilation.