Skip to content

Commit

Permalink
fix: bump commons-io from 2.8.0 to 2.11.0 (#11739) (#11798)
Browse files Browse the repository at this point in the history
Bumps commons-io to a newer version where this bug has been fixed https://issues.apache.org/jira/browse/IO-692.

Fixes #11794
  • Loading branch information
mshabarov authored and vaadin-bot committed Sep 9, 2021
1 parent 8768346 commit d3aad41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.8.0</version>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit d3aad41

Please sign in to comment.