Skip to content

Commit f93d12d

Browse files
fix(deps): update dependency com.github.spotbugs:spotbugs to v4.9.1
1 parent 49b4218 commit f93d12d

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.1</version>
8888
<scope>provided</scope>
8989
</dependency>
9090

@@ -290,7 +290,7 @@
290290
<dependency>
291291
<groupId>com.github.spotbugs</groupId>
292292
<artifactId>spotbugs</artifactId>
293-
<version>4.8.6</version>
293+
<version>4.9.1</version>
294294
</dependency>
295295
</dependencies>
296296
<executions>

0 commit comments

Comments
 (0)