This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/branch-1.11 by this push:
new 73ba9c899 Bump jmh.version from 1.35 to 1.36 in /lang/java (#1975)
73ba9c899 is described below
commit 73ba9c899dcf67562023b93c4240609df100502e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 21 09:17:49 2022 +0200
Bump jmh.version from 1.35 to 1.36 in /lang/java (#1975)
Bumps `jmh.version` from 1.35 to 1.36.
Updates `jmh-core` from 1.35 to 1.36
- [Release notes](https://github.com/openjdk/jmh/releases)
- [Commits](https://github.com/openjdk/jmh/compare/1.35...1.36)
Updates `jmh-generator-annprocess` from 1.35 to 1.36
- [Release notes](https://github.com/openjdk/jmh/releases)
- [Commits](https://github.com/openjdk/jmh/compare/1.35...1.36)
---
updated-dependencies:
- dependency-name: org.openjdk.jmh:jmh-core
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.openjdk.jmh:jmh-generator-annprocess
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit ad14bb97622a814ab7b60228c9d401385f39a13d)
---
lang/java/perf/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/java/perf/pom.xml b/lang/java/perf/pom.xml
index 680e01f1f..eb6ff07f7 100644
--- a/lang/java/perf/pom.xml
+++ b/lang/java/perf/pom.xml
@@ -34,7 +34,7 @@
<packaging>jar</packaging>
<properties>
- <jmh.version>1.35</jmh.version>
+ <jmh.version>1.36</jmh.version>
<main.basedir>${project.parent.parent.basedir}</main.basedir>
</properties>