This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch
dependabot/maven/mavenPluginPluginVersion-3.6.2
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to
refs/heads/dependabot/maven/mavenPluginPluginVersion-3.6.2 by this push:
new d192854 RAT-290: Add changelog entry
d192854 is described below
commit d1928544d8edc4b69369047e370ce6a4790aefe7
Author: P. Ottlinger <[email protected]>
AuthorDate: Thu Dec 23 09:56:12 2021 +0100
RAT-290: Add changelog entry
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2e7a9e0..fac40fe 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -55,6 +55,9 @@ 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-290" type="fix" dev="pottlinger" due-to="dependabot">
+ Update maven-plugin-annotations from 3.6.1 to 3.6.2. Thanks to
dependabot.
+ </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.
</action>