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 a10ae6e commit c819e54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@
<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 Expand Up @@ -563,7 +563,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.13.0</version>
<version>2.14.0</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-parent from 54 to 62 #189, #198, #222.</action>
<action type="update" dev="ggregory" due-to="Dependabot">Bump jna.version from 5.12.1 to 5.13.0 #203.</action>
<action type="update" dev="ggregory" due-to="Dependabot">Bump kotlin-stdlib from 1.8.10 to 1.9.10 #217, #219, #227, #231, #235.</action>
<action type="update" dev="ggregory" due-to="Dependabot">Bump commons-io from 2.11.0 to 2.13.0.</action>
<action type="update" dev="ggregory" due-to="Dependabot">Bump commons-io from 2.11.0 to 2.14.0.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-lang3 from 3.12.0 to 3.13.0.</action>
</release>
<release version="6.7.0" date="2022-11-28" description="Maintenance and bug fix release.">
Expand Down

0 comments on commit c819e54

Please sign in to comment.