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-whisker.git
commit bc1bb09193b937384a7aef6baf8fdbc1842ca6d0 Author: P. Ottlinger <[email protected]> AuthorDate: Mon Jan 29 23:15:48 2024 +0100 WHISKER-15: Add changelog --- src/changes/changes.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7f09c9a..e218cfb 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -58,10 +58,11 @@ The <action> type attribute can be add,update,fix,remove. TODO: WHISKER-xx: collect all dependabot updates for release 0.3. </action> </release> - Error during site generation with Java8 - --> <release version="0.2-SNAPSHOT" date="xxxx-yy-zz" description="Current SNAPSHOT - release to be done"> + <action issue="WHISKER-15" type="fix" dev="pottlinger"> + Upgrade Apache Commons Collections to v3.2.2 to circumvent CVE-2015-8103. + </action> <action issue="WHISKER-13" type="fix" dev="dennisl"> Fixes error during site generation with Java8 and maven plugin version 3.3. </action>
