You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by sh...@apache.org on 2022/05/16 08:50:19 UTC

[servicecomb-java-chassis] branch master updated: Bump commons-io from 2.8.0 to 2.11.0 (#2894)

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

shoothzj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git


The following commit(s) were added to refs/heads/master by this push:
     new 5b8178aa4 Bump commons-io from 2.8.0 to 2.11.0 (#2894)
5b8178aa4 is described below

commit 5b8178aa4e608d65d3ebc456b1a5016f253be826
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon May 16 16:50:14 2022 +0800

    Bump commons-io from 2.8.0 to 2.11.0 (#2894)
---
 dependencies/default/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dependencies/default/pom.xml b/dependencies/default/pom.xml
index f49ebe6ef..c831c5e46 100644
--- a/dependencies/default/pom.xml
+++ b/dependencies/default/pom.xml
@@ -41,7 +41,7 @@
     <classmate.version>1.5.1</classmate.version>
     <commons-beanutils.version>1.9.4</commons-beanutils.version>
     <commons-configuration.version>1.10</commons-configuration.version>
-    <commons-io.version>2.8.0</commons-io.version>
+    <commons-io.version>2.11.0</commons-io.version>
     <commons-lang.version>2.6</commons-lang.version>
     <commons-lang3.version>3.12.0</commons-lang3.version>
     <commons-logging.version>1.2</commons-logging.version>