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/f5acaa0e
Tree: http://git-wip-us.apache.org/repos/asf/shiro/tree/f5acaa0e
Diff: http://git-wip-us.apache.org/repos/asf/shiro/diff/f5acaa0e

Branch: refs/heads/master
Commit: f5acaa0ea47444189e30d26c9b23230bb9789929
Parents: 62dd1ef
Author: Brian Demers <bdem...@apache.org>
Authored: Tue Oct 11 15:09:36 2016 -0400
Committer: Brian Demers <bdem...@apache.org>
Committed: Tue Oct 18 13:46:00 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/f5acaa0e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 110d88b..f686566 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/f5acaa0e/support/features/pom.xml
----------------------------------------------------------------------
diff --git a/support/features/pom.xml b/support/features/pom.xml
index 023d84b..0a7bf11 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): -->

Reply via email to