Skip to content

Commit 7bca7ac

Browse files
snyk-testmanoelcampos
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 b835148 commit 7bca7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

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>24.1.1-jre</version>
64+
<version>26.0-jre</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>junit</groupId>

0 commit comments

Comments
 (0)