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-text.git
The following commit(s) were added to refs/heads/master by this push:
new b3c79150 Bump commons-io from 2.11.0 to 2.12.0
b3c79150 is described below
commit b3c7915014e45bbbe63d96e3f4fbec85ab24dfe0
Author: Gary Gregory <[email protected]>
AuthorDate: Wed May 17 13:08:21 2023 -0400
Bump commons-io from 2.11.0 to 2.12.0
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 000f60cd..ba98193c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.11.0</version>
+ <version>2.12.0</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f042379e..c197892c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -73,6 +73,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 56 #392, #401.</action>
<action type="update" dev="kinow"
due-to="Dependabot">Bump assertj-core from 3.23.1 to 3.24.2 #405, #410.</action>
<action type="update" dev="kinow"
due-to="Dependabot">Bump maven-checkstyle-plugin from 3.2.0 to 3.2.1
#407.</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="1.10.0" date="2022-09-24" description="Release 1.10.0.
Requires Java 8.">
<!-- FIX -->