summaryrefslogtreecommitdiffstats
path: root/WORKSPACE
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2021-06-29 21:34:49 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2021-07-08 17:59:49 +0200
commitcaf3fbe8bfac560b7b2048044a1ccaf9cfa65709 (patch)
tree1313208bfb670b803d6db6fe8a43ddb55c117d11 /WORKSPACE
parent66c9c7bf876bd81ebf57a769f14f5403861f83db (diff)
downloadjgit-caf3fbe8bfac560b7b2048044a1ccaf9cfa65709.tar.gz
jgit-caf3fbe8bfac560b7b2048044a1ccaf9cfa65709.zip
Update JMH used in benchmarks to 1.32
Change-Id: I98734165de8256ab1461733169957efbfa5f36e4 CQ: 23499 CQ: 23500
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE6
1 files changed, 3 insertions, 3 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 68305b4a7d..025c28fb4a 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -55,20 +55,20 @@ exports_files(["WORKSPACE"], visibility = ["//visibility:public"])
],
)
-JMH_VERS = "1.21"
+JMH_VERS = "1.32"
maven_jar(
name = "jmh-core",
artifact = "org.openjdk.jmh:jmh-core:" + JMH_VERS,
attach_source = False,
- sha1 = "442447101f63074c61063858033fbfde8a076873",
+ sha1 = "9a8b69ea08118fd4e5d30a152d37b7087ee4a720",
)
maven_jar(
name = "jmh-annotations",
artifact = "org.openjdk.jmh:jmh-generator-annprocess:" + JMH_VERS,
attach_source = False,
- sha1 = "7aac374614a8a76cad16b91f1a4419d31a7dcda3",
+ sha1 = "0a28eccc75e0d65984ce25e1ec4dd021a0ca6c57",
)
maven_jar(