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/28 18:53:04 UTC

[commons-csv] branch master updated: Bump jmh-core from 1.33 to 1.34 (#208)

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


The following commit(s) were added to refs/heads/master by this push:
     new 7fd8191  Bump jmh-core from 1.33 to 1.34 (#208)
7fd8191 is described below

commit 7fd81912eba51035fb982a9d486b50a511e59ace
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Dec 28 13:53:00 2021 -0500

    Bump jmh-core from 1.33 to 1.34 (#208)
    
    Bumps jmh-core 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
    ...
    
    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 e9bf872..012c7ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -425,7 +425,7 @@
         <dependency>
           <groupId>org.openjdk.jmh</groupId>
           <artifactId>jmh-core</artifactId>
-          <version>1.33</version>
+          <version>1.34</version>
           <scope>test</scope>
         </dependency>