Skip to content

Commit 4de637f

Browse files
fix(deps): update dependency com.github.spotbugs:spotbugs to v4.9.7 (#1670)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4cd6aeb commit 4de637f

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.9.6</version>
63+
<version>4.9.7</version>
6464
<scope>provided</scope>
6565
</dependency>
6666

@@ -476,7 +476,7 @@
476476
<dependency>
477477
<groupId>com.github.spotbugs</groupId>
478478
<artifactId>spotbugs</artifactId>
479-
<version>4.9.6</version>
479+
<version>4.9.7</version>
480480
</dependency>
481481
</dependencies>
482482
<executions>

0 commit comments

Comments
 (0)