This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch update-doxia-tools in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
commit d78bd9eb010994a5c13148c3582f8085d3e7e79f Author: P. Ottlinger <[email protected]> AuthorDate: Wed Dec 22 22:54:35 2021 +0100 RAT-275: Use doxia 1.11.1 --- apache-rat-plugin/pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apache-rat-plugin/pom.xml b/apache-rat-plugin/pom.xml index 91552f9..77dc2fb 100644 --- a/apache-rat-plugin/pom.xml +++ b/apache-rat-plugin/pom.xml @@ -34,7 +34,7 @@ </prerequisites> <properties> <currentVersion>${project.version}</currentVersion> - <doxiaVersion>1.10</doxiaVersion> + <doxiaVersion>1.11.1</doxiaVersion> <doxiaSitetoolsVersion>1.11.1</doxiaSitetoolsVersion> </properties> <build> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3273e96..683cddc 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -56,7 +56,7 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="0.14-SNAPSHOT" date="2020-xx-xx" description="Current SNAPSHOT - to be done"> <action issue="RAT-275" type="fix" dev="pottlinger"> - Update httpclient to fix CVE-2020-13956 after a new doxia-core is out. + Update httpclient to fix CVE-2020-13956 after a new doxia-core is out. Update to doxia 1.11.1. </action> <action issue="RAT-289" type="add" dev="pottlinger"> Enable dependabot integration - write access is forbidden, but email alerts and pull requests should be ok.
