Bump jmh.version from 1.21 to 1.27

Bumps `jmh.version` from 1.21 to 1.27.

Updates `jmh-core` from 1.21 to 1.27

Updates `jmh-generator-annprocess` from 1.21 to 1.27

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-12-10 05:53:25 +00:00 committed by Bruno P. Kinoshita
parent 413c5f8e89
commit 2f60e45087
2 changed files with 3 additions and 2 deletions

View File

@ -623,7 +623,7 @@
<clirr.skip>true</clirr.skip>
<!-- JMH Benchmark related properties, version, target compiler and name of the benchmarking uber jar. -->
<jmh.version>1.21</jmh.version>
<jmh.version>1.27</jmh.version>
<uberjar.name>benchmarks</uberjar.name>
<commons.jacoco.version>0.8.6</commons.jacoco.version>

View File

@ -95,6 +95,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Gary Gregory">Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds).</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Update maven-surefire-plugin 2.22.2 -> 3.0.0-M5.</action>
<action type="update" dev="ggregory" due-to="Dependabot">Bump maven-pmd-plugin from 3.13.0 to 3.14.0 #660.</action>
<action type="update" dev="kinow" due-to="Dependabot">Bump jmh.version from 1.21 to 1.27 #674.</action>
</release>
<release version="3.11" date="2020-07-12" description="New features and bug fixes.">
<action type="update" dev="chtompki" due-to="Jin Xu">Refine test output for FastDateParserTest</action>