Skip to content

Commit 1a5ce05

Browse files
fix(deps): update dependency com.github.spotbugs:spotbugs to v4.9.0
1 parent 45b3995 commit 1a5ce05

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
@@ -56,7 +56,7 @@
5656
<!-- used so that lombok can generate suppressions for spotbugs. It needs to find it on the relevant classpath -->
5757
<groupId>com.github.spotbugs</groupId>
5858
<artifactId>spotbugs</artifactId>
59-
<version>4.8.6</version>
59+
<version>4.9.0</version>
6060
<scope>provided</scope>
6161
</dependency>
6262

@@ -393,7 +393,7 @@
393393
<dependency>
394394
<groupId>com.github.spotbugs</groupId>
395395
<artifactId>spotbugs</artifactId>
396-
<version>4.8.6</version>
396+
<version>4.9.0</version>
397397
</dependency>
398398
</dependencies>
399399
<executions>

0 commit comments

Comments
 (0)