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-jci.git
The following commit(s) were added to refs/heads/master by this push:
new 5eaf1a8 Bump commons-io:commons-io from 2.11.0 to 2.12.0
5eaf1a8 is described below
commit 5eaf1a856a89622b3b0663e44e0084b9d64478e6
Author: Gary Gregory <[email protected]>
AuthorDate: Wed May 17 12:26:05 2023 -0400
Bump commons-io:commons-io from 2.11.0 to 2.12.0
---
pom.xml | 3 +--
src/changes/changes.xml | 4 ++--
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index f5c9e7d..97adabf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -258,8 +258,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <!-- later versions require 2.6 -->
- <version>2.11.0</version>
+ <version>2.12.0</version>
</dependency>
<!-- examples -->
<dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9592827..3cccd67 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -66,8 +66,8 @@ The <action> type attribute can be add,update,fix,remove.
<body>
<release version="2.0" date="202Y-MM-DD" description="Major release (Java
8).">
<!-- UPDATE -->
- <action type="update" dev="ggregory" due-to="Dependabot">
- Bump commons-io from 2.2 to 2.11.0 #11.
+ <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
+ Bump commons-io from 2.2 to 2.12.0 #11.
</action>
<action type="update" dev="ggregory" due-to="Dependabot">
Bump junit from 4.11 to 4.13.2 #10.