Skip to content

Commit

Permalink
fix: apps/examples/pom.xml to reduce vulnerabilities
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-COMMONSIO-1277109
  • Loading branch information
snyk-bot committed Feb 14, 2023
1 parent 7f16188 commit 47a4835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.4</version>
<version>1.5</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 47a4835

Please sign in to comment.