You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by gi...@apache.org on 2022/06/19 19:05:28 UTC

[sling-org-apache-sling-scripting-core] branch master updated: Bump commons-io from 2.6 to 2.7

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 71de3ef  Bump commons-io from 2.6 to 2.7
71de3ef is described below

commit 71de3ef1c6022ba9d1b2b8e3a1733706fc51dcd6
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue May 10 15:03:18 2022 +0000

    Bump commons-io from 2.6 to 2.7
    
    Bumps commons-io from 2.6 to 2.7.
    
    ---
    updated-dependencies:
    - dependency-name: commons-io:commons-io
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8a603e7..2eb00d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,7 +151,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
-            <version>2.6</version>
+            <version>2.7</version>
             <scope>provided</scope>
         </dependency>
         <dependency>