This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/commons-secure-xml.git


The following commit(s) were added to refs/heads/main by this push:
     new 55d8444  Fix the OpenRewrite migration recipe to add a dependency on 
org.apache.commons:commons-secure-xml:1.0.0.
55d8444 is described below

commit 55d84447dea835df89c59e7c599de25da8c19e0f
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Sep 6 15:06:52 2026 -0400

    Fix the OpenRewrite migration recipe to add a dependency on
    org.apache.commons:commons-secure-xml:1.0.0.
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7d9aed1..33738cc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -34,6 +34,7 @@ The <action> type attribute can be add, update, fix, or 
remove.
     <release version="1.0.1" date="YYYY-MM-DD" description="Second release, 
requires Java 8 or above.">
       <!-- FIX -->
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix the 
OpenRewrite migration recipe to target static method calls instead of class 
references.</action>
+      <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix the 
OpenRewrite migration recipe to add a dependency on 
org.apache.commons:commons-secure-xml:1.0.0.</action>
       <!-- ADD -->
       <!-- UPDATE -->
     </release>

Reply via email to