Bump commons-parent from 57 to 58
diff --git a/pom.xml b/pom.xml
index 11b7cb2..83a37ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>56</version>
+    <version>58</version>
   </parent>
 
   <artifactId>commons-numbers-parent</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 914b4af..6379e8c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -65,6 +65,9 @@
       <action dev="aherbert" type="add" issue="NUMBERS-29">
         Add "Stirling" class to compute Stirling numbers of the second kind.
       </action>
+      <action type="update" dev="ggregory">
+        Bump commons-parent from 57 to 58.
+      </action>
 
     </release>