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:00:49 UTC

[shiro] branch main 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 main
in repository https://gitbox.apache.org/repos/asf/shiro.git


The following commit(s) were added to refs/heads/main by this push:
     new 5a9fb6f6 [SHIRO-886] Upgrade to commons configuration 2.8.0
     new 4ce03992 Merge pull request #368 from fpapon/SHIRO-886
5a9fb6f6 is described below

commit 5a9fb6f6fdd777e04c10e31cc80ca3213b113e6b
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b8507598..bf164b0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,7 @@
         <commons.cli.version>1.4</commons.cli.version>
         <commons.codec.version>1.14</commons.codec.version>
         <commons.collection.version>3.2.2</commons.collection.version>
-        <commons.configuration2.version>2.7</commons.configuration2.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>
         <commons.text.version>1.8</commons.text.version>