Skip to content

Commit

Permalink
fix: google-cloud-clients/pom.xml to reduce vulnerabilities (#3943)
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-COMMONSFILEUPLOAD-30401
  • Loading branch information
snyk-bot authored and chingor13 committed Nov 14, 2018
1 parent f1c5b96 commit 5e5336d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-cloud-clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.3.2</version>
<version>1.3.3</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 5e5336d

Please sign in to comment.