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-COMGOOGLEGUAVA-32236
  • Loading branch information
snyk-bot committed Jan 4, 2019
1 parent b899a7b commit 2ce4ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
<additionalparam>-Xdoclint:none</additionalparam>
<mavenVersion>3.5.4</mavenVersion>
<mavenVersion>3.6.0</mavenVersion>
<mavenPluginPluginVersion>3.5.2</mavenPluginPluginVersion>
</properties>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 2ce4ae6

Please sign in to comment.