Skip to content

Commit 3f42af6

Browse files
fix(deps): update dependency com.github.spotbugs:spotbugs to v4.9.0
1 parent 4c64ed0 commit 3f42af6

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
@@ -84,7 +84,7 @@
8484
<!-- used so that lombok can generate suppressions for spotbugs. It needs to find it on the relevant classpath -->
8585
<groupId>com.github.spotbugs</groupId>
8686
<artifactId>spotbugs</artifactId>
87-
<version>4.8.6</version>
87+
<version>4.9.0</version>
8888
<scope>provided</scope>
8989
</dependency>
9090

@@ -283,7 +283,7 @@
283283
<dependency>
284284
<groupId>com.github.spotbugs</groupId>
285285
<artifactId>spotbugs</artifactId>
286-
<version>4.8.6</version>
286+
<version>4.9.0</version>
287287
</dependency>
288288
</dependencies>
289289
<executions>

0 commit comments

Comments
 (0)