Skip to content

Commit 8915170

Browse files
fix(deps): update dependency com.github.spotbugs:spotbugs to v4.9.3
1 parent 014f8a5 commit 8915170

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<!-- used so that lombok can generate suppressions for spotbugs. It needs to find it on the relevant classpath -->
6363
<groupId>com.github.spotbugs</groupId>
6464
<artifactId>spotbugs</artifactId>
65-
<version>4.8.6</version>
65+
<version>4.9.3</version>
6666
<scope>provided</scope>
6767
</dependency>
6868

@@ -429,7 +429,7 @@
429429
<dependency>
430430
<groupId>com.github.spotbugs</groupId>
431431
<artifactId>spotbugs</artifactId>
432-
<version>4.8.6</version>
432+
<version>4.9.3</version>
433433
</dependency>
434434
</dependencies>
435435
<executions>

0 commit comments

Comments
 (0)