Skip to content

Commit

Permalink
[MSHARED-847] - Upgrade commons-io to 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Dec 8, 2019
1 parent 4827543 commit 7d20101
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 @@ -89,7 +89,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.5</version>
<version>2.6</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

1 comment on commit 7d20101

@matthyx
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, is it possible to have a new release of maven-shared-utils with this change?

Please sign in to comment.