Skip to content

Commit f2fef65

Browse files
fix(deps): update dependency com.github.spotbugs:spotbugs to v4.9.4 (#1548)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 09b3138 commit f2fef65

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
@@ -60,7 +60,7 @@
6060
<!-- used so that lombok can generate suppressions for spotbugs. It needs to find it on the relevant classpath -->
6161
<groupId>com.github.spotbugs</groupId>
6262
<artifactId>spotbugs</artifactId>
63-
<version>4.8.6</version>
63+
<version>4.9.4</version>
6464
<scope>provided</scope>
6565
</dependency>
6666

@@ -419,7 +419,7 @@
419419
<dependency>
420420
<groupId>com.github.spotbugs</groupId>
421421
<artifactId>spotbugs</artifactId>
422-
<version>4.8.6</version>
422+
<version>4.9.4</version>
423423
</dependency>
424424
</dependencies>
425425
<executions>

0 commit comments

Comments
 (0)