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 2020/04/13 10:41:33 UTC

[shiro] branch master updated: [SHIRO-755] Upgrade to Hazelcast 3.12.6

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 656291f  [SHIRO-755] Upgrade to Hazelcast 3.12.6
     new 532ce68  Merge pull request #213 from fpapon/SHIRO-755
656291f is described below

commit 656291f1344b9ec4bfb9d42cc1b5af7fc65e1468
Author: Francois Papon <fp...@apache.org>
AuthorDate: Mon Apr 13 10:40:37 2020 +0200

    [SHIRO-755] Upgrade to Hazelcast 3.12.6
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 739d4c2..de73f79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,7 +89,7 @@
              modules' OSGi metadata: -->
         <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>3.12.1</hazelcast.version>
+        <hazelcast.version>3.12.6</hazelcast.version>
         <hsqldb.version>2.5.0</hsqldb.version>
         <javax.annotation.api.version>1.3.2</javax.annotation.api.version>
         <jdk.version>1.8</jdk.version>