From aa308fe1595dfcaf1593b4428620d42d0ff55f4b Mon Sep 17 00:00:00 2001 From: Daniel Mitterdorfer Date: Tue, 4 Oct 2016 10:20:45 +0200 Subject: [PATCH] Upgrade microbenchmarks to JMH 1.15 --- buildSrc/version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/version.properties b/buildSrc/version.properties index 625d0b66357..9b31e009786 100644 --- a/buildSrc/version.properties +++ b/buildSrc/version.properties @@ -20,4 +20,4 @@ commonscodec = 1.10 hamcrest = 1.3 securemock = 1.2 # benchmark dependencies -jmh = 1.14 +jmh = 1.15