Skip to content

Commit 009514f

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEGUAVA-32236
1 parent 2c7fca6 commit 009514f

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
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>com.google.guava</groupId>
7777
<artifactId>guava</artifactId>
78-
<version>17.0</version>
78+
<version>24.1.1-jre</version>
7979
<!--<scope>test</scope>-->
8080
</dependency>
8181
<!--<dependency>-->

0 commit comments

Comments
 (0)