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


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

commit 4f08422f77b59a4f3427e675b3598c701a603854
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 3 15:03:05 2022 +0000

    Bump commons.pmd-impl.version from 6.45.0 to 6.46.0
    
    Bumps `commons.pmd-impl.version` from 6.45.0 to 6.46.0.
    
    Updates `pmd-core` from 6.45.0 to 6.46.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.45.0...pmd_releases/6.46.0)
    
    Updates `pmd-java` from 6.45.0 to 6.46.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.45.0...pmd_releases/6.46.0)
    
    Updates `pmd-javascript` from 6.45.0 to 6.46.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.45.0...pmd_releases/6.46.0)
    
    Updates `pmd-jsp` from 6.45.0 to 6.46.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.45.0...pmd_releases/6.46.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 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f9f95be01..e9415962a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -652,7 +652,7 @@
     <commons.javadoc.version>3.4.0</commons.javadoc.version>
     <commons.japicmp.version>0.15.7</commons.japicmp.version>
     <commons.pmd.version>3.16.0</commons.pmd.version>
-    <commons.pmd-impl.version>6.45.0</commons.pmd-impl.version>
+    <commons.pmd-impl.version>6.46.0</commons.pmd-impl.version>
     <commons.felix.version>5.1.2</commons.felix.version>
     <biz.aQute.bndlib.version>6.2.0</biz.aQute.bndlib.version>
     <commons.animal-sniffer.version>1.21</commons.animal-sniffer.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5a0cc9d91..158eee1a2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -160,7 +160,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="update" dev="ggregory" due-to="Dependabot, 
Gary Gregory">Bump maven-javadoc-plugin from 3.2.0 to 3.4.0.</action>
     <action                   type="update" dev="ggregory" 
due-to="Dependabot">Bump jmh.version from 1.27 to 1.35 #794, #842, 
#872.</action>
     <action                   type="update" dev="ggregory" 
due-to="Dependabot">Bump maven-pmd-plugin from 3.14.0 to 3.16.0 #802, 
#858.</action>
-    <action                   type="update" dev="ggregory" due-to="Dependabot, 
Gary Gregory">Bump commons.pmd-impl.version from 6.42.0 to 6.45.0 #861, 
#873.</action>
+    <action                   type="update" dev="ggregory" due-to="Dependabot, 
Gary Gregory">Bump commons.pmd-impl.version from 6.42.0 to 6.46.0 #861, #873, 
#905.</action>
     <action                   type="update" dev="ggregory" 
due-to="Dependabot">Bump pmd-java8 from 6.40.0 to 6.41.0 #837.</action>
     <action                   type="update" dev="ggregory" 
due-to="Dependabot">Bump biz.aQute.bndlib from 5.3.0 to 6.2.0 #814, 
#835.</action>
     <action                   type="update" dev="ggregory" 
due-to="Dependabot">Bump maven-bundle-plugin from 5.1.1 to 5.1.2.</action>

Reply via email to