This is an automated email from the ASF dual-hosted git repository.
andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git
The following commit(s) were added to refs/heads/main by this push:
new 5f87237fe9 Bump org.apache.commons:commons-csv from 1.14.0 to 1.14.1
5f87237fe9 is described below
commit 5f87237fe970d712d151a785366a983320e3d65e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 4 01:00:13 2025 +0000
Bump org.apache.commons:commons-csv from 1.14.0 to 1.14.1
Bumps
[org.apache.commons:commons-csv](https://github.com/apache/commons-csv) from
1.14.0 to 1.14.1.
-
[Changelog](https://github.com/apache/commons-csv/blob/master/RELEASE-NOTES.txt)
-
[Commits](https://github.com/apache/commons-csv/compare/rel/commons-csv-1.14.0...rel/commons-csv-1.14.1)
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-csv
dependency-version: 1.14.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0996801a10..83399b8532 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@
<ver.commons-cli>1.7.0</ver.commons-cli>
<ver.commons-lang3>3.18.0</ver.commons-lang3>
<ver.commons-rdf>0.5.0</ver.commons-rdf>
- <ver.commons-csv>1.14.0</ver.commons-csv>
+ <ver.commons-csv>1.14.1</ver.commons-csv>
<ver.commons-codec>1.19.0</ver.commons-codec>
<ver.commons-compress>1.28.0</ver.commons-compress>
<ver.commons-collections>4.5.0</ver.commons-collections>