Skip to content

Commit 39fb0da

Browse files
chore(deps): update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.9.2.0
1 parent ec12ef7 commit 39fb0da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@
456456
<plugin>
457457
<groupId>com.github.spotbugs</groupId>
458458
<artifactId>spotbugs-maven-plugin</artifactId>
459-
<version>4.9.1.0</version>
459+
<version>4.9.2.0</version>
460460
<configuration>
461461
<excludeFilterFile>spotbugs-exclusions.xml</excludeFilterFile>
462462
<plugins>

providers/flagd/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
<plugin>
279279
<groupId>com.github.spotbugs</groupId>
280280
<artifactId>spotbugs-maven-plugin</artifactId>
281-
<version>4.9.1.0</version>
281+
<version>4.9.2.0</version>
282282
<configuration>
283283
<onlyAnalyze>dev.openfeature.contrib.-</onlyAnalyze>
284284
</configuration>

0 commit comments

Comments
 (0)