This is an automated email from the ASF dual-hosted git repository.

lprimak pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/shiro-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 5d99ac8d4 Apache Shiro 2.0.3 release
5d99ac8d4 is described below

commit 5d99ac8d401d5ce1edb5fd1eeee9dbc832fbdce3
Author: lprimak <[email protected]>
AuthorDate: Wed Apr 9 14:49:09 2025 -0500

    Apache Shiro 2.0.3 release
---
 .well-known/security.txt    |  2 +-
 10-minute-tutorial.html     |  6 +++---
 cas.html                    | 12 ++++++------
 command-line-hasher.html    | 10 +++++-----
 documentation.html          |  4 ++--
 download.html               |  4 ++--
 feed.xml                    |  2 +-
 guice.html                  | 12 ++++++------
 jakarta-ee.html             | 14 +++++++-------
 jaxrs.html                  | 24 ++++++++++++------------
 release-archive.html        |  2 +-
 spring-boot.html            | 24 ++++++++++++------------
 spring-framework.html       | 36 ++++++++++++++++++------------------
 tutorial.html               |  2 +-
 v2/command-line-hasher.html | 10 +++++-----
 15 files changed, 82 insertions(+), 82 deletions(-)

diff --git a/.well-known/security.txt b/.well-known/security.txt
index 9ee8b2c50..3cb56bd85 100644
--- a/.well-known/security.txt
+++ b/.well-known/security.txt
@@ -1,5 +1,5 @@
 Contact: mailto:[email protected]
-Expires: 2026-04-09T19:45:43Z
+Expires: 2026-04-09T19:48:43Z
 Preferred-Languages: en
 Canonical: https://shiro.apache.org/.well-known/security.txt
 Policy: https://shiro.apache.org/security-reports.html
\ No newline at end of file
diff --git a/10-minute-tutorial.html b/10-minute-tutorial.html
index 19661cf8e..bf1a10a97 100644
--- a/10-minute-tutorial.html
+++ b/10-minute-tutorial.html
@@ -275,13 +275,13 @@ Now let&#8217;s actually do something!</p>
 </li>
 <li>
 <p>Download the lastest "Source Code Distribution" from the <a 
href="download.html">Download</a> page.
-In this example, we&#8217;re using the 2.0.2 release distribution.</p>
+In this example, we&#8217;re using the 2.0.3 release distribution.</p>
 </li>
 <li>
 <p>Unzip the source package:</p>
 <div class="listingblock">
 <div class="content">
-<pre class="highlightjs highlight"><code class="language-bash hljs" 
data-lang="bash">$ unzip shiro-root-2.0.2-source-release.zip</code></pre>
+<pre class="highlightjs highlight"><code class="language-bash hljs" 
data-lang="bash">$ unzip shiro-root-2.0.3-source-release.zip</code></pre>
 </div>
 </div>
 </li>
@@ -289,7 +289,7 @@ In this example, we&#8217;re using the 2.0.2 release 
distribution.</p>
 <p>Enter the quickstart directory:</p>
 <div class="listingblock">
 <div class="content">
-<pre class="highlightjs highlight"><code class="language-bash hljs" 
data-lang="bash">$ cd shiro-root-2.0.2/samples/quickstart</code></pre>
+<pre class="highlightjs highlight"><code class="language-bash hljs" 
data-lang="bash">$ cd shiro-root-2.0.3/samples/quickstart</code></pre>
 </div>
 </div>
 </li>
diff --git a/cas.html b/cas.html
index 33bac3f0e..e91a6a9d3 100644
--- a/cas.html
+++ b/cas.html
@@ -384,7 +384,7 @@ Generally, the CAS client forwards the user to the 
originally called protected p
     <pre><code class='xml language-xml'>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-cas&lt;/artifactId&gt;
-  &lt;version&gt;2.0.2&lt;/version&gt;
+  &lt;version&gt;2.0.3&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
   </div>
@@ -394,7 +394,7 @@ Generally, the CAS client forwards the user to the 
originally called protected p
     role="tabpanel"
     aria-labelledby="gradle-casmain-tab"
     >
-    <pre><code class='groovy language-groovy'>compile 
'org.apache.shiro:shiro-cas:2.0.2'
+    <pre><code class='groovy language-groovy'>compile 
'org.apache.shiro:shiro-cas:2.0.3'
 </code></pre>
   </div>
   <div
@@ -403,7 +403,7 @@ Generally, the CAS client forwards the user to the 
originally called protected p
     role="tabpanel"
     aria-labelledby="sbt-casmain-tab"
   >
-    <pre><code class='scala language-scala'>libraryDependencies += 
"org.apache.shiro" % "shiro-cas" % "2.0.2"
+    <pre><code class='scala language-scala'>libraryDependencies += 
"org.apache.shiro" % "shiro-cas" % "2.0.3"
 </code></pre>
   </div>
   <div
@@ -412,7 +412,7 @@ Generally, the CAS client forwards the user to the 
originally called protected p
     role="tabpanel"
     aria-labelledby="ivy-casmain-tab"
     >
