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 2021/12/24 15:51:39 UTC

[commons-lang] branch master updated: Bump jmh.version from 1.33 to 1.34 (#842)

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-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 8219f7a  Bump jmh.version from 1.33 to 1.34 (#842)
8219f7a is described below

commit 8219f7a2cd11a628f12680bf914c54e247f7608b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Dec 24 10:51:34 2021 -0500

    Bump jmh.version from 1.33 to 1.34 (#842)
    
    Bumps `jmh.version` from 1.33 to 1.34.
    
    Updates `jmh-core` from 1.33 to 1.34
    
    Updates `jmh-generator-annprocess` from 1.33 to 1.34
    
    ---
    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>
    
    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 5a5d23a..5eb8b15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -644,7 +644,7 @@
     <clirr.skip>true</clirr.skip>
 
     <!-- JMH Benchmark related properties, version, target compiler and name of the benchmarking uber jar. -->
-    <jmh.version>1.33</jmh.version>
+    <jmh.version>1.34</jmh.version>
     <uberjar.name>benchmarks</uberjar.name>
 
     <commons.jacoco.version>0.8.7</commons.jacoco.version>