This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-imaging.git
The following commit(s) were added to refs/heads/master by this push: new c17a278b Bump maven-pmd-plugin from 3.16.0 to 3.17.0 #222 c17a278b is described below commit c17a278bcd2d5ab14f99a6c1fac5769d4aed9f56 Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Mon Jun 6 13:19:30 2022 -0400 Bump maven-pmd-plugin from 3.16.0 to 3.17.0 #222 --- src/changes/changes.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a94b81d8..a9ef214b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -45,11 +45,16 @@ The <action> type attribute can be add,update,fix,remove. </properties> <body> <release version="1.0" date="2022-??-??" description="1.0 release"> + <!-- FIX --> + <action issue="IMAGING-335" dev="ggregory" type="update" due-to="Dominik Stadler, Gary Gregory"> + NullPointerException in App2Segment.getIccBytes when parsing a broken JPEG file. + </action> + <!-- UPDATE --> <action dev="kinow" type="update" due-to="Dependabot"> Bump spotbugs-maven-plugin from 4.6.0.0 to 4.7.0.0 #221. </action> - <action issue="IMAGING-335" dev="ggregory" type="update" due-to="Dominik Stadler, Gary Gregory"> - NullPointerException in App2Segment.getIccBytes when parsing a broken JPEG file. + <action dev="ggregory" type="update" due-to="Dependabot"> + Bump maven-pmd-plugin from 3.16.0 to 3.17.0 #222. </action> </release> <release version="1.0-alpha3" date="2022-05-13" description="Third 1.0 alpha release">