-    <pre><code class='xml language-xml'>&lt;dependency org="org.apache.shiro" 
name="shiro-cas" rev="2.0.2"/&gt;
+    <pre><code class='xml language-xml'>&lt;dependency org="org.apache.shiro" 
name="shiro-cas" rev="2.0.3"/&gt;
 </code></pre>
   </div>
   <div
@@ -421,7 +421,7 @@ Generally, the CAS client forwards the user to the 
originally called protected p
     role="tabpanel"
     aria-labelledby="leiningen-casmain-tab"
     >
-    <pre><code class='clojure language-clojure'>[org.apache.shiro/shiro-cas 
"2.0.2"]
+    <pre><code class='clojure language-clojure'>[org.apache.shiro/shiro-cas 
"2.0.3"]
 </code></pre>
   </div>
   <div
@@ -430,7 +430,7 @@ Generally, the CAS client forwards the user to the 
originally called protected p
     role="tabpanel"
     aria-labelledby="buildr-casmain-tab"
   >
-    <pre><code class='groovy 
language-groovy'>'org.apache.shiro:shiro-cas:jar:2.0.2'
+    <pre><code class='groovy 
language-groovy'>'org.apache.shiro:shiro-cas:jar:2.0.3'
 </code></pre>
   </div>
 </div>
diff --git a/command-line-hasher.html b/command-line-hasher.html
index 3a8bd85b1..b0b718f37 100644
--- a/command-line-hasher.html
+++ b/command-line-hasher.html
@@ -252,14 +252,14 @@ They are outdated and all considered insecure!</p>
 <h2 id="CommandLineHasher-Usage">Usage</h2>
 <div class="sectionbody">
 <div class="paragraph">
-<p>Ensure you have access to the <code>shiro-tools-hasher-2.0.2-cli.jar</code> 
file.
+<p>Ensure you have access to the <code>shiro-tools-hasher-2.0.3-cli.jar</code> 
file.
 You can either find this in a source build in the 
<em>buildroot</em>`/tools/hasher/target` directory or via download through 
Maven.</p>
 </div>
 <div class="listingblock">
 <div class="content">
 <pre class="highlightjs highlight"><code class="language-bash hljs" 
data-lang="bash"># Use the following to download from Maven Central into
-# 
~/.m2/repository/org/apache/shiro/tools/shiro-tools-hasher/2.0.2/shiro-tools-hasher-2.0.2-cli.jar
-$ mvn dependency:get -DgroupId=org.apache.shiro.tools 
-DartifactId=shiro-tools-hasher -Dclassifier=cli -Dversion=2.0.2</code></pre>
+# 
~/.m2/repository/org/apache/shiro/tools/shiro-tools-hasher/2.0.3/shiro-tools-hasher-2.0.3-cli.jar
+$ mvn dependency:get -DgroupId=org.apache.shiro.tools 
-DartifactId=shiro-tools-hasher -Dclassifier=cli -Dversion=2.0.3</code></pre>
 </div>
 </div>
 <div class="paragraph">
@@ -267,7 +267,7 @@ $ mvn dependency:get -DgroupId=org.apache.shiro.tools 
-DartifactId=shiro-tools-h
 </div>
 <div class="listingblock">
 <div class="content">
-<pre class="highlightjs highlight"><code class="language-bash hljs" 
data-lang="bash">$ java -jar shiro-tools-hasher-2.0.2-cli.jar</code></pre>
+<pre class="highlightjs highlight"><code class="language-bash hljs" 
data-lang="bash">$ java -jar shiro-tools-hasher-2.0.3-cli.jar</code></pre>
 </div>
 </div>
 <div class="paragraph">
@@ -288,7 +288,7 @@ $ mvn dependency:get -DgroupId=org.apache.shiro.tools 
-DartifactId=shiro-tools-h
 </div>
 <div class="listingblock">
 <div class="content">
-<pre class="highlightjs highlight"><code class="language-bash hljs" 
data-lang="bash">$ java -jar shiro-tools-hasher-2.0.2-cli.jar -p</code></pre>
+<pre class="highlightjs highlight"><code class="language-bash hljs" 
data-lang="bash">$ java -jar shiro-tools-hasher-2.0.3-cli.jar -p</code></pre>
 </div>
 </div>
 <div class="paragraph">
diff --git a/documentation.html b/documentation.html
index 727631bc9..0067bd43d 100644
--- a/documentation.html
+++ b/documentation.html
@@ -269,7 +269,7 @@
 <div class="sect2">
 <h3 id="current_release">Current Release</h3>
 <div class="paragraph">
-<p>Apache Shiro 2.0.2 (<a href="download.html">Download</a>)</p>
+<p>Apache Shiro 2.0.3 (<a href="download.html">Download</a>)</p>
 </div>
 <div class="ulist">
 <ul>
