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 2022/11/29 15:13:19 UTC

[commons-vfs] branch master updated: Bump commons.pmd.version from 6.51.0 to 6.52.0 (#339)

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 32cb6ec4 Bump commons.pmd.version from 6.51.0 to 6.52.0 (#339)
32cb6ec4 is described below

commit 32cb6ec4b6674ebbf39a7b7a043a2e28fbaffcb8
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Nov 29 10:13:12 2022 -0500

    Bump commons.pmd.version from 6.51.0 to 6.52.0 (#339)
    
    Bumps `commons.pmd.version` from 6.51.0 to 6.52.0.
    
    Updates `pmd-core` from 6.51.0 to 6.52.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.51.0...pmd_releases/6.52.0)
    
    Updates `pmd-java` from 6.51.0 to 6.52.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.51.0...pmd_releases/6.52.0)
    
    Updates `pmd-javascript` from 6.51.0 to 6.52.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.51.0...pmd_releases/6.52.0)
    
    Updates `pmd-jsp` from 6.51.0 to 6.52.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.51.0...pmd_releases/6.52.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] <su...@github.com>
    
    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 8716c5fb..15cf29f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -197,7 +197,7 @@
     <commons.spotbugs.version>4.7.3.0</commons.spotbugs.version>
     <commons.spotbugs.impl.version>4.7.3</commons.spotbugs.impl.version>
     <commons.asm.version>9.4</commons.asm.version>
-    <commons.pmd.version>6.51.0</commons.pmd.version>
+    <commons.pmd.version>6.52.0</commons.pmd.version>
     <commons.javadoc.version>3.4.1</commons.javadoc.version>
     <commons.felix.version>5.1.2</commons.felix.version>
     <commons.animal-sniffer.version>1.21</commons.animal-sniffer.version>