Skip to content

Commit 7ae552a

Browse files
chore(deps): update dependency com.github.spotbugs:spotbugs to v4.8.0
1 parent 5cc464e commit 7ae552a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<!-- used so that lombok can generate suppressions for spotbugs. It needs to find it on the relevant classpath -->
7575
<groupId>com.github.spotbugs</groupId>
7676
<artifactId>spotbugs</artifactId>
77-
<version>4.7.3</version>
77+
<version>4.8.0</version>
7878
<scope>provided</scope>
7979
</dependency>
8080

@@ -274,7 +274,7 @@
274274
<dependency>
275275
<groupId>com.github.spotbugs</groupId>
276276
<artifactId>spotbugs</artifactId>
277-
<version>4.7.3</version>
277+
<version>4.8.0</version>
278278
</dependency>
279279
</dependencies>
280280
<executions>

0 commit comments

Comments
 (0)