@@ -277,7 +277,7 @@
 <p><a href="https://javadoc.io/doc/org.apache.shiro";>API</a> (Javadoc - Hosted 
on javadoc.io)</p>
 </li>
 <li>
-<p><a href="https://github.com/apache/shiro/tree/shiro-root-2.0.2/";>Browse 
Source</a> (GitHub tag)</p>
+<p><a href="https://github.com/apache/shiro/tree/shiro-root-2.0.3/";>Browse 
Source</a> (GitHub tag)</p>
 </li>
 <li>
 <p><a href="static/latest/">Maven Static Site</a></p>
diff --git a/download.html b/download.html
index 1dc596c20..f00bd2091 100644
--- a/download.html
+++ b/download.html
@@ -189,7 +189,7 @@
 <p><div id="preamble">
 <div class="sectionbody">
 <div class="paragraph">
-<p>Apache Shiro 2.0.2 is the current stable release (Java 11+).</p>
+<p>Apache Shiro 2.0.3 is the current stable release (Java 11+).</p>
 </div>
 <div class="paragraph">
 <p>To download Shiro please follow the instructions below.</p>
@@ -208,7 +208,7 @@
 <h2 id="current_release">Current Release</h2>
 <div class="sectionbody">
 <div class="paragraph">
-<p>The current release is 2.0.2.
+<p>The current release is 2.0.3.
 For older releases, please visit our <a href="release-archive.html">release 
archive</a>.</p>
 </div>
 </div>
diff --git a/feed.xml b/feed.xml
index b97f6e38d..5353f5b8b 100644
--- a/feed.xml
+++ b/feed.xml
@@ -4,7 +4,7 @@
   <subtitle>Simple. Java. Security.</subtitle>
   <link href="https://shiro.apache.org/"/>
   <link rel="self" href="https://shiro.apache.org/feed.xml"; />
-  <updated>2025-04-09T19:45:44Z</updated>
+  <updated>2025-04-09T19:48:44Z</updated>
 
   <author>
     <name>Les Hazlewood</name>
diff --git a/guice.html b/guice.html
index 7de9a0406..482f7c497 100644
--- a/guice.html
+++ b/guice.html
@@ -368,7 +368,7 @@
     <pre><code class='xml language-xml'>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-guice&lt;/artifactId&gt;
-  &lt;version&gt;2.0.2&lt;/version&gt;
+  &lt;version&gt;2.0.3&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
   </div>
@@ -378,7 +378,7 @@
     role="tabpanel"
     aria-labelledby="gradle-cli-tab"
     >
-    <pre><code class='groovy language-groovy'>compile 
'org.apache.shiro:shiro-guice:2.0.2'
+    <pre><code class='groovy language-groovy'>compile 
'org.apache.shiro:shiro-guice:2.0.3'
 </code></pre>
   </div>
   <div
@@ -387,7 +387,7 @@
     role="tabpanel"
     aria-labelledby="sbt-cli-tab"
   >
-    <pre><code class='scala language-scala'>libraryDependencies += 
"org.apache.shiro" % "shiro-guice" % "2.0.2"
+    <pre><code class='scala language-scala'>libraryDependencies += 
"org.apache.shiro" % "shiro-guice" % "2.0.3"
 </code></pre>
   </div>
   <div
@@ -396,7 +396,7 @@
     role="tabpanel"
     aria-labelledby="ivy-cli-tab"
     >
-    <pre><code class='xml language-xml'>&lt;dependency org="org.apache.shiro" 
name="shiro-guice" rev="2.0.2"/&gt;
+    <pre><code class='xml language-xml'>&lt;dependency org="org.apache.shiro" 
name="shiro-guice" rev="2.0.3"/&gt;
 </code></pre>
   </div>
   <div
@@ -405,7 +405,7 @@
     role="tabpanel"
     aria-labelledby="leiningen-cli-tab"
     >
-    <pre><code class='clojure language-clojure'>[org.apache.shiro/shiro-guice 
"2.0.2"]
+    <pre><code class='clojure language-clojure'>[org.apache.shiro/shiro-guice 
"2.0.3"]
 </code></pre>
   </div>
   <div
@@ -414,7 +414,7 @@
     role="tabpanel"
     aria-labelledby="buildr-cli-tab"
   >
-    <pre><code class='groovy 
language-groovy'>'org.apache.shiro:shiro-guice:jar:2.0.2'
+    <pre><code class='groovy 
language-groovy'>'org.apache.shiro:shiro-guice:jar:2.0.3'
 </code></pre>
   </div>
 </div>
diff --git a/jakarta-ee.html b/jakarta-ee.html
index 070ed4ecc..a5cb09f88 100644
--- a/jakarta-ee.html
+++ b/jakarta-ee.html
@@ -321,7 +321,7 @@ The module is compatible with Java EE 8 through Jakarta EE 
10 or later. It may w
     <pre><code class='xml language-xml'>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-jakarta-ee&lt;/artifactId&gt;
-  &lt;version&gt;2.0.2&lt;/version&gt;
+  &lt;version&gt;2.0.3&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
   </div>
