Merge pull request #2 from apache/dependabot/maven/master/org.apache.maven.plugins-maven-checkstyle-plugin-3.1.2

Bump maven-checkstyle-plugin from 3.0.0 to 3.1.2
diff --git a/pom.xml b/pom.xml
index d58bbf0..6a4f6e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
             <dependency> 
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
-                <version>4.12</version>
+                <version>4.13.2</version>
                 <scope>test</scope>
             </dependency>
         </dependencies>
@@ -61,7 +61,7 @@
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>animal-sniffer-maven-plugin</artifactId>
-                    <version>1.17</version>
+                    <version>1.21</version>
                 </plugin>
                 <plugin>
                     <artifactId>maven-changes-plugin</artifactId>
@@ -78,7 +78,7 @@
                         <dependency>
                             <groupId>org.apache.maven.shared</groupId>
                             <artifactId>maven-shared-resources</artifactId>
-                            <version>2</version>
+                            <version>4</version>
                         </dependency>
                     </dependencies>
                 </plugin>
@@ -88,7 +88,7 @@
                 </plugin>
                 <plugin>
                     <artifactId>maven-pmd-plugin</artifactId>
-                    <version>3.10.0</version>
+                    <version>3.16.0</version>
                 </plugin>
                 <plugin>
                     <artifactId>maven-linkcheck-plugin</artifactId>