From 2d84961f15e8e93dcd416f9eeb5e0f0b90893d21 Mon Sep 17 00:00:00 2001 From: Les Hazlewood Date: Thu, 19 Dec 2013 14:46:22 -0800 Subject: [PATCH 1/3] updated libs --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index cbc093a..4c52c0c 100644 --- a/pom.xml +++ b/pom.xml @@ -81,12 +81,12 @@ com.stormpath.shiro stormpath-shiro-core - 0.4.0 + 0.5.0 com.stormpath.sdk stormpath-sdk-httpclient - 0.8.1 + 0.9.1 runtime From faba65e669b96b5312d8e541cff74bee77d2a57f Mon Sep 17 00:00:00 2001 From: Brian Demers Date: Mon, 12 Sep 2016 10:05:38 -0400 Subject: [PATCH 2/3] Updating dependency versions --- pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 4c52c0c..1e7f8de 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ war - 1.2.2 + 1.3.2 @@ -34,7 +34,7 @@ org.eclipse.jetty jetty-maven-plugin - 9.1.0.v20131115 + 9.3.11.v20160721 / @@ -50,18 +50,18 @@ org.slf4j slf4j-api - 1.7.5 + 1.7.21 org.slf4j jcl-over-slf4j - 1.7.5 + 1.7.21 runtime ch.qos.logback logback-classic - 1.0.13 + 1.1.7 runtime @@ -81,12 +81,12 @@ com.stormpath.shiro stormpath-shiro-core - 0.5.0 + 0.7.0 com.stormpath.sdk stormpath-sdk-httpclient - 0.9.1 + 1.0.4 runtime From f7df2bb6c01769edf5e6f1cfad50b31b229580b6 Mon Sep 17 00:00:00 2001 From: Brian Demers Date: Mon, 12 Sep 2016 11:59:20 -0400 Subject: [PATCH 3/3] Add link to the tutorial text in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b88443c..c028b67 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ apache-shiro-webapp-tutorial ============================ -A step-by-step tutorial showing how to secure a web app with Apache Shiro +A [step-by-step tutorial](http://shiro.apache.org/webapp-tutorial.html) showing how to secure a web app with Apache Shiro.