Skip to content

Commit d679320

Browse files
beeme1mrsnyk-bot
andauthored
chore(security): [Snyk] Security upgrade com.github.spotbugs:spotbugs from 4.7.2 to 4.7.3 (open-feature#157)
fix: pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-3043138 Co-authored-by: snyk-bot <[email protected]>
1 parent f0a8297 commit d679320

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<!-- used so that lombok can generate suppressions for spotbugs. It needs to find it on the relevant classpath -->
5353
<groupId>com.github.spotbugs</groupId>
5454
<artifactId>spotbugs</artifactId>
55-
<version>4.7.2</version>
55+
<version>4.7.3</version>
5656
<scope>compile</scope>
5757
</dependency>
5858

@@ -432,7 +432,7 @@
432432
<dependency>
433433
<groupId>com.github.spotbugs</groupId>
434434
<artifactId>spotbugs</artifactId>
435-
<version>4.7.2</version>
435+
<version>4.7.3</version>
436436
</dependency>
437437
</dependencies>
438438
<executions>
@@ -484,7 +484,7 @@
484484
<id>integration-test</id>
485485
<properties>
486486
<!-- run the integration tests by clearing the exclusions -->
487-
<testExclusions></testExclusions>
487+
<testExclusions/>
488488
</properties>
489489
<build>
490490
<plugins>

0 commit comments

Comments
 (0)