Skip to content

Commit

Permalink
Bump commons-io from 2.13.0 to 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Sep 29, 2023
1 parent 69945f3 commit 74256e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.13.0</version>
<version>2.14.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Dependabot">Bump org.slf4j:slf4j-api from 2.0.8 to 2.0.9 #413.</action>
<action type="update" dev="ggregory" due-to="Dependabot">Bump org.apache.commons:commons-parent from 61 to 62.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-io:commons-io from 2.13.0 to 2.14.0.</action>
</release>
<release version="1.24.0" date="2023-09-04" description="Minor feature and maintenance release.">
<!-- ADD -->
Expand Down

0 comments on commit 74256e9

Please sign in to comment.