Skip to content

Commit a49d320

Browse files
snyk-botmanoelcampos
authored andcommitted
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEGUAVA-32236
1 parent 45cf589 commit a49d320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>com.google.guava</groupId>
6363
<artifactId>guava</artifactId>
64-
<version>17.0</version>
64+
<version>24.1.1-jre</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>junit</groupId>

0 commit comments

Comments
 (0)