Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-3043138
  • Loading branch information
snyk-bot committed Oct 18, 2022
1 parent 6a299d7 commit 7f1db29
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 7f1db29

Please sign in to comment.