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 6eae4732 Bump commons-io:commons-io from 2.18.0 to 2.19.0 6eae4732 is described below commit 6eae4732730fc8b839fa831206105fce52f71405 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri Apr 11 21:08:04 2025 -0400 Bump commons-io:commons-io from 2.18.0 to 2.19.0 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 6c648e46..8b4ea4fd 100644 --- a/pom.xml +++ b/pom.xml @@ -130,7 +130,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.18.0</version> + <version>2.19.0</version> <scope>test</scope> </dependency> </dependencies> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index bf65220d..27018ca5 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -81,7 +81,7 @@ 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.18.0 #257, #264, #290. + Bump commons-io from 2.13.0 to 2.19.0 #257, #264, #290. </action> <action type="update" dev="ggregory" due-to="Gary Gregory"> Bump Java from 8 to 11.