Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8294149: JMH 1.34 and later requires jopt-simple 5.0.4
Reviewed-by: erikj
  • Loading branch information
cl4es committed Sep 21, 2022
1 parent 9f90eb0 commit 2283c32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion make/conf/jib-profiles.js
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion make/devkit/createJMHBundle.sh
Expand Up @@ -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

Expand Down

1 comment on commit 2283c32

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.