From 10c5c17eb2544b8be5b5ffc1b5e523859cde4a43 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Thu, 18 Jan 2024 13:35:01 +0100 Subject: [PATCH] Update jmh to 1.37 for org.eclipse.jgit.benchmark and - fix org.eclipse.jgit.benchmark/.classpath Change-Id: I66f81228f17ede5732fa43aa693b4cfddb5a71f6 --- WORKSPACE | 6 +++--- org.eclipse.jgit.benchmarks/.classpath | 15 ++------------- org.eclipse.jgit.benchmarks/pom.xml | 2 +- 3 files changed, 6 insertions(+), 17 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index ee4deef22b..4c959c011f 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.35" +JMH_VERS = "1.37" maven_jar( name = "jmh-core", artifact = "org.openjdk.jmh:jmh-core:" + JMH_VERS, attach_source = False, - sha1 = "c14d712be8e423969fcd344bc801cf5d3ea3b62a", + sha1 = "896f27e49105b35ea1964319c83d12082e7a79ef", ) maven_jar( name = "jmh-annotations", artifact = "org.openjdk.jmh:jmh-generator-annprocess:" + JMH_VERS, attach_source = False, - sha1 = "50fba446d32d22f95f51a391f3450e03af006754", + sha1 = "da93888682df163144edf9b13d2b78e54166063a", ) maven_jar( diff --git a/org.eclipse.jgit.benchmarks/.classpath b/org.eclipse.jgit.benchmarks/.classpath index 8dcf94ed9c..01d71610e6 100644 --- a/org.eclipse.jgit.benchmarks/.classpath +++ b/org.eclipse.jgit.benchmarks/.classpath @@ -1,6 +1,6 @@ - + @@ -19,18 +19,7 @@ - - - - - - - - - - - - \ No newline at end of file + diff --git a/org.eclipse.jgit.benchmarks/pom.xml b/org.eclipse.jgit.benchmarks/pom.xml index 47402385b9..d96fe48171 100644 --- a/org.eclipse.jgit.benchmarks/pom.xml +++ b/org.eclipse.jgit.benchmarks/pom.xml @@ -23,7 +23,7 @@ 11 UTF-8 - 1.35 + 1.37 benchmarks -- 2.39.5