This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
commit 4cbdfbbbeff095da585c5f4aa500a2584f7a4f67 Author: P. Ottlinger <[email protected]> AuthorDate: Sat May 28 22:38:38 2022 +0200 RAT-290: Prepare changelog with dependency updates --- src/changes/changes.xml | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d648246f..b1d0cb32 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -57,13 +57,25 @@ The <action> type attribute can be add,update,fix,remove. <!--release version="0.14-SNAPSHOT" date="2022-05-28" description="Current SNAPSHOT - to be done"--> <release version="0.14" date="2022-05-28" description="This release contains dependency updates, bugfixes and many improvements apart from infrastructure updates at ASF."> <action issue="RAT-290" type="fix" dev="pottlinger" due-to="dependabot"> - Update maven-site-plugin from 3.1.1 to 3.2.0. + Update maven-jxr-plugin from 2.5 to 3.2.0. </action> <action issue="RAT-290" type="fix" dev="pottlinger" due-to="dependabot"> - Update maven-site-plugin from 3.1.1 to 3.2.0. + Update maven-antrun-plugin from 3.0.0 to 3.1.1. </action> <action issue="RAT-290" type="fix" dev="pottlinger" due-to="dependabot"> - Update maven-site-plugin from 3.1.1 to 3.2.0. + Update github actions/checkout from 2 to 3. + </action> + <action issue="RAT-290" type="fix" dev="pottlinger" due-to="dependabot"> + Update github actions/setup-java from 2.5.0 to 3.3.0. + </action> + <action issue="RAT-290" type="fix" dev="pottlinger" due-to="dependabot"> + Update maven-pmd-plugin from 3.14.0 to 3.16.0. + </action> + <action issue="RAT-290" type="fix" dev="pottlinger" due-to="dependabot"> + Update maven-javadoc-plugin from 3.3.1 to 3.4.0. + </action> + <action issue="RAT-290" type="fix" dev="pottlinger" due-to="dependabot"> + Update maven-compiler-plugin from 3.8.1 to 3.10.1. </action> <action issue="RAT-290" type="fix" dev="pottlinger" due-to="dependabot"> Update wagon-ssh from 3.5.0 to 3.5.1. @@ -72,7 +84,7 @@ The <action> type attribute can be add,update,fix,remove. Update maven-site-plugin from 3.9.1 to 3.12.0. </action> <action issue="RAT-290" type="fix" dev="pottlinger" due-to="dependabot"> - Update maven-project-info-reports-plugin from 3.1.1 to 3.1.2. + Update maven-project-info-reports-plugin from 3.1.1 to 3.3.0. </action> <action issue="RAT-290" type="fix" dev="pottlinger" due-to="dependabot"> Update mockito-core from 3.11.2 to 4.6.0. @@ -95,8 +107,8 @@ The <action> type attribute can be add,update,fix,remove. <action issue="RAT-297" type="add" dev="pottlinger" due-to="Michael Osipov"> Update maven-reporting-api from 3.0 to 3.1.0 and remove usage of deprecated Sink API. </action> - <action issue="RAT-290" type="fix" dev="pottlinger" due-to="Jin Xu"> - Update animal-sniffer-maven-plugin from 1.20 to 1.21. Thanks to Jin Xu/Xeno Amess. + <action issue="RAT-290" type="fix" dev="pottlinger" due-to="Jin Xu/Xeno Amess"> + Update animal-sniffer-maven-plugin from 1.20 to 1.21. </action> <action issue="RAT-296" type="fix" dev="pottlinger"> Use Github Actions for matrix builds on Windows and ubuntu with JDK 8,11,12,13,14,15. Simplify Travis integration to avoid dockerhub-related build failures. @@ -117,7 +129,7 @@ The <action> type attribute can be add,update,fix,remove. Update commons-cli from 1.4 to 1.5.0. </action> <action issue="RAT-290" type="fix" dev="pottlinger" due-to="dependabot"> - Update maven-plugin-annotations from 3.6.1 to 3.6.2. + Update maven-plugin-annotation and maven-plugin-plugin from 3.6.1 to 3.6.2. </action> <action issue="RAT-275" type="fix" dev="pottlinger"> Update to doxia 1.11.1 in order to get CVE-2020-13956-httpclient problem fixes in doxia.
