Skip to content

Commit 50df715

Browse files
fix(deps): update dependency com.github.spotbugs:spotbugs to v4.9.3
1 parent fc26ff2 commit 50df715

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

@@ -462,7 +462,7 @@
462462
<dependency>
463463
<groupId>com.github.spotbugs</groupId>
464464
<artifactId>spotbugs</artifactId>
465-
<version>4.9.0</version>
465+
<version>4.9.3</version>
466466
</dependency>
467467
</dependencies>
468468
<executions>

0 commit comments

Comments
 (0)