Skip to content

Commit 529494f

Browse files
chore(deps): update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.9.4.1
1 parent 74b7dde commit 529494f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@
453453
<plugin>
454454
<groupId>com.github.spotbugs</groupId>
455455
<artifactId>spotbugs-maven-plugin</artifactId>
456-
<version>4.9.3.2</version>
456+
<version>4.9.4.1</version>
457457
<configuration>
458458
<excludeFilterFile>spotbugs-exclusions.xml</excludeFilterFile>
459459
<plugins>

providers/flagd/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.2</version>
281+
<version>4.9.4.1</version>
282282
<configuration>
283283
<onlyAnalyze>dev.openfeature.contrib.-</onlyAnalyze>
284284
</configuration>

0 commit comments

Comments
 (0)