OSDN Git Service

bump spotbugs to 4.4.1
authorOlyutorskii <olyutorskii@users.osdn.me>
Sat, 18 Sep 2021 01:33:11 +0000 (10:33 +0900)
committerOlyutorskii <olyutorskii@users.osdn.me>
Sat, 18 Sep 2021 01:33:11 +0000 (10:33 +0900)
bump spotbugs-maven-plugin to 4.3.0

pom.xml

diff --git a/pom.xml b/pom.xml
index 0d7aaa2..0a4c63f 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>