8294149: JMH 1.34 and later requires jopt-simple 5.0.4

Reviewed-by: erikj
This commit is contained in:
Claes Redestad 2022-09-21 22:17:50 +00:00
parent 9f90eb0524
commit 2283c3244f
2 changed files with 2 additions and 2 deletions

View File

@ -1142,7 +1142,7 @@ var getJibProfilesDependencies = function (input, common) {
jmh: {
organization: common.organization,
ext: "tar.gz",
revision: "1.34+1.0"
revision: "1.35+1.0"
},
jcov: {

View File

@ -28,7 +28,7 @@
JMH_VERSION=1.35
COMMONS_MATH3_VERSION=3.2
JOPT_SIMPLE_VERSION=4.6
JOPT_SIMPLE_VERSION=5.0.4
BUNDLE_NAME=jmh-$JMH_VERSION.tar.gz