Skip to content

Commit b21c674

Browse files
fix(deps): update dependency com.github.spotbugs:spotbugs to v4.9.8 (#1677)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e0f1ab0 commit b21c674

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
@@ -61,7 +61,7 @@
6161
<!-- used so that lombok can generate suppressions for spotbugs. It needs to find it on the relevant classpath -->
6262
<groupId>com.github.spotbugs</groupId>
6363
<artifactId>spotbugs</artifactId>
64-
<version>4.9.7</version>
64+
<version>4.9.8</version>
6565
<scope>provided</scope>
6666
</dependency>
6767

@@ -477,7 +477,7 @@
477477
<dependency>
478478
<groupId>com.github.spotbugs</groupId>
479479
<artifactId>spotbugs</artifactId>
480-
<version>4.9.7</version>
480+
<version>4.9.8</version>
481481
</dependency>
482482
</dependencies>
483483
<executions>

0 commit comments

Comments
 (0)