Skip to content

Commit 10ea0be

Browse files
committed
refactor: updated plugin for spot bugs.
1 parent 5535f7c commit 10ea0be

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

api/pom.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<dependency>
138138
<groupId>com.github.spotbugs</groupId>
139139
<artifactId>spotbugs-annotations</artifactId>
140-
<version>4.7.3</version>
140+
<version>4.8.3</version>
141141
</dependency>
142142
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api -->
143143
<dependency>
@@ -403,6 +403,20 @@
403403
</java>
404404
</configuration>
405405
</plugin>
406+
<plugin>
407+
<groupId>com.github.spotbugs</groupId>
408+
<artifactId>spotbugs-maven-plugin</artifactId>
409+
<version>${version.spotbugs-maven-plugin}</version>
410+
<configuration>
411+
<plugins>
412+
<plugin>
413+
<groupId>com.h3xstream.findsecbugs</groupId>
414+
<artifactId>findsecbugs-plugin</artifactId>
415+
<version>${version.findsecbugs-plugin}</version>
416+
</plugin>
417+
</plugins>
418+
</configuration>
419+
</plugin>
406420
</plugins>
407421
</build>
408422

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949
<version.bouncycastle>1.77</version.bouncycastle>
5050
<version.spotless-maven-plugin>2.43.0</version.spotless-maven-plugin>
5151
<version.google-java-format>1.21.0</version.google-java-format>
52+
<version.spotbugs-maven-plugin>4.8.3.0</version.spotbugs-maven-plugin>
53+
<version.findsecbugs-plugin>1.13.0</version.findsecbugs-plugin>
5254
</properties>
5355
<repositories>
5456
<repository>

0 commit comments

Comments
 (0)