Bump commons-parent from 52 to 58
diff --git a/pom.xml b/pom.xml
index b4511e4..b03310d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>

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

         <artifactId>commons-parent</artifactId>

-        <version>52</version>

+        <version>58</version>

     </parent>

 

     <artifactId>commons-rdf-parent</artifactId>

@@ -375,19 +375,6 @@
                 <version>4.3.0</version>

             </plugin>

             <plugin>

-                <groupId>org.codehaus.mojo</groupId>

-                <artifactId>jdepend-maven-plugin</artifactId>

-                <version>${commons.jdepend.version}</version>

-                <dependencies>

-                    <!-- Forked jdepend https://github.com/nidi3/jdepend supports Java 8 -->

-                    <dependency>

-                      <groupId>guru.nidi</groupId>

-                      <artifactId>jdepend</artifactId>

-                      <version>2.9.5</version>

-                    </dependency>

-                </dependencies>

-            </plugin>

-            <plugin>

                 <groupId>org.apache.maven.plugins</groupId>

                 <artifactId>maven-site-plugin</artifactId>

                 <dependencies>

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f59b2e8..70cd97a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -39,6 +39,9 @@
         <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">

             Bump actions/setup-java from 1.4.0 to 3.6.0 #81, #99.

         </action>

+        <action type="update" dev="ggregory" due-to="Gary Gregory">

+            Bump commons-parent from 52 to 58.

+        </action>

         <action type="update" dev="ggregory" due-to="Dependabot">

             Bump actions/upload-artifact from 3.1.0 to 3.1.1 #100.

         </action>