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 d83f653 Bump jmh-generator-annprocess from 1.32 to 1.33 (#175) d83f653 is described below commit d83f653c6f33523d521d0b2cd54095072db18824 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Sep 3 09:34:58 2021 -0400 Bump jmh-generator-annprocess from 1.32 to 1.33 (#175) Bumps jmh-generator-annprocess from 1.32 to 1.33. --- 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] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f6f119f..263a4cb 100644 --- a/pom.xml +++ b/pom.xml @@ -414,7 +414,7 @@ <dependency> <groupId>org.openjdk.jmh</groupId> <artifactId>jmh-generator-annprocess</artifactId> - <version>1.32</version> + <version>1.33</version> <scope>test</scope> </dependency>