Skip to content

Commit 3eb0fe6

Browse files
fix(deps): update dependency com.github.spotbugs:spotbugs to v4.9.3
1 parent bcae7f7 commit 3eb0fe6

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
@@ -114,7 +114,7 @@
114114
<!-- used so that lombok can generate suppressions for spotbugs. It needs to find it on the relevant classpath -->
115115
<groupId>com.github.spotbugs</groupId>
116116
<artifactId>spotbugs</artifactId>
117-
<version>4.8.6</version>
117+
<version>4.9.3</version>
118118
<scope>provided</scope>
119119
</dependency>
120120

@@ -463,7 +463,7 @@
463463
<dependency>
464464
<groupId>com.github.spotbugs</groupId>
465465
<artifactId>spotbugs</artifactId>
466-
<version>4.9.0</version>
466+
<version>4.9.3</version>
467467
</dependency>
468468
</dependencies>
469469
<executions>

0 commit comments

Comments
 (0)