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 2021/12/15 12:06:33 UTC

[commons-logging] branch master updated: Bump maven-pmd-plugin from 3.14.0 to 3.15.0 (#68)

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-logging.git


The following commit(s) were added to refs/heads/master by this push:
     new 74a577a  Bump maven-pmd-plugin from 3.14.0 to 3.15.0 (#68)
74a577a is described below

commit 74a577a4a61470166f945bb67d056cd26db80d21
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Dec 15 07:06:30 2021 -0500

    Bump maven-pmd-plugin from 3.14.0 to 3.15.0 (#68)
    
    Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.14.0 to 3.15.0.
    - [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
    - [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.14.0...maven-pmd-plugin-3.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-pmd-plugin
      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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d399dd6..26f0f8e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -539,7 +539,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.14.0</version>
+        <version>3.15.0</version>
         <configuration>
           <!-- targetJdk 1.1, 1.2 is not supported -->
           <targetJdk>1.3</targetJdk>