Skip to content

Commit df51419

Browse files
fix(deps): update dependency com.github.spotbugs:spotbugs to v4.9.1
1 parent 5436eb0 commit df51419

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.1</version>
6060
<scope>provided</scope>
6161
</dependency>
6262

@@ -395,7 +395,7 @@
395395
<dependency>
396396
<groupId>com.github.spotbugs</groupId>
397397
<artifactId>spotbugs</artifactId>
398-
<version>4.8.6</version>
398+
<version>4.9.1</version>
399399
</dependency>
400400
</dependencies>
401401
<executions>

0 commit comments

Comments
 (0)