Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit e0a5749

Browse files
committed
Bump commons-io:commons-io: from 2.11.0 to 2.12.0
1 parent 4ca0556 commit e0a5749

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>commons-io</groupId>
5252
<artifactId>commons-io</artifactId>
53-
<version>2.11.0</version>
53+
<version>2.12.0</version>
5454
<scope>test</scope>
5555
</dependency>
5656
<dependency>

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@
4141
</properties>
4242
<body>
4343
<release version="1.10.1" date="2023-MM-DD" description="Feature and bug fix release (Java 8)">
44+
<!-- FIX -->
4445
<action issue="CSV-306" type="fix" dev="ggregory" due-to="Sam Ng, Bruno P. Kinoshita">Replace deprecated method in user guide, update external link #324, #325.</action>
46+
<!-- UPDATE -->
47+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-io:commons-io: from 2.11.0 to 2.12.0.</action>
4548
</release>
4649
<release version="1.10.0" date="2023-01-28" description="Feature and bug fix release (Java 8)">
4750
<!-- FIX -->

0 commit comments

Comments
 (0)