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-collections.git
The following commit(s) were added to refs/heads/master by this push: new e1dd9678e Bump commons.pmd-impl.version from 6.49.0 to 6.50.0 e1dd9678e is described below commit e1dd9678e90eec534f55e75fbe2b1510998d8a76 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Oct 7 12:02:54 2022 +0000 Bump commons.pmd-impl.version from 6.49.0 to 6.50.0 Bumps `commons.pmd-impl.version` from 6.49.0 to 6.50.0. Updates `pmd-core` from 6.49.0 to 6.50.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.49.0...pmd_releases/6.50.0) Updates `pmd-java` from 6.49.0 to 6.50.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.49.0...pmd_releases/6.50.0) Updates `pmd-javascript` from 6.49.0 to 6.50.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.49.0...pmd_releases/6.50.0) Updates `pmd-jsp` from 6.49.0 to 6.50.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.49.0...pmd_releases/6.50.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] <supp...@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 a004e131e..2c55f08d7 100644 --- a/pom.xml +++ b/pom.xml @@ -591,7 +591,7 @@ <checkstyle.version>3.2.0</checkstyle.version> <checkstyle.dep.version>9.3</checkstyle.dep.version> <commons.pmd.version>3.19.0</commons.pmd.version> - <commons.pmd-impl.version>6.49.0</commons.pmd-impl.version> + <commons.pmd-impl.version>6.50.0</commons.pmd-impl.version> <commons.site.path>collections</commons.site.path> <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-collections</commons.scmPubUrl> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 23344cade..136a2b485 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -319,7 +319,7 @@ Bump japicmp from 0.15.4 to 0.16.0. </action> <action type="update" dev="kinow" due-to="Dependabot"> - Bump commons.pmd-impl.version from 6.46.0 to 6.49.0 #318, #327, #333. + Bump commons.pmd-impl.version from 6.46.0 to 6.50.0 #318, #327, #333, #347. </action> <action type="update" dev="aherbert" due-to="Partha Protim Paul"> Correct test of Collection toArray(Object[]) vs toArray() to optionally ignore array order.