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-rdf.git
The following commit(s) were added to refs/heads/master by this push: new c7380a00 Bump commons-io from 2.13.0 to 2.14.0 c7380a00 is described below commit c7380a00dd8539199cbe4d6362713f583345629f Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Sep 30 09:26:06 2023 -0400 Bump commons-io from 2.13.0 to 2.14.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 a2ac5299..623d3ff5 100644 --- a/pom.xml +++ b/pom.xml @@ -281,7 +281,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 440d346a..c0c56c5f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -75,6 +75,9 @@ <action type="update" dev="ggregory" due-to="Dependabot"> Bump junit from 4.12 to 4.13.1 in /commons-rdf-examples #82. </action> + <action type="update" dev="ggregory" due-to="Gary Gregory"> + Bump commons-io from 2.13.0 to 2.14.0. + </action> </release> <release version="0.5.0" date="2017-11-19" description="Minor feature and bug fix release."> <action type="fix" issue="COMMONSRDF-47">