OSDN Git Service

bump spotbugs to 4.4.1
[jindolf/JinParser.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 1e3732b..38ca197 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                 <plugin>
                     <groupId>com.github.spotbugs</groupId>
                     <artifactId>spotbugs-maven-plugin</artifactId>
-                    <version>4.1.3</version>
+                    <version>4.3.0</version>
                     <dependencies>
                         <dependency>
                             <groupId>com.github.spotbugs</groupId>
                             <artifactId>spotbugs</artifactId>
-                            <version>4.1.3</version>
+                            <version>4.4.1</version>
                         </dependency>
                     </dependencies>
                 </plugin>