You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2016/10/14 19:36:18 UTC

[15/20] shiro git commit: Update commons, ehcache, and aspects dependency versions

Update commons, ehcache, and aspects dependency versions


Project: http://git-wip-us.apache.org/repos/asf/shiro/repo
Commit: http://git-wip-us.apache.org/repos/asf/shiro/commit/f6b1a3ca
Tree: http://git-wip-us.apache.org/repos/asf/shiro/tree/f6b1a3ca
Diff: http://git-wip-us.apache.org/repos/asf/shiro/diff/f6b1a3ca

Branch: refs/heads/1.4.x
Commit: f6b1a3ca3027d27eb53ee6462e9f6c59cd01817e
Parents: 4bf2e4e
Author: Brian Demers <bd...@apache.org>
Authored: Tue Oct 11 15:09:36 2016 -0400
Committer: Brian Demers <bd...@apache.org>
Committed: Fri Oct 14 15:15:51 2016 -0400

----------------------------------------------------------------------
 pom.xml                  | 8 ++++----
 support/features/pom.xml | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/shiro/blob/f6b1a3ca/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ea94c99..53c8946 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,13 +74,13 @@
         <!-- Compile 3rd party dependencies: -->
         <!-- Don't change this version without also changing the shiro-aspect and shiro-features
              modules' OSGi metadata: -->
-        <aspectj.version>1.8.6</aspectj.version>
-        <commons.cli.version>1.2</commons.cli.version>
-        <commons.codec.version>1.4</commons.codec.version>
+        <aspectj.version>1.8.9</aspectj.version>
+        <commons.cli.version>1.3.1</commons.cli.version>
+        <commons.codec.version>1.10</commons.codec.version>
         <crowd.version>1.5.2</crowd.version>
         <!-- Don't change this version without also changing the shiro-ehcache and shiro-features
              modules' OSGi metadata: -->
-        <ehcache.version>2.5.3</ehcache.version>
+        <ehcache.version>2.6.11</ehcache.version>
         <!-- Don't change this version without also changing the shiro-hazelcast and shiro-features OSGi metadata: -->
         <hazelcast.version>2.4.1</hazelcast.version>
         <hsqldb.version>1.8.0.7</hsqldb.version>

http://git-wip-us.apache.org/repos/asf/shiro/blob/f6b1a3ca/support/features/pom.xml
----------------------------------------------------------------------
diff --git a/support/features/pom.xml b/support/features/pom.xml
index b4d4fbb..e083e86 100644
--- a/support/features/pom.xml
+++ b/support/features/pom.xml
@@ -32,8 +32,8 @@
     <packaging>pom</packaging>
 
     <properties>
-        <aspectj.bundle.version>1.6.16_1</aspectj.bundle.version>
-        <ehcache.bundle.version>2.5.3_1</ehcache.bundle.version>
+        <aspectj.bundle.version>1.8.9_1</aspectj.bundle.version>
+        <ehcache.bundle.version>2.6.11_1</ehcache.bundle.version>
         <hazelcast.bundle.version>2.4.1_1</hazelcast.bundle.version>
         <quartz.bundle.version>1.6.1_1</quartz.bundle.version>
         <!-- Not a Shiro dependency - used for quartz bundle resolution only (see features.xml): -->