You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2022/09/02 21:08:55 UTC

[commons-text] branch master updated: Bump commons.pmd-impl.version from 6.48.0 to 6.49.0

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

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-text.git


The following commit(s) were added to refs/heads/master by this push:
     new efcad62d Bump commons.pmd-impl.version from 6.48.0 to 6.49.0
efcad62d is described below

commit efcad62d817fc77a9caa2cbf9bcdf83810dca0cf
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Sep 2 20:20:13 2022 +0000

    Bump commons.pmd-impl.version from 6.48.0 to 6.49.0
    
    Bumps `commons.pmd-impl.version` from 6.48.0 to 6.49.0.
    
    Updates `pmd-core` from 6.48.0 to 6.49.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.48.0...pmd_releases/6.49.0)
    
    Updates `pmd-java` from 6.48.0 to 6.49.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.48.0...pmd_releases/6.49.0)
    
    Updates `pmd-javascript` from 6.48.0 to 6.49.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.48.0...pmd_releases/6.49.0)
    
    Updates `pmd-jsp` from 6.48.0 to 6.49.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.48.0...pmd_releases/6.49.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>
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 49d711e8..1167f7bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
     <commons.spotbugs.plugin.version>4.7.1.1</commons.spotbugs.plugin.version>
     <commons.spotbugs.impl.version>4.7.1</commons.spotbugs.impl.version>
     <commons.pmd.version>3.18.0</commons.pmd.version>
-    <commons.pmd-impl.version>6.48.0</commons.pmd-impl.version>
+    <commons.pmd-impl.version>6.49.0</commons.pmd-impl.version>
 
     <commons.mockito.version>4.7.0</commons.mockito.version>
     <commons.jacoco.version>0.8.8</commons.jacoco.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4dbb7b21..b9f8da0a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -102,7 +102,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                  type="update" dev="kinow" due-to="Dependabot">Bump jmh.version from 1.32 to 1.35 #254, #292, #313.</action>
     <action                  type="update" dev="kinow" due-to="Dependabot">Bump commons-rng-simple from 1.3 to 1.4 #266.</action>
     <action                  type="update" dev="kinow" due-to="Dependabot">Bump taglist-maven-plugin from 2.4 to 3.0.0 #297.</action>
-    <action                  type="update" dev="kinow" due-to="Dependabot">Bump commons.pmd-impl.version from 6.44.0 to 6.48.0 #323, #336, #345.</action>
+    <action                  type="update" dev="kinow" due-to="Dependabot">Bump commons.pmd-impl.version from 6.44.0 to 6.49.0 #323, #336, #345, #350.</action>
     <action                  type="update" dev="kinow" due-to="Dependabot">Bump exec-maven-plugin from 3.0.0 to 3.1.0 #340.</action>
   </release>
   <release version="1.9" date="2020-07-21" description="Release 1.9. Requires Java 8.">