Bump commons-parent from 57 to 58
diff --git a/pom.xml b/pom.xml
index 005244f..bd9599b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
   <parent>

     <groupId>org.apache.commons</groupId>

     <artifactId>commons-parent</artifactId>

-    <version>57</version>

+    <version>58</version>

   </parent>

   <modelVersion>4.0.0</modelVersion>

   <artifactId>commons-configuration2</artifactId>

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2b1f7d6..990d127 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -34,6 +34,9 @@
       <action type="update" dev="ggregory" due-to="Gary Gregory">
         Bump spring.version from 5.3.26 to 5.3.27.
       </action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">
+        Bump commons-parent from 57 to 58.
+      </action>
     </release>
     <release version="2.9.0" date="2023-03-25" description="Minor release with new features and updated dependencies.">
       <!-- FIX -->