From 20da5383ce50570ecda48ce84fd13d432fef83b2 Mon Sep 17 00:00:00 2001 From: Masaru Nomura Date: Fri, 30 Sep 2016 00:59:37 +0900 Subject: [PATCH] Upgrade JMH to 1.14.1 Motivation: It'd be usually good to use the latest library version. Modification: Bumped JMH to the latest version as of today. Result: Now we use JMH version 1.14.1 for our benchmark. --- microbench/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/microbench/pom.xml b/microbench/pom.xml index 5133097352..0a84501883 100644 --- a/microbench/pom.xml +++ b/microbench/pom.xml @@ -92,12 +92,12 @@ org.openjdk.jmh jmh-core - 1.12 + 1.14.1 org.openjdk.jmh jmh-generator-annprocess - 1.12 + 1.14.1 provided