You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2021/07/01 10:53:31 UTC

[jena] branch main updated: Bump commons-io from 2.9.0 to 2.10.0 (#1022)

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 31a5dea  Bump commons-io from 2.9.0 to 2.10.0 (#1022)
31a5dea is described below

commit 31a5dead2e4db68cdc1b50d5851b6cbc5076506f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jul 1 10:55:36 2021 +0100

    Bump commons-io from 2.9.0 to 2.10.0 (#1022)
    
    Bumps commons-io from 2.9.0 to 2.10.0.
    
    ---
    updated-dependencies:
    - dependency-name: commons-io:commons-io
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9ff059e..df270b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@
     <ver.jsonldjava>0.13.3</ver.jsonldjava>
     <ver.jackson>2.12.3</ver.jackson>
 
-    <ver.commonsio>2.9.0</ver.commonsio>
+    <ver.commonsio>2.10.0</ver.commonsio>
     <ver.commonscli>1.4</ver.commonscli>
     <ver.commonslang3>3.12.0</ver.commonslang3>
     <ver.commonsrdf>0.5.0</ver.commonsrdf>