8294149: JMH 1.34 and later requires jopt-simple 5.0.4
Reviewed-by: erikj
This commit is contained in:
parent
9f90eb0524
commit
2283c3244f
@ -1142,7 +1142,7 @@ var getJibProfilesDependencies = function (input, common) {
|
|||||||
jmh: {
|
jmh: {
|
||||||
organization: common.organization,
|
organization: common.organization,
|
||||||
ext: "tar.gz",
|
ext: "tar.gz",
|
||||||
revision: "1.34+1.0"
|
revision: "1.35+1.0"
|
||||||
},
|
},
|
||||||
|
|
||||||
jcov: {
|
jcov: {
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
JMH_VERSION=1.35
|
JMH_VERSION=1.35
|
||||||
COMMONS_MATH3_VERSION=3.2
|
COMMONS_MATH3_VERSION=3.2
|
||||||
JOPT_SIMPLE_VERSION=4.6
|
JOPT_SIMPLE_VERSION=5.0.4
|
||||||
|
|
||||||
BUNDLE_NAME=jmh-$JMH_VERSION.tar.gz
|
BUNDLE_NAME=jmh-$JMH_VERSION.tar.gz
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user