This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
The following commit(s) were added to refs/heads/master by this push: new 5aeaacf8 Bump jmh.version from 1.35 to 1.36 (#170) 5aeaacf8 is described below commit 5aeaacf8dc1fd53c4344b10641f60bbfe60ed451 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Nov 18 15:09:20 2022 -0500 Bump jmh.version from 1.35 to 1.36 (#170) 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:development update-type: version-update:semver-minor - dependency-name: org.openjdk.jmh:jmh-generator-annprocess dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 58eb217f..e2110495 100644 --- a/pom.xml +++ b/pom.xml @@ -519,7 +519,7 @@ <properties> <skipTests>true</skipTests> <benchmark>org.apache</benchmark> - <jmh.version>1.35</jmh.version> + <jmh.version>1.36</jmh.version> </properties> <dependencies>