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 7de2d9dc Bump commons.pmd-impl.version from 6.44.0 to 6.45.0
7de2d9dc is described below

commit 7de2d9dcf73a3f289f082f36dffac00746a7dcb5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 13 20:42:59 2022 +0000

    Bump commons.pmd-impl.version from 6.44.0 to 6.45.0
    
    Bumps `commons.pmd-impl.version` from 6.44.0 to 6.45.0.
    
    Updates `pmd-core` from 6.44.0 to 6.45.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.44.0...pmd_releases/6.45.0)
    
    Updates `pmd-java` from 6.44.0 to 6.45.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.44.0...pmd_releases/6.45.0)
    
    Updates `pmd-javascript` from 6.44.0 to 6.45.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.44.0...pmd_releases/6.45.0)
    
    Updates `pmd-jsp` from 6.44.0 to 6.45.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.44.0...pmd_releases/6.45.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] <[email protected]>
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b352a27b..d7275e58 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
     <spotbugs.plugin.version>4.6.0.0</spotbugs.plugin.version>
     <spotbugs.impl.version>4.6.0</spotbugs.impl.version>
     <commons.pmd.version>3.16.0</commons.pmd.version>
-    <commons.pmd-impl.version>6.44.0</commons.pmd-impl.version>
+    <commons.pmd-impl.version>6.45.0</commons.pmd-impl.version>
 
     <commons.mockito.version>4.5.1</commons.mockito.version>
     <commons.jacoco.version>0.8.7</commons.jacoco.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5510953a..8c114f5c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -98,6 +98,7 @@ The <action> type attribute can be add,update,fix,remove.
     <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 github/codeql-action from 1 to 2 #319.</action>
+    <action                  type="update" dev="kinow" 
due-to="Dependabot">Bump commons.pmd-impl.version from 6.44.0 to 6.45 
#323.</action>
   </release>
   <release version="1.9" date="2020-07-21" description="Release 1.9. Requires 
Java 8.">
     <action issue="TEXT-166" type="fix" dev="kinow" due-to="Mikko 
Maunu">Removed non-existing parameter from Javadocs and spelled out parameters 
in throws.</action>

Reply via email to