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 4759b1a7 Bump commons-io from 2.13.0 to 2.14.0 4759b1a7 is described below commit 4759b1a77f1a063dd2f1893edcb26879fcedc28d Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Sep 30 08:02:02 2023 -0400 Bump commons-io from 2.13.0 to 2.14.0 --- commons-jcs3-jcache-extras/pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/commons-jcs3-jcache-extras/pom.xml b/commons-jcs3-jcache-extras/pom.xml index ae9d4345..0bb36994 100644 --- a/commons-jcs3-jcache-extras/pom.xml +++ b/commons-jcs3-jcache-extras/pom.xml @@ -89,7 +89,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.13.0</version> + <version>2.14.0</version> <scope>test</scope> </dependency> </dependencies> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 890f7c26..fbc145d2 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -46,6 +46,9 @@ <action type="update" dev="ggregory" due-to="Gary Gregory"> Bump org.apache.commons:commons-dbcp2 from 2.9.0 to 2.10.0. </action> + <action type="update" dev="ggregory" due-to="Gary Gregory"> + Bump commons-io from 2.13.0 to 2.14.0 #11. + </action> </release> <release version="3.2" date="2023-08-22"> <action dev="tv" type="fix" issue="JCS-234" due-to="Chris Lake">