chore(deps): update dependency com.github.spotbugs:spotbugs to v4.8.6 (#981)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-06-18 06:29:58 +00:00 committed by GitHub
parent 8928bd4ab8
commit 8e1709944f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@
<!-- used so that lombok can generate suppressions for spotbugs. It needs to find it on the relevant classpath -->
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs</artifactId>
<version>4.8.5</version>
<version>4.8.6</version>
<scope>provided</scope>
</dependency>
@ -365,7 +365,7 @@
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs</artifactId>
<version>4.8.5</version>
<version>4.8.6</version>
</dependency>
</dependencies>
<executions>