diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-08-29 23:17:50 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-08-29 23:17:50 +0200 |
commit | b6b0d323a71d6f36f3e752a8dfb0585768fd7c5c (patch) | |
tree | a0496af8e8622724cb03237b3bbc84f569e60750 /org.eclipse.jgit.benchmarks | |
parent | 46264ba489b57b25f0de8013fef1c4b7306c3967 (diff) | |
download | jgit-b6b0d323a71d6f36f3e752a8dfb0585768fd7c5c.tar.gz jgit-b6b0d323a71d6f36f3e752a8dfb0585768fd7c5c.zip |
Update jmh to 1.37
Change-Id: I39e3dda1c13268c44055295398eab36c5ff7eb3e
Diffstat (limited to 'org.eclipse.jgit.benchmarks')
-rw-r--r-- | org.eclipse.jgit.benchmarks/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.benchmarks/pom.xml b/org.eclipse.jgit.benchmarks/pom.xml index e2209c7e82..fcab0a652e 100644 --- a/org.eclipse.jgit.benchmarks/pom.xml +++ b/org.eclipse.jgit.benchmarks/pom.xml @@ -23,7 +23,7 @@ <properties> <java.version>11</java.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <jmh.version>1.36</jmh.version> + <jmh.version>1.37</jmh.version> <uberjar.name>benchmarks</uberjar.name> </properties> |