Skip to content

Commit

Permalink
chore(security): [Snyk] Security upgrade com.github.spotbugs:spotbugs…
Browse files Browse the repository at this point in the history
… from 4.7.2 to 4.7.3 (#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 <snyk-bot@snyk.io>
  • Loading branch information
beeme1mr and snyk-bot authored Oct 19, 2022
1 parent f0a8297 commit d679320
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<!-- used so that lombok can generate suppressions for spotbugs. It needs to find it on the relevant classpath -->
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs</artifactId>
<version>4.7.2</version>
<version>4.7.3</version>
<scope>compile</scope>
</dependency>

Expand Down Expand Up @@ -432,7 +432,7 @@
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs</artifactId>
<version>4.7.2</version>
<version>4.7.3</version>
</dependency>
</dependencies>
<executions>
Expand Down Expand Up @@ -484,7 +484,7 @@
<id>integration-test</id>
<properties>
<!-- run the integration tests by clearing the exclusions -->
<testExclusions></testExclusions>
<testExclusions/>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit d679320

Please sign in to comment.