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-text.git
The following commit(s) were added to refs/heads/master by this push: new cfee1b6a Bump jmh.version from 1.35 to 1.36 (#388) cfee1b6a is described below commit cfee1b6aa97c5532707b13bf522ab2aa2a42ab01 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Nov 18 15:31:22 2022 -0500 Bump jmh.version from 1.35 to 1.36 (#388) 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 c6846e12..d40e0c5f 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ <commons.japicmp.version>0.16.0</commons.japicmp.version> <japicmp.skip>false</japicmp.skip> - <jmh.version>1.35</jmh.version> + <jmh.version>1.36</jmh.version> <commons.project-info.version>3.1.2</commons.project-info.version> <!-- Commons Release Plugin -->