You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by fp...@apache.org on 2022/07/06 20:47:13 UTC

[shiro] branch 1.9.x updated: [SHIRO-886] Upgrade to commons configuration 2.8.0

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

fpapon pushed a commit to branch 1.9.x
in repository https://gitbox.apache.org/repos/asf/shiro.git


The following commit(s) were added to refs/heads/1.9.x by this push:
     new 848f1224 [SHIRO-886] Upgrade to commons configuration 2.8.0
848f1224 is described below

commit 848f1224b16ff3d99192eacf092ebbc737a08f39
Author: francois papon <fp...@apache.org>
AuthorDate: Wed Jul 6 16:24:31 2022 +0200

    [SHIRO-886] Upgrade to commons configuration 2.8.0
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 719964a5..ee80dd5c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,8 @@
         <commons.beanutils.version>1.9.4</commons.beanutils.version>
         <commons.cli.version>1.4</commons.cli.version>
         <commons.codec.version>1.14</commons.codec.version>
-        <commons.configuration2.version>2.7</commons.configuration2.version>
+        <commons.collection.version>3.2.2</commons.collection.version>
+        <commons.configuration2.version>2.8.0</commons.configuration2.version>
         <commons.lang3.version>3.9</commons.lang3.version>
         <commons.logging.version>1.2</commons.logging.version>
         <!-- Don't change this version without also changing the shiro-ehcache and shiro-features