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
commit 24f12e0c2faa3554328f4e03c0cbdbb6780518e0 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Mon Jun 8 08:54:36 2020 +0200 Upgrades to latest versions --- shiro-basic/pom.xml | 2 +- text-provider/pom.xml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/shiro-basic/pom.xml b/shiro-basic/pom.xml index 97c7c6e..e3f3bd0 100644 --- a/shiro-basic/pom.xml +++ b/shiro-basic/pom.xml @@ -13,7 +13,7 @@ <packaging>war</packaging> <properties> - <shiro.version>1.3.2</shiro.version> + <shiro.version>1.5.3</shiro.version> </properties> <dependencies> diff --git a/text-provider/pom.xml b/text-provider/pom.xml index c7d3a40..1907b6e 100644 --- a/text-provider/pom.xml +++ b/text-provider/pom.xml @@ -26,7 +26,6 @@ <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> - <version>2.7</version> </dependency> </dependencies>