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-5710356
  • Loading branch information
snyk-bot committed Jun 20, 2023
1 parent 0cd6102 commit fff4202
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 @@ -10,7 +10,7 @@
<description>A flexible and configurable chain.</description>
<properties>
<mockito.version>1.10.19</mockito.version>
<guava.version>30.1.1-jre</guava.version>
<guava.version>32.0.0-jre</guava.version>
<commons-lang.version>3.12.0</commons-lang.version>
<junit.jupiter.version>5.5.2</junit.jupiter.version>
<junit.platform.version>1.5.2</junit.platform.version>
Expand Down

0 comments on commit fff4202

Please sign in to comment.