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 2019/01/20 18:11:00 UTC

[shiro] branch master updated: SHIRO-655 Bump commons-configuration2 dependency version to avoid OSGi runtime dependency to springframework

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7c09d4b  SHIRO-655 Bump commons-configuration2 dependency version to avoid OSGi runtime dependency to springframework
     new 341da7d  Merge pull request #92 from steinarb/update-commons-configuration2-dependency
7c09d4b is described below

commit 7c09d4b42e6670232d63b163995f0350efec74c4
Author: Steinar Bang <sb...@dod.no>
AuthorDate: Sat Nov 24 21:27:07 2018 +0100

    SHIRO-655 Bump commons-configuration2 dependency version to avoid OSGi runtime dependency to springframework
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 10527df..dc76c31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -781,7 +781,7 @@
                 <!-- optional dep for the reflection builder -->
                 <groupId>org.apache.commons</groupId>
                 <artifactId>commons-configuration2</artifactId>
-                <version>2.1</version>
+                <version>2.2</version>
                 <exclusions>
                     <exclusion>
                         <groupId>commons-logging</groupId>