This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
The following commit(s) were added to refs/heads/master by this push:
new 55db2d44 Bump commons-io from 2.11.0 to 2.12.0
55db2d44 is described below
commit 55db2d44f97b589f0d48baa0d1af4df29fff231f
Author: Gary Gregory <[email protected]>
AuthorDate: Wed May 17 14:28:34 2023 -0400
Bump commons-io from 2.11.0 to 2.12.0
---
pom.xml | 2 +-
src/changes/changes.xml | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 71b57405..f9327fba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -605,7 +605,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.11.0</version>
+ <version>2.12.0</version>
</dependency>
<!-- Test HTTP with Apache HttpComponent Core -->
<dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b2e89ea5..d39ac655 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -273,6 +273,9 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" due-to="Dependabot" type="update">
Bump httpclient from 4.5.13 to 4.5.14 #344.
</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">
+ Bump commons-io from 2.11.0 to 2.12.0.
+ </action>
</release>
<release version="2.9.0" date="2021-06-16" description="Maintenance
release. Requires Java 8.">
<!-- ADDS -->