Merge pull request #59 from apache/dependabot/maven/org.apache.maven-maven-plugin-api-3.9.6

Bump org.apache.maven:maven-plugin-api from 3.9.1 to 3.9.6
diff --git a/buildtools/pom.xml b/buildtools/pom.xml
index 02fe28f..177eacc 100644
--- a/buildtools/pom.xml
+++ b/buildtools/pom.xml
@@ -68,7 +68,7 @@
         <dependency>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-shade-plugin</artifactId>
-            <version>3.4.1</version>
+            <version>3.5.1</version>
             <optional>true</optional>
             <scope>provided</scope>
         </dependency>
diff --git a/pom.xml b/pom.xml
index 1f369f1..c294763 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>29</version>
+        <version>31</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -110,7 +110,7 @@
                  <plugin>
                      <groupId>org.apache.maven.plugins</groupId>
                      <artifactId>maven-release-plugin</artifactId>
-                     <version>3.0.0</version>
+                     <version>3.0.1</version>
                      <configuration>
                          <useReleaseProfile>false</useReleaseProfile>
                          <preparationGoals>clean install</preparationGoals>
@@ -195,7 +195,7 @@
                  <plugin>
                      <groupId>org.apache.maven.plugins</groupId>
                      <artifactId>maven-shade-plugin</artifactId>
-                     <version>3.4.1</version>
+                     <version>3.5.1</version>
                  </plugin>
                  <plugin>
                      <groupId>org.apache.maven.plugins</groupId>
diff --git a/xml2fastinfoset-plugin/pom.xml b/xml2fastinfoset-plugin/pom.xml
index bd9b77b..c3a16d3 100644
--- a/xml2fastinfoset-plugin/pom.xml
+++ b/xml2fastinfoset-plugin/pom.xml
@@ -74,7 +74,7 @@
         <dependency>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-artifact</artifactId>
-            <version>3.9.1</version>
+            <version>3.9.6</version>
             <scope>provided</scope>
         </dependency>
         <dependency>