Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities (#16)
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-ORGAPACHEMAVENSHARED-570592
  • Loading branch information
snyk-bot authored Aug 17, 2021
1 parent 98a89ea commit e771eb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore />
<ignore/>
</action>
</pluginExecution>
</pluginExecutions>
Expand Down Expand Up @@ -486,7 +486,7 @@
<maven-surefire-plugin.version>3.0.0-M3</maven-surefire-plugin.version>
<maven-surefire-report-plugin.version>3.0.0-M3</maven-surefire-report-plugin.version>
<maven-toolchains-plugin.version>1.1</maven-toolchains-plugin.version>
<maven.version>3.6.1</maven.version>
<maven.version>3.8.2</maven.version>
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
<!-- Properties for maven-compiler-plugin -->
<maven.compiler.compilerVersion>1.8</maven.compiler.compilerVersion>
Expand Down

0 comments on commit e771eb3

Please sign in to comment.