You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2023/01/30 14:57:49 UTC

[cxf] branch main updated: Bump pmd-core from 6.53.0 to 6.54.0 (#1098)

This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new b5e0162219 Bump pmd-core from 6.53.0 to 6.54.0 (#1098)
b5e0162219 is described below

commit b5e0162219f3bf0ab42ee6570d1812e406dcf48b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jan 30 09:57:41 2023 -0500

    Bump pmd-core from 6.53.0 to 6.54.0 (#1098)
    
    Bumps [pmd-core](https://github.com/pmd/pmd) from 6.53.0 to 6.54.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.53.0...pmd_releases/6.54.0)
    
    ---
    updated-dependencies:
    - dependency-name: net.sourceforge.pmd:pmd-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 867edb12fd..a1e9fe5c48 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -391,7 +391,7 @@
                         <dependency>
                             <groupId>net.sourceforge.pmd</groupId>
                             <artifactId>pmd-core</artifactId>
-                            <version>6.53.0</version>
+                            <version>6.54.0</version>
                         </dependency>
                         <dependency>
                             <groupId>net.sourceforge.pmd</groupId>