Skip to content

Commit

Permalink
fix: Bump version of Guava to mitigate cve (#2896)
Browse files Browse the repository at this point in the history
* fix: Bump version of Guava to mitigate cve

Signed-off-by: Achal Shah <achals@gmail.com>

* 30.1

Signed-off-by: Achal Shah <achals@gmail.com>
  • Loading branch information
achals committed Jun 30, 2022
1 parent 056cfa1 commit 51df8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/pom.xml
Expand Up @@ -70,7 +70,7 @@
<javax.validation.version>2.0.1.Final</javax.validation.version>
<google.auth.library.oauth2.http.version>0.21.0</google.auth.library.oauth2.http.version>
<auto.value.version>1.6.6</auto.value.version>
<guava.version>29.0-jre</guava.version>
<guava.version>30.1-jre</guava.version>

<license.content><![CDATA[
/*
Expand Down

0 comments on commit 51df8be

Please sign in to comment.