This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts-examples.git
The following commit(s) were added to refs/heads/master by this push: new d7b7fa3 Upgrades Spring & Shiro d7b7fa3 is described below commit d7b7fa3a5718a675c58abb2020d50cdf81fbd296 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Sun Nov 15 09:47:22 2020 +0100 Upgrades Spring & Shiro --- rest-angular/pom.xml | 2 +- shiro-basic/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rest-angular/pom.xml b/rest-angular/pom.xml index 8b7bf6a..c583b9f 100644 --- a/rest-angular/pom.xml +++ b/rest-angular/pom.xml @@ -36,7 +36,7 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> - <version>4.3.13.RELEASE</version> + <version>4.3.29.RELEASE</version> <scope>test</scope> </dependency> diff --git a/shiro-basic/pom.xml b/shiro-basic/pom.xml index e3f3bd0..5752801 100644 --- a/shiro-basic/pom.xml +++ b/shiro-basic/pom.xml @@ -13,7 +13,7 @@ <packaging>war</packaging> <properties> - <shiro.version>1.5.3</shiro.version> + <shiro.version>1.7.0</shiro.version> </properties> <dependencies>