You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/11/18 20:09:25 UTC

[commons-bcel] branch master updated: Bump jmh.version from 1.35 to 1.36 (#170)

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] <49...@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] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@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>