@@ -331,7 +331,7 @@ The module is compatible with Java EE 8 through Jakarta EE 
10 or later. It may w
     role="tabpanel"
     aria-labelledby="gradle-cli-tab"
     >
-    <pre><code class='groovy language-groovy'>compile 
'org.apache.shiro:shiro-jakarta-ee:2.0.2'
+    <pre><code class='groovy language-groovy'>compile 
'org.apache.shiro:shiro-jakarta-ee:2.0.3'
 </code></pre>
   </div>
   <div
@@ -340,7 +340,7 @@ The module is compatible with Java EE 8 through Jakarta EE 
10 or later. It may w
     role="tabpanel"
     aria-labelledby="sbt-cli-tab"
   >
-    <pre><code class='scala language-scala'>libraryDependencies += 
"org.apache.shiro" % "shiro-jakarta-ee" % "2.0.2"
+    <pre><code class='scala language-scala'>libraryDependencies += 
"org.apache.shiro" % "shiro-jakarta-ee" % "2.0.3"
 </code></pre>
   </div>
   <div
@@ -349,7 +349,7 @@ The module is compatible with Java EE 8 through Jakarta EE 
10 or later. It may w
     role="tabpanel"
     aria-labelledby="ivy-cli-tab"
     >
-    <pre><code class='xml language-xml'>&lt;dependency org="org.apache.shiro" 
name="shiro-jakarta-ee" rev="2.0.2"/&gt;
+    <pre><code class='xml language-xml'>&lt;dependency org="org.apache.shiro" 
name="shiro-jakarta-ee" rev="2.0.3"/&gt;
 </code></pre>
   </div>
   <div
@@ -358,7 +358,7 @@ The module is compatible with Java EE 8 through Jakarta EE 
10 or later. It may w
     role="tabpanel"
     aria-labelledby="leiningen-cli-tab"
     >
-    <pre><code class='clojure 
language-clojure'>[org.apache.shiro/shiro-jakarta-ee "2.0.2"]
+    <pre><code class='clojure 
language-clojure'>[org.apache.shiro/shiro-jakarta-ee "2.0.3"]
 </code></pre>
   </div>
   <div
@@ -367,7 +367,7 @@ The module is compatible with Java EE 8 through Jakarta EE 
10 or later. It may w
     role="tabpanel"
     aria-labelledby="buildr-cli-tab"
   >
-    <pre><code class='groovy 
language-groovy'>'org.apache.shiro:shiro-jakarta-ee:jar:2.0.2'
+    <pre><code class='groovy 
language-groovy'>'org.apache.shiro:shiro-jakarta-ee:jar:2.0.3'
 </code></pre>
   </div>
 </div>
@@ -473,7 +473,7 @@ The module is compatible with Java EE 8 through Jakarta EE 
10 or later. It may w
         &lt;dependency&gt;
             &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
             &lt;artifactId&gt;shiro-bom&lt;/artifactId&gt;
-            &lt;version&gt;2.0.2&lt;/version&gt;
+            &lt;version&gt;2.0.3&lt;/version&gt;
             &lt;scope&gt;import&lt;/scope&gt;
             &lt;type&gt;pom&lt;/type&gt;
         &lt;/dependency&gt;
diff --git a/jaxrs.html b/jaxrs.html
index bec186610..81f649cd9 100644
--- a/jaxrs.html
+++ b/jaxrs.html
@@ -307,12 +307,12 @@
     <pre><code class='xml language-xml'>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-servlet-plugin&lt;/artifactId&gt;
-  &lt;version&gt;2.0.2&lt;/version&gt;
+  &lt;version&gt;2.0.3&lt;/version&gt;
 &lt;/dependency&gt;
 &lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-jaxrs&lt;/artifactId&gt;
-  &lt;version&gt;2.0.2&lt;/version&gt;
+  &lt;version&gt;2.0.3&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
   </div>
@@ -322,8 +322,8 @@
     role="tabpanel"
     aria-labelledby="gradle-cli-tab"
     >
-    <pre><code class='groovy language-groovy'>compile 
'org.apache.shiro:shiro-servlet-plugin:2.0.2'
-compile 'org.apache.shiro:shiro-jaxrs:2.0.2'
+    <pre><code class='groovy language-groovy'>compile 
'org.apache.shiro:shiro-servlet-plugin:2.0.3'
+compile 'org.apache.shiro:shiro-jaxrs:2.0.3'
 </code></pre>
   </div>
   <div
@@ -332,8 +332,8 @@ compile 'org.apache.shiro:shiro-jaxrs:2.0.2'
     role="tabpanel"
     aria-labelledby="sbt-cli-tab"
   >
-    <pre><code class='scala language-scala'>libraryDependencies += 
"org.apache.shiro" % "shiro-servlet-plugin" % "2.0.2"
-libraryDependencies += "org.apache.shiro" % "shiro-jaxrs" % "2.0.2"
+    <pre><code class='scala language-scala'>libraryDependencies += 
"org.apache.shiro" % "shiro-servlet-plugin" % "2.0.3"
+libraryDependencies += "org.apache.shiro" % "shiro-jaxrs" % "2.0.3"
 </code></pre>
   </div>
   <div
