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-vfs.git
The following commit(s) were added to refs/heads/master by this push: new 85c70ef Bump commons.pmd.version from 6.36.0 to 6.37.0 (#208) 85c70ef is described below commit 85c70efb513250c6a4966f66e86d2cb7b5e83cf2 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Aug 5 09:46:48 2021 -0400 Bump commons.pmd.version from 6.36.0 to 6.37.0 (#208) Bumps `commons.pmd.version` from 6.36.0 to 6.37.0. Updates `pmd-core` from 6.36.0 to 6.37.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.36.0...pmd_releases/6.37.0) Updates `pmd-java` from 6.36.0 to 6.37.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.36.0...pmd_releases/6.37.0) Updates `pmd-javascript` from 6.36.0 to 6.37.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.36.0...pmd_releases/6.37.0) Updates `pmd-jsp` from 6.36.0 to 6.37.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.36.0...pmd_releases/6.37.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 - dependency-name: net.sourceforge.pmd:pmd-javascript dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: net.sourceforge.pmd:pmd-jsp dependency-type: direct:production 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 c562565..dc9d4c5 100644 --- a/pom.xml +++ b/pom.xml @@ -199,7 +199,7 @@ <commons.spotbugs.version>4.3.0</commons.spotbugs.version> <commons.spotbugs.impl.version>4.3.0</commons.spotbugs.impl.version> <commons.asm.version>9.2</commons.asm.version> - <commons.pmd.version>6.36.0</commons.pmd.version> + <commons.pmd.version>6.37.0</commons.pmd.version> <commons.javadoc.version>3.3.0</commons.javadoc.version> <commons.felix.version>5.1.2</commons.felix.version> <biz.aQute.bndlib.version>5.3.0</biz.aQute.bndlib.version>