You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2021/12/24 20:55:48 UTC

[commons-text] branch master updated: Bump jmh.version from 1.33 to 1.34

This is an automated email from the ASF dual-hosted git repository.

kinow 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 8cfdafc  Bump jmh.version from 1.33 to 1.34
8cfdafc is described below

commit 8cfdafc16794089e64066592432417994aaea02c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Dec 24 20:36:53 2021 +0000

    Bump jmh.version from 1.33 to 1.34
    
    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>
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8da94b6..2e65ddb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@
     <japicmp.skip>false</japicmp.skip>
     <clirr.skip>true</clirr.skip>
 
-    <jmh.version>1.33</jmh.version>
+    <jmh.version>1.34</jmh.version>
     <commons.project-info.version>3.1.2</commons.project-info.version>
 
     <!-- Commons Release Plugin -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 85fd8ce..9a03629 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -89,7 +89,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                  type="update" dev="ggregory" due-to="Gary Gregory">Update commons-lang3 3.11 -> 3.12.0.</action>
     <action                  type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.javadoc.version from 3.2.0 to 3.3.0.</action>
     <action                  type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.project-info.version from 3.1.0 to 3.1.2.</action>
-    <action                  type="update" dev="kinow" due-to="Dependabot">Bump jmh.version from 1.32 to 1.33 #254.</action>
+    <action                  type="update" dev="kinow" due-to="Dependabot">Bump jmh.version from 1.32 to 1.34 #254, #292.</action>
     <action issue="TEXT=212" type="update" dev="kinow" due-to="Ali Ghanbari">A More Efficient Implementation for Calculating Size of Longest Common Subsequence</action>
     <action                  type="update" dev="kinow" due-to="Dependabot">Bump commons-rng-simple from 1.3 to 1.4 #266.</action>
   </release>