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-jcs.git
The following commit(s) were added to refs/heads/master by this push:
new 860e8e8f Bump commons-io:commons-io from 2.11.0 to 2.12.0
860e8e8f is described below
commit 860e8e8f35b891753fc43291fcf8c1c0d00259fd
Author: Gary Gregory <[email protected]>
AuthorDate: Wed May 17 12:36:23 2023 -0400
Bump commons-io:commons-io from 2.11.0 to 2.12.0
---
commons-jcs-jcache-extras/pom.xml | 2 +-
src/changes/changes.xml | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/commons-jcs-jcache-extras/pom.xml
b/commons-jcs-jcache-extras/pom.xml
index ceded2f9..5f866c0a 100644
--- a/commons-jcs-jcache-extras/pom.xml
+++ b/commons-jcs-jcache-extras/pom.xml
@@ -103,7 +103,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.11.0</version>
+ <version>2.12.0</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1ffbca19..9c01f649 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -56,6 +56,9 @@
<action dev="ggregory" type="update" due-to="Dependabot">
Bump commons-text from 1.9 to 1.10.0 #110.
</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">
+ Bump commons-io from 2.2 to 2.12.0.
+ </action>
</release>
<release version="3.1" date="2022-01-03">
<action dev="tv" type="fix" due-to="Bruno Kinoshita">