Upgrade Apache Shiro from 1.3.1 to 1.3.2 63/47463/2
authorRyan Goulding <ryandgoulding@gmail.com>
Mon, 24 Oct 2016 22:18:24 +0000 (18:18 -0400)
committerRobert Varga <nite@hq.sk>
Tue, 25 Oct 2016 10:35:38 +0000 (10:35 +0000)
Upgrades Apache Shiro to the newest release (September 2016).  This includes
the following bugfixes:

SHIRO-577 Fixes bug allow enabling of SessionValidationScheduler when set
          via setSessionValidationScheduler

Release notes are not currently available, but this information was determined
through looking at the Apache Shiro git commit history.

Change-Id: I0cc2983df285402a93b8887410c53f98a6bd8a3e
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
odlparent/pom.xml

index 34d3da67a7954388c3aaef6251f1cf62d3da191f..f03bf9ce1621cba11717e2a7dbf9b75fde3af8ca 100644 (file)
       <dependency>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-core</artifactId>
-        <version>1.3.1</version>
+        <version>1.3.2</version>
       </dependency>
       <dependency>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-web</artifactId>
-        <version>1.3.1</version>
+        <version>1.3.2</version>
       </dependency>
 
       <!-- Plugin integration -->