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
commit bc8adb59ff108517daa96ca9a44a632c81a00702 Author: Gary Gregory <[email protected]> AuthorDate: Sun Nov 23 09:14:10 2025 -0500 Put type first --- src/changes/changes.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c6406661..be8f51d9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -51,9 +51,9 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT plugin console warnings.</action> <!-- ADD --> <!-- UPDATE --> - <action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 83 to 93 #527, #530, #539, #544, #546.</action> - <action dev="ggregory" type="update" due-to="Gary Gregory">Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0 #515.</action> - <action dev="ggregory" type="update" due-to="Gary Gregory">Bump commons-io:commons-io from 2.19.0 to 2.21.0.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 83 to 93 #527, #530, #539, #544, #546.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0 #515.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-io:commons-io from 2.19.0 to 2.21.0.</action> </release> <release version="1.0.0-alpha6" date="2025-04-27" description="This release requires Java 8."> <!-- FIX -->
