Skip to content

Commit 679faa6

Browse files
committed
8263097: Update JMH devkit to 1.28
Reviewed-by: ecaspole, erikj
1 parent ab2cfcc commit 679faa6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

make/conf/jib-profiles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1114,7 +1114,7 @@ var getJibProfilesDependencies = function (input, common) {
11141114
jmh: {
11151115
organization: common.organization,
11161116
ext: "tar.gz",
1117-
revision: "1.21+1.0"
1117+
revision: "1.28+1.0"
11181118
},
11191119

11201120
jcov: {

make/devkit/createJMHBundle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# Create a bundle in the build directory, containing what's needed to
2727
# build and run JMH microbenchmarks from the OpenJDK build.
2828

29-
JMH_VERSION=1.26
29+
JMH_VERSION=1.28
3030
COMMONS_MATH3_VERSION=3.2
3131
JOPT_SIMPLE_VERSION=4.6
3232

0 commit comments

Comments
 (0)