@@ -342,8 +342,8 @@ libraryDependencies += "org.apache.shiro" % "shiro-jaxrs" % 
"2.0.2"
     role="tabpanel"
     aria-labelledby="ivy-cli-tab"
     >
-    <pre><code class='xml language-xml'>&lt;dependency org="org.apache.shiro" 
name="shiro-servlet-plugin" rev="2.0.2"/&gt;
-&lt;dependency org="org.apache.shiro" name="shiro-jaxrs" rev="2.0.2"/&gt;
+    <pre><code class='xml language-xml'>&lt;dependency org="org.apache.shiro" 
name="shiro-servlet-plugin" rev="2.0.3"/&gt;
+&lt;dependency org="org.apache.shiro" name="shiro-jaxrs" rev="2.0.3"/&gt;
 </code></pre>
   </div>
   <div
@@ -352,8 +352,8 @@ libraryDependencies += "org.apache.shiro" % "shiro-jaxrs" % 
"2.0.2"
     role="tabpanel"
     aria-labelledby="leiningen-cli-tab"
     >
-    <pre><code class='clojure 
language-clojure'>[org.apache.shiro/shiro-servlet-plugin "2.0.2"]
-[org.apache.shiro/shiro-jaxrs "2.0.2"]
+    <pre><code class='clojure 
language-clojure'>[org.apache.shiro/shiro-servlet-plugin "2.0.3"]
+[org.apache.shiro/shiro-jaxrs "2.0.3"]
 </code></pre>
   </div>
   <div
@@ -362,8 +362,8 @@ libraryDependencies += "org.apache.shiro" % "shiro-jaxrs" % 
"2.0.2"
     role="tabpanel"
     aria-labelledby="buildr-cli-tab"
   >
-    <pre><code class='groovy 
language-groovy'>'org.apache.shiro:shiro-servlet-plugin:jar:2.0.2'
-'org.apache.shiro:shiro-jaxrs:jar:2.0.2'
+    <pre><code class='groovy 
language-groovy'>'org.apache.shiro:shiro-servlet-plugin:jar:2.0.3'
+'org.apache.shiro:shiro-jaxrs:jar:2.0.3'
 </code></pre>
   </div>
 </div>
diff --git a/release-archive.html b/release-archive.html
index b2c7b20d2..ae6d42435 100644
--- a/release-archive.html
+++ b/release-archive.html
@@ -194,7 +194,7 @@
 </div>
 <div class="paragraph">
 <p>To download archived versions of Apache Shiro please follow the 
instructions below.
-Please note that the current version of Apache Shiro is 2.0.2.
+Please note that the current version of Apache Shiro is 2.0.3.
 We recommend to stick to the latest version.</p>
 </div>
 </div>
diff --git a/spring-boot.html b/spring-boot.html
index c6db2b1ae..25f047d72 100644
--- a/spring-boot.html
+++ b/spring-boot.html
@@ -323,7 +323,7 @@
     <pre><code class='xml language-xml'>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-spring-boot-web-starter&lt;/artifactId&gt;
-  &lt;version&gt;2.0.2&lt;/version&gt;
+  &lt;version&gt;2.0.3&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
   </div>
@@ -333,7 +333,7 @@
     role="tabpanel"
     aria-labelledby="gradle-web-tab"
     >
-    <pre><code class='groovy language-groovy'>compile 
'org.apache.shiro:shiro-spring-boot-web-starter:2.0.2'
+    <pre><code class='groovy language-groovy'>compile 
'org.apache.shiro:shiro-spring-boot-web-starter:2.0.3'
 </code></pre>
   </div>
   <div
@@ -342,7 +342,7 @@
     role="tabpanel"
     aria-labelledby="sbt-web-tab"
   >
-    <pre><code class='scala language-scala'>libraryDependencies += 
"org.apache.shiro" % "shiro-spring-boot-web-starter" % "2.0.2"
+    <pre><code class='scala language-scala'>libraryDependencies += 
"org.apache.shiro" % "shiro-spring-boot-web-starter" % "2.0.3"
 </code></pre>
   </div>
   <div
@@ -351,7 +351,7 @@
     role="tabpanel"
     aria-labelledby="ivy-web-tab"
     >
-    <pre><code class='xml language-xml'>&lt;dependency org="org.apache.shiro" 
name="shiro-spring-boot-web-starter" rev="2.0.2"/&gt;
+    <pre><code class='xml language-xml'>&lt;dependency org="org.apache.shiro" 
name="shiro-spring-boot-web-starter" rev="2.0.3"/&gt;
 </code></pre>
   </div>
   <div
@@ -360,7 +360,7 @@
     role="tabpanel"
     aria-labelledby="leiningen-web-tab"
     >
