Skip to content

Commit

Permalink
Bump commons-io from 2.9.0 to 2.10.0
Browse files Browse the repository at this point in the history
Bumps commons-io from 2.9.0 to 2.10.0.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kinow committed Jun 15, 2021
1 parent f29c9e6 commit 5ef29a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.9.0</version>
<version>2.10.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ The <action> type attribute can be add,update,fix,remove.
Bump actions/setup-java from v1.4.0 to v2 #92 #95 #101 #127.
</action>
<action dev="kinow" type="update" due-to="Dependabot">
Bump commons-io from 2.7 to 2.9.0 #96 #152.
Bump commons-io from 2.7 to 2.10.0 #96 #152 #153.
</action>
<action dev="kinow" type="update" due-to="Dependabot">
Bump junit-jupiter from 5.6.2 to 5.7.2 #97 #119 #151.
Expand Down

0 comments on commit 5ef29a7

Please sign in to comment.