Merge pull request #26 from apache/dependabot/maven/org.apache.maven.plugins-maven-install-plugin-3.1.0

Bump maven-install-plugin from 2.5.2 to 3.1.0
diff --git a/pom.xml b/pom.xml
index ca68e6c..f4295cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -205,12 +205,12 @@
                  <plugin>
                      <groupId>org.apache.maven.plugins</groupId>
                      <artifactId>maven-deploy-plugin</artifactId>
-                     <version>2.8.2</version>
+                     <version>3.1.0</version>
                  </plugin>
                  <plugin>
                      <groupId>org.apache.maven.plugins</groupId>
                      <artifactId>maven-surefire-report-plugin</artifactId>
-                     <version>2.22.1</version>
+                     <version>2.22.2</version>
                  </plugin>
                  <plugin>
                      <groupId>org.apache.maven.plugins</groupId>
diff --git a/xml2fastinfoset-plugin/pom.xml b/xml2fastinfoset-plugin/pom.xml
index f6b8641..adac0b2 100644
--- a/xml2fastinfoset-plugin/pom.xml
+++ b/xml2fastinfoset-plugin/pom.xml
@@ -49,7 +49,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>4.13.1</version>
+            <version>4.13.2</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/xml2fastinfoset-test/pom.xml b/xml2fastinfoset-test/pom.xml
index 39eb2ab..49aadd1 100644
--- a/xml2fastinfoset-test/pom.xml
+++ b/xml2fastinfoset-test/pom.xml
@@ -37,7 +37,7 @@
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <scope>test</scope>
-            <version>4.13.1</version>
+            <version>4.13.2</version>
         </dependency>
     </dependencies>
     <build>