OSDN Git Service

update maven plugin.
authorOlyutorskii <olyutorskii@users.osdn.me>
Thu, 16 Apr 2020 00:01:38 +0000 (09:01 +0900)
committerOlyutorskii <olyutorskii@users.osdn.me>
Thu, 16 Apr 2020 00:01:38 +0000 (09:01 +0900)
pom.xml

diff --git a/pom.xml b/pom.xml
index 1ea35a2..0b1482c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                         <dependency>
                             <groupId>com.github.spotbugs</groupId>
                             <artifactId>spotbugs</artifactId>
-                            <version>4.0.1</version>
+                            <version>4.0.2</version>
                         </dependency>
                     </dependencies>
                 </plugin>
                     <execution>
                         <phase>package</phase>
                         <goals>
-                          <goal>shade</goal>
+                            <goal>shade</goal>
                         </goals>
                         <configuration>
                             <createDependencyReducedPom>false</createDependencyReducedPom>