Skip to content

Commit

Permalink
8294149: JMH 1.34 and later requires jopt-simple 5.0.4
Browse files Browse the repository at this point in the history
8277427: Update jib-profiles.js to use JMH 1.33 devkit
8280032: Update jib-profiles.js to use JMH 1.34 devkit

Backport-of: 2283c3244f4fe475593d8a53613b5a3228bec356
  • Loading branch information
shipilev committed Aug 16, 2023
1 parent 6985739 commit 75779ec
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
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,7 @@ var getJibProfilesDependencies = function (input, common) {
jmh: {
organization: common.organization,
ext: "tar.gz",
revision: "1.28+1.0"
revision: "1.35+1.0"
},

jcov: {
Expand Down
2 changes: 1 addition & 1 deletion make/devkit/createJMHBundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

JMH_VERSION=1.36
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 75779ec

@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.