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 4b73ea4 Bump jmh-generator-annprocess from 1.5.2 to 1.32 (#151) 4b73ea4 is described below commit 4b73ea42c723a83576b7e23d0c335df0f525f511 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Sat Jul 3 10:32:11 2021 -0400 Bump jmh-generator-annprocess from 1.5.2 to 1.32 (#151) Bumps jmh-generator-annprocess from 1.5.2 to 1.32. 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 cdd9cb6..8535113 100644 --- a/pom.xml +++ b/pom.xml @@ -424,7 +424,7 @@ <dependency> <groupId>org.openjdk.jmh</groupId> <artifactId>jmh-generator-annprocess</artifactId> - <version>1.5.2</version> + <version>1.32</version> <scope>test</scope> </dependency>