Skip to content

Commit 6af5e6d

Browse files
chore(deps): update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.9.3.0 (#1283)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1ddc63c commit 6af5e6d

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
@@ -447,7 +447,7 @@
447447
<plugin>
448448
<groupId>com.github.spotbugs</groupId>
449449
<artifactId>spotbugs-maven-plugin</artifactId>
450-
<version>4.9.2.0</version>
450+
<version>4.9.3.0</version>
451451
<configuration>
452452
<excludeFilterFile>spotbugs-exclusions.xml</excludeFilterFile>
453453
<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.2.0</version>
281+
<version>4.9.3.0</version>
282282
<configuration>
283283
<onlyAnalyze>dev.openfeature.contrib.-</onlyAnalyze>
284284
</configuration>

0 commit comments

Comments
 (0)