Skip to content

Commit 691f4f1

Browse files
fix(deps): update dependency com.github.spotbugs:spotbugs to v4.9.1
1 parent 4817864 commit 691f4f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
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.1</version>
6666
<scope>provided</scope>
6767
</dependency>
6868

@@ -422,7 +422,7 @@
422422
<dependency>
423423
<groupId>com.github.spotbugs</groupId>
424424
<artifactId>spotbugs</artifactId>
425-
<version>4.8.6</version>
425+
<version>4.9.1</version>
426426
</dependency>
427427
</dependencies>
428428
<executions>

0 commit comments

Comments
 (0)