Skip to content

Commit 9b7bf1f

Browse files
fix(deps): update dependency com.github.spotbugs:spotbugs to v4.9.1
1 parent 4f484b7 commit 9b7bf1f

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
@@ -91,7 +91,7 @@
9191
<!-- used so that lombok can generate suppressions for spotbugs. It needs to find it on the relevant classpath -->
9292
<groupId>com.github.spotbugs</groupId>
9393
<artifactId>spotbugs</artifactId>
94-
<version>4.8.6</version>
94+
<version>4.9.1</version>
9595
<scope>provided</scope>
9696
</dependency>
9797

@@ -472,7 +472,7 @@
472472
<dependency>
473473
<groupId>com.github.spotbugs</groupId>
474474
<artifactId>spotbugs</artifactId>
475-
<version>4.9.0</version>
475+
<version>4.9.1</version>
476476
</dependency>
477477
</dependencies>
478478
<executions>

0 commit comments

Comments
 (0)