-    <pre><code class='clojure 
language-clojure'>[org.apache.shiro/shiro-spring-boot-web-starter "2.0.2"]
+    <pre><code class='clojure 
language-clojure'>[org.apache.shiro/shiro-spring-boot-web-starter "2.0.3"]
 </code></pre>
   </div>
   <div
@@ -369,7 +369,7 @@
     role="tabpanel"
     aria-labelledby="buildr-web-tab"
   >
-    <pre><code class='groovy 
language-groovy'>'org.apache.shiro:shiro-spring-boot-web-starter:jar:2.0.2'
+    <pre><code class='groovy 
language-groovy'>'org.apache.shiro:shiro-spring-boot-web-starter:jar:2.0.3'
 </code></pre>
   </div>
 </div>
@@ -689,7 +689,7 @@ protected CacheManager cacheManager() {
     <pre><code class='xml language-xml'>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-spring-boot-starter&lt;/artifactId&gt;
-  &lt;version&gt;2.0.2&lt;/version&gt;
+  &lt;version&gt;2.0.3&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
   </div>
@@ -699,7 +699,7 @@ protected CacheManager cacheManager() {
     role="tabpanel"
     aria-labelledby="gradle-cli-tab"
     >
-    <pre><code class='groovy language-groovy'>compile 
'org.apache.shiro:shiro-spring-boot-starter:2.0.2'
+    <pre><code class='groovy language-groovy'>compile 
'org.apache.shiro:shiro-spring-boot-starter:2.0.3'
 </code></pre>
   </div>
   <div
@@ -708,7 +708,7 @@ protected CacheManager cacheManager() {
     role="tabpanel"
     aria-labelledby="sbt-cli-tab"
   >
-    <pre><code class='scala language-scala'>libraryDependencies += 
"org.apache.shiro" % "shiro-spring-boot-starter" % "2.0.2"
+    <pre><code class='scala language-scala'>libraryDependencies += 
"org.apache.shiro" % "shiro-spring-boot-starter" % "2.0.3"
 </code></pre>
   </div>
   <div
@@ -717,7 +717,7 @@ protected CacheManager cacheManager() {
     role="tabpanel"
     aria-labelledby="ivy-cli-tab"
     >
-    <pre><code class='xml language-xml'>&lt;dependency org="org.apache.shiro" 
name="shiro-spring-boot-starter" rev="2.0.2"/&gt;
+    <pre><code class='xml language-xml'>&lt;dependency org="org.apache.shiro" 
name="shiro-spring-boot-starter" rev="2.0.3"/&gt;
 </code></pre>
   </div>
   <div
@@ -726,7 +726,7 @@ protected CacheManager cacheManager() {
     role="tabpanel"
     aria-labelledby="leiningen-cli-tab"
     >
-    <pre><code class='clojure 
language-clojure'>[org.apache.shiro/shiro-spring-boot-starter "2.0.2"]
+    <pre><code class='clojure 
language-clojure'>[org.apache.shiro/shiro-spring-boot-starter "2.0.3"]
 </code></pre>
   </div>
   <div
@@ -735,7 +735,7 @@ protected CacheManager cacheManager() {
     role="tabpanel"
     aria-labelledby="buildr-cli-tab"
   >
-    <pre><code class='groovy 
language-groovy'>'org.apache.shiro:shiro-spring-boot-starter:jar:2.0.2'
+    <pre><code class='groovy 
language-groovy'>'org.apache.shiro:shiro-spring-boot-starter:jar:2.0.3'
 </code></pre>
   </div>
 </div>
diff --git a/spring-framework.html b/spring-framework.html
index f314bbec8..7048cf063 100644
--- a/spring-framework.html
+++ b/spring-framework.html
@@ -320,7 +320,7 @@
     <pre><code class='xml language-xml'>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-spring&lt;/artifactId&gt;
-  &lt;version&gt;2.0.2&lt;/version&gt;
+  &lt;version&gt;2.0.3&lt;/version&gt;
 &lt;/dependency&gt;
 &lt;dependency&gt;
   &lt;groupId&gt;org.springframework&lt;/groupId&gt;
@@ -335,7 +335,7 @@
     role="tabpanel"
     aria-labelledby="gradle-cli-tab"
     >
-    <pre><code class='groovy language-groovy'>compile 
'org.apache.shiro:shiro-spring:2.0.2'
+    <pre><code class='groovy language-groovy'>compile 
'org.apache.shiro:shiro-spring:2.0.3'
 compile 'org.springframework:spring-context:${spring.version}'
 </code></pre>
   </div>
@@ -345,7 +345,7 @@ compile 
'org.springframework:spring-context:${spring.version}'
     role="tabpanel"
     aria-labelledby="sbt-cli-tab"
   >
-    <pre><code class='scala language-scala'>libraryDependencies += 
"org.apache.shiro" % "shiro-spring" % "2.0.2"
+    <pre><code class='scala language-scala'>libraryDependencies += 
"org.apache.shiro" % "shiro-spring" % "2.0.3"
 libraryDependencies += "org.springframework" % "spring-context" % 
"${spring.version}"
 </code></pre>
   </div>
@@ -355,7 +355,7 @@ libraryDependencies += "org.springframework" % 
"spring-context" % "${spring.vers
     role="tabpanel"
     aria-labelledby="ivy-cli-tab"
     >
-    <pre><code class='xml language-xml'>&lt;dependency org="org.apache.shiro" 
name="shiro-spring" rev="2.0.2"/&gt;
+    <pre><code class='xml language-xml'>&lt;dependency org="org.apache.shiro" 
name="shiro-spring" rev="2.0.3"/&gt;
 &lt;dependency org="org.springframework" name="spring-context" 
rev="${spring.version}"/&gt;
 </code></pre>
   </div>
@@ -365,7 +365,7 @@ libraryDependencies += "org.springframework" % 
"spring-context" % "${spring.vers
     role="tabpanel"
     aria-labelledby="leiningen-cli-tab"
     >
-    <pre><code class='clojure language-clojure'>[org.apache.shiro/shiro-spring 
"2.0.2"]
+    <pre><code class='clojure language-clojure'>[org.apache.shiro/shiro-spring 
"2.0.3"]
 [org.springframework/spring-context "${spring.version}"]
 </code></pre>
   </div>
@@ -375,7 +375,7 @@ libraryDependencies += "org.springframework" % 
"spring-context" % "${spring.vers
     role="tabpanel"
     aria-labelledby="buildr-cli-tab"
   >
-    <pre><code class='groovy 
language-groovy'>'org.apache.shiro:shiro-spring:jar:2.0.2'
+    <pre><code class='groovy 
language-groovy'>'org.apache.shiro:shiro-spring:jar:2.0.3'
 'org.springframework:spring-context:jar:${spring.version}'
 </code></pre>
   </div>
@@ -556,12 +556,12 @@ private SecurityManager securityManager;
     <pre><code class='xml language-xml'>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-spring&lt;/artifactId&gt;
-  &lt;version&gt;2.0.2&lt;/version&gt;
+  &lt;version&gt;2.0.3&lt;/version&gt;
 &lt;/dependency&gt;
 &lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-web&lt;/artifactId&gt;
-  &lt;version&gt;2.0.2&lt;/version&gt;
+  &lt;version&gt;2.0.3&lt;/version&gt;
 &lt;/dependency&gt;
 &lt;dependency&gt;
   &lt;groupId&gt;org.springframework&lt;/groupId&gt;
@@ -576,8 +576,8 @@ private SecurityManager securityManager;
     role="tabpanel"
     aria-labelledby="gradle-web-tab"
     >
-    <pre><code class='groovy language-groovy'>compile 
'org.apache.shiro:shiro-spring:2.0.2'
-compile 'org.apache.shiro:shiro-web:2.0.2'
+    <pre><code class='groovy language-groovy'>compile 
'org.apache.shiro:shiro-spring:2.0.3'
+compile 'org.apache.shiro:shiro-web:2.0.3'
 compile 'org.springframework:spring-webmvc:${spring.version}'
 </code></pre>
   </div>
@@ -587,8 +587,8 @@ compile 
'org.springframework:spring-webmvc:${spring.version}'
     role="tabpanel"
     aria-labelledby="sbt-web-tab"
   >
-    <pre><code class='scala language-scala'>libraryDependencies += 
"org.apache.shiro" % "shiro-spring" % "2.0.2"
-libraryDependencies += "org.apache.shiro" % "shiro-web" % "2.0.2"
+    <pre><code class='scala language-scala'>libraryDependencies += 
"org.apache.shiro" % "shiro-spring" % "2.0.3"
+libraryDependencies += "org.apache.shiro" % "shiro-web" % "2.0.3"
 libraryDependencies += "org.springframework" % "spring-webmvc" % 
"${spring.version}"
 </code></pre>
   </div>
@@ -598,8 +598,8 @@ libraryDependencies += "org.springframework" % 
"spring-webmvc" % "${spring.versi
     role="tabpanel"
     aria-labelledby="ivy-web-tab"
     >
-    <pre><code class='xml language-xml'>&lt;dependency org="org.apache.shiro" 
name="shiro-spring" rev="2.0.2"/&gt;
-&lt;dependency org="org.apache.shiro" name="shiro-web" rev="2.0.2"/&gt;
+    <pre><code class='xml language-xml'>&lt;dependency org="org.apache.shiro" 
name="shiro-spring" rev="2.0.3"/&gt;
+&lt;dependency org="org.apache.shiro" name="shiro-web" rev="2.0.3"/&gt;
 &lt;dependency org="org.springframework" name="spring-webmvc" 
rev="${spring.version}"/&gt;
 </code></pre>
   </div>
@@ -609,8 +609,8 @@ libraryDependencies += "org.springframework" % 
"spring-webmvc" % "${spring.versi
     role="tabpanel"
     aria-labelledby="leiningen-web-tab"
     >
-    <pre><code class='clojure language-clojure'>[org.apache.shiro/shiro-spring 
"2.0.2"]
-[org.apache.shiro/shiro-web "2.0.2"]
+    <pre><code class='clojure language-clojure'>[org.apache.shiro/shiro-spring 
"2.0.3"]
+[org.apache.shiro/shiro-web "2.0.3"]
 [org.springframework/spring-webmvc "${spring.version}"]
 </code></pre>
   </div>
@@ -620,8 +620,8 @@ libraryDependencies += "org.springframework" % 
"spring-webmvc" % "${spring.versi
     role="tabpanel"
     aria-labelledby="buildr-web-tab"
   >
-    <pre><code class='groovy 
language-groovy'>'org.apache.shiro:shiro-spring:jar:2.0.2'
-'org.apache.shiro:shiro-web:jar:2.0.2'
+    <pre><code class='groovy 
language-groovy'>'org.apache.shiro:shiro-spring:jar:2.0.3'
+'org.apache.shiro:shiro-web:jar:2.0.3'
 'org.springframework:spring-webmvc:jar:${spring.version}'
 </code></pre>
   </div>
diff --git a/tutorial.html b/tutorial.html
index e7ca59282..bd57e6a1e 100644
--- a/tutorial.html
+++ b/tutorial.html
@@ -344,7 +344,7 @@ OS name: "linux", version: "5.10.89-1-manjaro", arch: 
"amd64", family: "unix"</c
         &lt;dependency&gt;
             &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
             &lt;artifactId&gt;shiro-core&lt;/artifactId&gt;
-            &lt;version&gt;2.0.2&lt;/version&gt;
+            &lt;version&gt;2.0.3&lt;/version&gt;
         &lt;/dependency&gt;
         &lt;!-- Shiro uses SLF4J for logging.  We'll use the 'simple' binding
              in this example app.  See https://www.slf4j.org for more info. 
--&gt;
diff --git a/v2/command-line-hasher.html b/v2/command-line-hasher.html
index b14597c78..c4cde7391 100644
--- a/v2/command-line-hasher.html
+++ b/v2/command-line-hasher.html
@@ -233,14 +233,14 @@ They are outdated and all considered insecure!</p>
 <h2 id="CommandLineHasher-Usage">Usage</h2>
 <div class="sectionbody">
 <div class="paragraph">
-<p>Ensure you have access to the <code>shiro-tools-hasher-2.0.2-cli.jar</code> 
file.
+<p>Ensure you have access to the <code>shiro-tools-hasher-2.0.3-cli.jar</code> 
file.
 You can either find this in a source build in the 
<em>buildroot</em>`/tools/hasher/target` directory or via download through 
Maven.</p>
 </div>
 <div class="listingblock">
 <div class="content">
 <pre class="highlightjs highlight"><code class="language-bash hljs" 
data-lang="bash"># Use the following to download from Maven Central into
-# 
~/.m2/repository/org/apache/shiro/tools/shiro-tools-hasher/2.0.2/shiro-tools-hasher-2.0.2-cli.jar
-$ mvn dependency:get -DgroupId=org.apache.shiro.tools 
-DartifactId=shiro-tools-hasher -Dclassifier=cli -Dversion=2.0.2</code></pre>
+# 
~/.m2/repository/org/apache/shiro/tools/shiro-tools-hasher/2.0.3/shiro-tools-hasher-2.0.3-cli.jar
+$ mvn dependency:get -DgroupId=org.apache.shiro.tools 
-DartifactId=shiro-tools-hasher -Dclassifier=cli -Dversion=2.0.3</code></pre>
 </div>
 </div>
 <div class="paragraph">
@@ -248,7 +248,7 @@ $ mvn dependency:get -DgroupId=org.apache.shiro.tools 
-DartifactId=shiro-tools-h
 </div>
 <div class="listingblock">
 <div class="content">
-<pre class="highlightjs highlight"><code class="language-bash hljs" 
data-lang="bash">$ java -jar shiro-tools-hasher-2.0.2-cli.jar</code></pre>
+<pre class="highlightjs highlight"><code class="language-bash hljs" 
data-lang="bash">$ java -jar shiro-tools-hasher-2.0.3-cli.jar</code></pre>
 </div>
 </div>
 <div class="paragraph">
@@ -271,7 +271,7 @@ However, we&#8217;ve provided some quick reference 
usages/scenarios below for co
 </div>
 <div class="listingblock">
 <div class="content">
-<pre class="highlightjs highlight"><code class="language-bash hljs" 
data-lang="bash">$ java -jar shiro-tools-hasher-2.0.2-cli.jar -p</code></pre>
+<pre class="highlightjs highlight"><code class="language-bash hljs" 
data-lang="bash">$ java -jar shiro-tools-hasher-2.0.3-cli.jar -p</code></pre>
 </div>
 </div>
 <div class="paragraph">

Reply via email to