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:54:55 UTC

[commons-csv] branch master updated: Bump jmh-generator-annprocess from 1.33 to 1.34 (#206)

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 a6de8fc  Bump jmh-generator-annprocess from 1.33 to 1.34 (#206)
a6de8fc is described below

commit a6de8fcae40d383500c3e808bc434e9e950207a9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Dec 24 10:54:48 2021 -0500

    Bump jmh-generator-annprocess from 1.33 to 1.34 (#206)
    
    Bumps jmh-generator-annprocess from 1.33 to 1.34.
    
    ---
    updated-dependencies:
    - 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 b531968..35ed13f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -432,7 +432,7 @@
         <dependency>
           <groupId>org.openjdk.jmh</groupId>
           <artifactId>jmh-generator-annprocess</artifactId>
-          <version>1.33</version>
+          <version>1.34</version>
           <scope>test</scope>
         </dependency>