Updated Shiro to 1.5.3

Former-commit-id: 7852dafc97
pull/3/head
Jens Pelzetter 2020-06-23 16:32:31 +02:00
parent 6e302a7e7b
commit 233d3ac124
1 changed files with 2 additions and 2 deletions

View File

@ -508,12 +508,12 @@
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-core</artifactId>
<version>1.4.0</version>
<version>1.5.3</version>
</dependency>
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-web</artifactId>
<version>1.4.0</version>
<version>1.5.3</version>
</dependency>
<!-- Json Web Token support -->