summaryrefslogtreecommitdiffstats
path: root/WORKSPACE
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2023-08-29 23:17:50 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2023-08-29 23:17:50 +0200
commitb6b0d323a71d6f36f3e752a8dfb0585768fd7c5c (patch)
treea0496af8e8622724cb03237b3bbc84f569e60750 /WORKSPACE
parent46264ba489b57b25f0de8013fef1c4b7306c3967 (diff)
downloadjgit-b6b0d323a71d6f36f3e752a8dfb0585768fd7c5c.tar.gz
jgit-b6b0d323a71d6f36f3e752a8dfb0585768fd7c5c.zip
Update jmh to 1.37
Change-Id: I39e3dda1c13268c44055295398eab36c5ff7eb3e
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE6
1 files changed, 3 insertions, 3 deletions
diff --git a/WORKSPACE b/WORKSPACE
index d8cdde20e1..021d72ccf5 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -24,20 +24,20 @@ register_toolchains("//tools:error_prone_warnings_toolchain_java11_definition")
register_toolchains("//tools:error_prone_warnings_toolchain_java17_definition")
-JMH_VERS = "1.36"
+JMH_VERS = "1.37"
maven_jar(
name = "jmh-core",
artifact = "org.openjdk.jmh:jmh-core:" + JMH_VERS,
attach_source = False,
- sha1 = "5a69117788322630fc5f228bc804771335d41b1b",
+ sha1 = "896f27e49105b35ea1964319c83d12082e7a79ef",
)
maven_jar(
name = "jmh-annotations",
artifact = "org.openjdk.jmh:jmh-generator-annprocess:" + JMH_VERS,
attach_source = False,
- sha1 = "41c92c483f92b3cce1c01edd849bfd3ffd920cf6",
+ sha1 = "da93888682df163144edf9b13d2b78e54166063a",
)
maven_jar(