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-test authored and manoelcampos committed Aug 17, 2020
1 parent b835148 commit 7bca7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>24.1.1-jre</version>
<version>26.0-jre</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 7bca7ac

Please sign in to comment.