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 b8aa608  Bump jmh.version from 1.34 to 1.35
b8aa608 is described below

commit b8aa60819bfe81bdf62bc5f469fc75f3f2cbf64c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 1 20:31:42 2022 +0000

    Bump jmh.version from 1.34 to 1.35
    
    Bumps `jmh.version` from 1.34 to 1.35.
    
    Updates `jmh-core` from 1.34 to 1.35
    
    Updates `jmh-generator-annprocess` from 1.34 to 1.35
    
    ---
    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] <[email protected]>
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0ffd4e8..42e7157 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
     <japicmp.skip>false</japicmp.skip>
     <clirr.skip>true</clirr.skip>
 
-    <jmh.version>1.34</jmh.version>
+    <jmh.version>1.35</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 6dccf27..88a11b7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -93,7 +93,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.34 #254, #292.</action>
+    <action                  type="update" dev="kinow" 
due-to="Dependabot">Bump jmh.version from 1.32 to 1.35 #254, #292, 
#313.</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>
     <action                  type="update" dev="kinow" 
due-to="Dependabot">Bump taglist-maven-plugin from 2.4 to 3.0.0 #297.</action>

Reply via email to