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/08/01 09:12:45 UTC

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

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 4e40e11  Bump commons-io from 2.10.0 to 2.11.0 (#1036)
4e40e11 is described below

commit 4e40e11ed8bcef2bb2e6e024202d29b574d62deb
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Aug 1 10:12:42 2021 +0100

    Bump commons-io from 2.10.0 to 2.11.0 (#1036)
    
    Bumps commons-io from 2.10.0 to 2.11.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 77541bc..d56a6b3 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.10.0</ver.commonsio>
+    <ver.commonsio>2.11.0</ver.commonsio>
     <ver.commonscli>1.4</ver.commonscli>
     <ver.commonslang3>3.12.0</ver.commonslang3>
     <ver.commonsrdf>0.5.0</ver.commonsrdf>