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 9175ec02 Bump commons.pmd-impl.version from 6.45.0 to 6.46.0 (#236)
9175ec02 is described below
commit 9175ec02eb698fb571c62f8a250b6dac836e88d6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 3 11:02:44 2022 -0400
Bump commons.pmd-impl.version from 6.45.0 to 6.46.0 (#236)
Bumps `commons.pmd-impl.version` from 6.45.0 to 6.46.0.
Updates `pmd-core` from 6.45.0 to 6.46.0
- [Release notes](https://github.com/pmd/pmd/releases)
-
[Changelog](https://github.com/pmd/pmd/blob/master/docs/render_release_notes.rb)
-
[Commits](https://github.com/pmd/pmd/compare/pmd_releases/6.45.0...pmd_releases/6.46.0)
Updates `pmd-java` from 6.45.0 to 6.46.0
- [Release notes](https://github.com/pmd/pmd/releases)
-
[Changelog](https://github.com/pmd/pmd/blob/master/docs/render_release_notes.rb)
-
[Commits](https://github.com/pmd/pmd/compare/pmd_releases/6.45.0...pmd_releases/6.46.0)
---
updated-dependencies:
- dependency-name: net.sourceforge.pmd:pmd-core
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: net.sourceforge.pmd:pmd-java
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
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 21cd169a..e675f7ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -172,7 +172,7 @@
<checkstyle.resourceExcludes>LICENSE.txt, NOTICE.txt,
**/maven-archiver/pom.properties</checkstyle.resourceExcludes>
<commons.pmd.version>3.16.0</commons.pmd.version>
- <commons.pmd-impl.version>6.45.0</commons.pmd-impl.version>
+ <commons.pmd-impl.version>6.46.0</commons.pmd-impl.version>
<commons.jacoco.version>0.8.8</commons.jacoco.version>
<commons.spotbugs.version>4.7.0.0</commons.spotbugs.version>
<commons.japicmp.version>0.15.7</commons.japicmp.version>