This is an automated email from the ASF dual-hosted git repository.
fpapon 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 78a649b69 [release] Fix download page for 2.0.6
78a649b69 is described below
commit 78a649b69f69c294dbe1e99536156bf72d46d625
Author: francois papon <[email protected]>
AuthorDate: Tue Nov 11 22:50:35 2025 +0100
[release] Fix download page for 2.0.6
---
.well-known/security.txt | 2 +-
10-minute-tutorial.html | 6 +-
cas.html | 12 ++--
command-line-hasher.html | 10 ++--
documentation.html | 4 +-
download.html | 132 ++++++++++++++++++++++----------------------
feed.xml | 2 +-
guice.html | 12 ++--
jakarta-ee.html | 14 ++---
jaxrs.html | 24 ++++----
release-archive.html | 2 +-
sitemap.xml | 30 +++++-----
spring-boot.html | 24 ++++----
spring-framework.html | 36 ++++++------
tutorial.html | 2 +-
v2/command-line-hasher.html | 10 ++--
16 files changed, 161 insertions(+), 161 deletions(-)
diff --git a/.well-known/security.txt b/.well-known/security.txt
index d557981f5..cbddd5a9b 100644
--- a/.well-known/security.txt
+++ b/.well-known/security.txt
@@ -1,5 +1,5 @@
Contact: mailto:[email protected]
-Expires: 2026-11-07T12:23:54Z
+Expires: 2026-11-11T21:49:10Z
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 196f2dd28..9f4c42b10 100644
--- a/10-minute-tutorial.html
+++ b/10-minute-tutorial.html
@@ -275,13 +275,13 @@ Now let’s actually do something!</p>
</li>
<li>
<p>Download the latest "Source Code Distribution" from the <a
href="download.html">Download</a> page.
-In this example, we’re using the 2.0.5 release distribution.</p>
+In this example, we’re using the 2.0.6 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.5-source-release.zip</code></pre>
+<pre class="highlightjs highlight"><code class="language-bash hljs"
data-lang="bash">$ unzip shiro-root-2.0.6-source-release.zip</code></pre>
</div>
</div>
</li>
@@ -289,7 +289,7 @@ In this example, we’re using the 2.0.5 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.5/samples/quickstart</code></pre>
+<pre class="highlightjs highlight"><code class="language-bash hljs"
data-lang="bash">$ cd shiro-root-2.0.6/samples/quickstart</code></pre>
</div>
</div>
</li>
diff --git a/cas.html b/cas.html
index d584e4e32..b9be1e4e1 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'><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-cas</artifactId>
- <version>2.0.5</version>
+ <version>2.0.6</version>
</dependency>
</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.5'
+ <pre><code class='groovy language-groovy'>compile
'org.apache.shiro:shiro-cas:2.0.6'
</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.5"
+ <pre><code class='scala language-scala'>libraryDependencies +=
"org.apache.shiro" % "shiro-cas" % "2.0.6"
</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'><dependency org="org.apache.shiro"
name="shiro-cas" rev="2.0.5"/>
+ <pre><code class='xml language-xml'><dependency org="org.apache.shiro"
name="shiro-cas" rev="2.0.6"/>
</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.5"]
+ <pre><code class='clojure language-clojure'>[org.apache.shiro/shiro-cas
"2.0.6"]
</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.5'
+ <pre><code class='groovy
language-groovy'>'org.apache.shiro:shiro-cas:jar:2.0.6'
</code></pre>
</div>
</div>
diff --git a/command-line-hasher.html b/command-line-hasher.html
index e3186e99a..ac3fe39cd 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.5-cli.jar</code>
file.
+<p>Ensure you have access to the <code>shiro-tools-hasher-2.0.6-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.5/shiro-tools-hasher-2.0.5-cli.jar
-$ mvn dependency:get -DgroupId=org.apache.shiro.tools
-DartifactId=shiro-tools-hasher -Dclassifier=cli -Dversion=2.0.5</code></pre>
+#
~/.m2/repository/org/apache/shiro/tools/shiro-tools-hasher/2.0.6/shiro-tools-hasher-2.0.6-cli.jar
+$ mvn dependency:get -DgroupId=org.apache.shiro.tools
-DartifactId=shiro-tools-hasher -Dclassifier=cli -Dversion=2.0.6</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.5-cli.jar</code></pre>
+<pre class="highlightjs highlight"><code class="language-bash hljs"
data-lang="bash">$ java -jar shiro-tools-hasher-2.0.6-cli.jar</code></pre>
</div>
</div>
<div class="paragraph">
@@ -300,7 +300,7 @@ Older algorithms such as MD5 and SHA-1 are no longer
available since Shiro 2.0+
</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.5-cli.jar -p</code></pre>
+<pre class="highlightjs highlight"><code class="language-bash hljs"
data-lang="bash">$ java -jar shiro-tools-hasher-2.0.6-cli.jar -p</code></pre>
</div>
</div>
<div class="paragraph">
diff --git a/documentation.html b/documentation.html
index b4eb4c184..055fe6a67 100644
--- a/documentation.html
+++ b/documentation.html
@@ -272,7 +272,7 @@
<div class="sect2">
<h3 id="current_release">Current Release</h3>
<div class="paragraph">
-<p>Apache Shiro 2.0.5 (<a href="download.html">Download</a>)</p>
+<p>Apache Shiro 2.0.6 (<a href="download.html">Download</a>)</p>
</div>
<div class="ulist">
<ul>
@@ -280,7 +280,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.5/">Browse
Source</a> (GitHub tag)</p>
+<p><a href="https://github.com/apache/shiro/tree/shiro-root-2.0.6/">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 80b1f1933..53d7be505 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.5 is the current stable release (Java 11+).</p>
+<p>Apache Shiro 2.0.6 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.5.
+<p>The current release is 2.0.6.
For older releases, please visit our <a href="release-archive.html">release
archive</a>.</p>
</div>
</div>
@@ -218,41 +218,41 @@ For older releases, please visit our <a
href="release-archive.html">release arch
<p>
<ul>
- <li><a href="#205">Apache Shiro Release v2.0.5</a></li>
+ <li><a href="#206">Apache Shiro Release v2.0.6</a></li>
<ul>
- <li><a href="#205Source">2.0.5 Source Code Distribution</a></li>
- <li><a href="#205Git">2.0.5 Git Source repository</a></li>
- <li><a href="#205Binary">2.0.5 Binaries</a></li>
+ <li><a href="#206Source">2.0.6 Source Code Distribution</a></li>
+ <li><a href="#206Git">2.0.6 Git Source repository</a></li>
+ <li><a href="#206Binary">2.0.6 Binaries</a></li>
</ul>
</ul>
</p>
- <section id="205">
- <h2>Release 2.0.5</h2>
+ <section id="206">
+ <h2>Release 2.0.6</h2>
- <h3 id="205Source">2.0.5 Source Code Distribution</h3>
+ <h3 id="206Source">2.0.6 Source Code Distribution</h3>
<p>The source bundle requires JDK 11+ and Maven 3.8+ to build:
- <code><a class="external-link"
href="https://www.apache.org/dyn/closer.lua/shiro/2.0.5/shiro-root-2.0.5-source-release.zip">shiro-root-2.0.5-source-release.zip</a></code>
+ <code><a class="external-link"
href="https://www.apache.org/dyn/closer.lua/shiro/2.0.6/shiro-root-2.0.6-source-release.zip">shiro-root-2.0.6-source-release.zip</a></code>
(<a class="external-link"
-
href="https://downloads.apache.org/shiro/2.0.5/shiro-root-2.0.5-source-release.zip.asc.txt">pgp</a>,
<a
+
href="https://downloads.apache.org/shiro/2.0.6/shiro-root-2.0.6-source-release.zip.asc.txt">pgp</a>,
<a
class="external-link"
-
href="https://downloads.apache.org/shiro/2.0.5/shiro-root-2.0.5-source-release.zip.sha512">sha512</a>)
+
href="https://downloads.apache.org/shiro/2.0.6/shiro-root-2.0.6-source-release.zip.sha512">sha512</a>)
</code>
<p>Associated documentation can be found <a href="documentation.html"
title="Documentation">here</a></p>
- <h3 id="205Git">2.0.5 Git Source repository</h3>
+ <h3 id="206Git">2.0.6 Git Source repository</h3>
<p>The source can be cloned anonymously from Git with this command:</p>
<pre><code class="language-bash bash">git clone
https://github.com/apache/shiro.git
-git checkout shiro-root-2.0.5
+git checkout shiro-root-2.0.6
</code>
</pre>
- <h3 id="205Binary">2.0.5 Binaries</h3>
+ <h3 id="206Binary">2.0.6 Binaries</h3>
<p>If you don't want to build yourself, you can download pre-built binaries
from Maven Central, just click the link in the "Artifact" column. If you would
like
acquire Shiro through Maven, then please use the markup listed under
"Maven Usage"</p>
@@ -273,15 +273,15 @@ git checkout shiro-root-2.0.5
<tr>
<td style="white-space: nowrap;">
- <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/2.0.5/shiro-core-2.0.5.jar">shiro-core</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/2.0.5/shiro-core-2.0.5.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/2.0.6/shiro-core-2.0.6.jar">shiro-core</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/2.0.6/shiro-core-2.0.6.jar.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-core</artifactId>
- <version>2.0.5</version>
+ <version>2.0.6</version>
</dependency></code></pre>
</td>
@@ -295,15 +295,15 @@ and one of its binding jars is required.
<tr>
<td style="white-space: nowrap;">
- <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/2.0.5/shiro-web-2.0.5.jar">shiro-web</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/2.0.5/shiro-web-2.0.5.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/2.0.6/shiro-web-2.0.6.jar">shiro-web</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/2.0.6/shiro-web-2.0.6.jar.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-web</artifactId>
- <version>2.0.5</version>
+ <version>2.0.6</version>
</dependency></code></pre>
</td>
@@ -313,15 +313,15 @@ and one of its binding jars is required.
<tr>
<td style="white-space: nowrap;">
- <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/2.0.5/shiro-servlet-plugin-2.0.5.jar">shiro-servlet-plugin</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/2.0.5/shiro-servlet-plugin-2.0.5.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/2.0.6/shiro-servlet-plugin-2.0.6.jar">shiro-servlet-plugin</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/2.0.6/shiro-servlet-plugin-2.0.6.jar.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-servlet-plugin</artifactId>
- <version>2.0.5</version>
+ <version>2.0.6</version>
</dependency></code></pre>
</td>
@@ -331,15 +331,15 @@ and one of its binding jars is required.
<tr>
<td style="white-space: nowrap;">
- <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cdi/2.0.5/shiro-cdi-2.0.5.jar">shiro-cdi</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cdi/2.0.5/shiro-cdi-2.0.5.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cdi/2.0.6/shiro-cdi-2.0.6.jar">shiro-cdi</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cdi/2.0.6/shiro-cdi-2.0.6.jar.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-cdi</artifactId>
- <version>2.0.5</version>
+ <version>2.0.6</version>
</dependency></code></pre>
</td>
@@ -349,15 +349,15 @@ and one of its binding jars is required.
<tr>
<td style="white-space: nowrap;">
- <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jakarta-ee/2.0.5/shiro-jakarta-ee-2.0.5.jar">shiro-jakarta-ee</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jakarta-ee/2.0.5/shiro-jakarta-ee-2.0.5.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jakarta-ee/2.0.6/shiro-jakarta-ee-2.0.6.jar">shiro-jakarta-ee</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jakarta-ee/2.0.6/shiro-jakarta-ee-2.0.6.jar.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-jakarta-ee</artifactId>
- <version>2.0.5</version>
+ <version>2.0.6</version>
</dependency></code></pre>
</td>
@@ -367,15 +367,15 @@ and one of its binding jars is required.
<tr>
<td style="white-space: nowrap;">
- <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/2.0.5/shiro-jaxrs-2.0.5.jar">shiro-jaxrs</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/2.0.5/shiro-jaxrs-2.0.5.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/2.0.6/shiro-jaxrs-2.0.6.jar">shiro-jaxrs</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/2.0.6/shiro-jaxrs-2.0.6.jar.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-jaxrs</artifactId>
- <version>2.0.5</version>
+ <version>2.0.6</version>
</dependency></code></pre>
</td>
@@ -385,15 +385,15 @@ and one of its binding jars is required.
<tr>
<td style="white-space: nowrap;">
- <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/2.0.5/shiro-aspectj-2.0.5.jar">shiro-aspectj</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/2.0.5/shiro-aspectj-2.0.5.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/2.0.6/shiro-aspectj-2.0.6.jar">shiro-aspectj</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/2.0.6/shiro-aspectj-2.0.6.jar.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-aspectj</artifactId>
- <version>2.0.5</version>
+ <version>2.0.6</version>
</dependency></code></pre>
</td>
@@ -404,15 +404,15 @@ and one of its binding jars is required.
<tr>
<td style="white-space: nowrap;">
- <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/2.0.5/shiro-cas-2.0.5.jar">shiro-cas</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/2.0.5/shiro-cas-2.0.5.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/2.0.6/shiro-cas-2.0.6.jar">shiro-cas</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/2.0.6/shiro-cas-2.0.6.jar.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-cas</artifactId>
- <version>2.0.5</version>
+ <version>2.0.6</version>
</dependency></code></pre>
</td>
@@ -426,15 +426,15 @@ to the Apache Shiro based <a
href='https://github.com/bujiio/buji-pac4j'>buji-pa
<tr>
<td style="white-space: nowrap;">
- <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/2.0.5/shiro-ehcache-2.0.5.jar">shiro-ehcache</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/2.0.5/shiro-ehcache-2.0.5.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/2.0.6/shiro-ehcache-2.0.6.jar">shiro-ehcache</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/2.0.6/shiro-ehcache-2.0.6.jar.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-ehcache</artifactId>
- <version>2.0.5</version>
+ <version>2.0.6</version>
</dependency></code></pre>
</td>
@@ -444,15 +444,15 @@ to the Apache Shiro based <a
href='https://github.com/bujiio/buji-pac4j'>buji-pa
<tr>
<td style="white-space: nowrap;">
- <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/2.0.5/shiro-hazelcast-2.0.5.jar">shiro-hazelcast</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/2.0.5/shiro-hazelcast-2.0.5.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/2.0.6/shiro-hazelcast-2.0.6.jar">shiro-hazelcast</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/2.0.6/shiro-hazelcast-2.0.6.jar.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-hazelcast</artifactId>
- <version>2.0.5</version>
+ <version>2.0.6</version>
</dependency></code></pre>
</td>
@@ -462,15 +462,15 @@ to the Apache Shiro based <a
href='https://github.com/bujiio/buji-pac4j'>buji-pa
<tr>
<td style="white-space: nowrap;">
- <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/2.0.5/shiro-features-2.0.5-features.xml">shiro-features</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/2.0.5/shiro-features-2.0.5-features.xml.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/2.0.6/shiro-features-2.0.6-features.xml">shiro-features</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/2.0.6/shiro-features-2.0.6-features.xml.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-features</artifactId>
- <version>2.0.5</version>
+ <version>2.0.6</version>
</dependency></code></pre>
</td>
@@ -480,15 +480,15 @@ to the Apache Shiro based <a
href='https://github.com/bujiio/buji-pac4j'>buji-pa
<tr>
<td style="white-space: nowrap;">
- <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/2.0.5/shiro-guice-2.0.5.jar">shiro-guice</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/2.0.5/shiro-guice-2.0.5.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/2.0.6/shiro-guice-2.0.6.jar">shiro-guice</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/2.0.6/shiro-guice-2.0.6.jar.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-guice</artifactId>
- <version>2.0.5</version>
+ <version>2.0.6</version>
</dependency></code></pre>
</td>
@@ -498,15 +498,15 @@ to the Apache Shiro based <a
href='https://github.com/bujiio/buji-pac4j'>buji-pa
<tr>
<td style="white-space: nowrap;">
- <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/2.0.5/shiro-quartz-2.0.5.jar">shiro-quartz</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/2.0.5/shiro-quartz-2.0.5.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/2.0.6/shiro-quartz-2.0.6.jar">shiro-quartz</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/2.0.6/shiro-quartz-2.0.6.jar.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-quartz</artifactId>
- <version>2.0.5</version>
+ <version>2.0.6</version>
</dependency></code></pre>
</td>
@@ -517,15 +517,15 @@ to the Apache Shiro based <a
href='https://github.com/bujiio/buji-pac4j'>buji-pa
<tr>
<td style="white-space: nowrap;">
- <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/2.0.5/shiro-spring-2.0.5.jar">shiro-spring</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/2.0.5/shiro-spring-2.0.5.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/2.0.6/shiro-spring-2.0.6.jar">shiro-spring</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/2.0.6/shiro-spring-2.0.6.jar.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-spring</artifactId>
- <version>2.0.5</version>
+ <version>2.0.6</version>
</dependency></code></pre>
</td>
@@ -535,15 +535,15 @@ to the Apache Shiro based <a
href='https://github.com/bujiio/buji-pac4j'>buji-pa
<tr>
<td style="white-space: nowrap;">
- <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/2.0.5/shiro-spring-boot-starter-2.0.5.jar">shiro-spring-boot-starter</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/2.0.5/shiro-spring-boot-starter-2.0.5.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/2.0.6/shiro-spring-boot-starter-2.0.6.jar">shiro-spring-boot-starter</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/2.0.6/shiro-spring-boot-starter-2.0.6.jar.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-spring-boot-starter</artifactId>
- <version>2.0.5</version>
+ <version>2.0.6</version>
</dependency></code></pre>
</td>
@@ -553,15 +553,15 @@ to the Apache Shiro based <a
href='https://github.com/bujiio/buji-pac4j'>buji-pa
<tr>
<td style="white-space: nowrap;">
- <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/2.0.5/shiro-spring-boot-web-starter-2.0.5.jar">shiro-spring-boot-web-starter</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/2.0.5/shiro-spring-boot-web-starter-2.0.5.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/2.0.6/shiro-spring-boot-web-starter-2.0.6.jar">shiro-spring-boot-web-starter</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/2.0.6/shiro-spring-boot-web-starter-2.0.6.jar.asc">pgp</a>)
</td>
<td>
<pre><code class="xml language-xml"><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-spring-boot-web-starter</artifactId>
- <version>2.0.5</version>
+ <version>2.0.6</version>
</dependency></code></pre>
</td>
@@ -571,8 +571,8 @@ to the Apache Shiro based <a
href='https://github.com/bujiio/buji-pac4j'>buji-pa
<tr>
<td style="white-space: nowrap;">
- <a
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/2.0.5/shiro-tools-hasher-2.0.5-cli.jar">shiro-tools-hasher</a><br/>
- (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/2.0.5/shiro-tools-hasher-2.0.5-cli.jar.asc">pgp</a>)
+ <a
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/2.0.6/shiro-tools-hasher-2.0.6-cli.jar">shiro-tools-hasher</a><br/>
+ (<a
href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/2.0.6/shiro-tools-hasher-2.0.6-cli.jar.asc">pgp</a>)
</td>
<td>
@@ -582,7 +582,7 @@ to the Apache Shiro based <a
href='https://github.com/bujiio/buji-pac4j'>buji-pa
<td>A command-line program to perform hashing (MD5, SHA, etc) for files,
streams and passwords.
Note that this is a command line program and not intended to be used as a
Maven/program dependency.
It is intended to be downloaded and executed:
-<pre><code class='bash'> java -jar
shiro-tools-hasher-2.0.5-cli.jar</code></pre>
+<pre><code class='bash'> java -jar
shiro-tools-hasher-2.0.6-cli.jar</code></pre>
</td>
</tr>
diff --git a/feed.xml b/feed.xml
index 91353ef37..f60a5f7ae 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-11-07T12:23:56Z</updated>
+ <updated>2025-11-11T21:49:13Z</updated>
<author>
<name>Les Hazlewood</name>
diff --git a/guice.html b/guice.html
index 4f85e24a1..44374f6a0 100644
--- a/guice.html
+++ b/guice.html
@@ -368,7 +368,7 @@
<pre><code class='xml language-xml'><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-guice</artifactId>
- <version>2.0.5</version>
+ <version>2.0.6</version>
</dependency>
</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.5'
+ <pre><code class='groovy language-groovy'>compile
'org.apache.shiro:shiro-guice:2.0.6'
</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.5"
+ <pre><code class='scala language-scala'>libraryDependencies +=
"org.apache.shiro" % "shiro-guice" % "2.0.6"
</code></pre>
</div>
<div
@@ -396,7 +396,7 @@
role="tabpanel"
aria-labelledby="ivy-cli-tab"
>
- <pre><code class='xml language-xml'><dependency org="org.apache.shiro"
name="shiro-guice" rev="2.0.5"/>
+ <pre><code class='xml language-xml'><dependency org="org.apache.shiro"
name="shiro-guice" rev="2.0.6"/>
</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.5"]
+ <pre><code class='clojure language-clojure'>[org.apache.shiro/shiro-guice
"2.0.6"]
</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.5'
+ <pre><code class='groovy
language-groovy'>'org.apache.shiro:shiro-guice:jar:2.0.6'
</code></pre>
</div>
</div>
diff --git a/jakarta-ee.html b/jakarta-ee.html
index 1a0853d98..8bb4b0368 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'><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-jakarta-ee</artifactId>
- <version>2.0.5</version>
+ <version>2.0.6</version>
</dependency>
</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.5'
+ <pre><code class='groovy language-groovy'>compile
'org.apache.shiro:shiro-jakarta-ee:2.0.6'
</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.5"
+ <pre><code class='scala language-scala'>libraryDependencies +=
"org.apache.shiro" % "shiro-jakarta-ee" % "2.0.6"
</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'><dependency org="org.apache.shiro"
name="shiro-jakarta-ee" rev="2.0.5"/>
+ <pre><code class='xml language-xml'><dependency org="org.apache.shiro"
name="shiro-jakarta-ee" rev="2.0.6"/>
</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.5"]
+ <pre><code class='clojure
language-clojure'>[org.apache.shiro/shiro-jakarta-ee "2.0.6"]
</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.5'
+ <pre><code class='groovy
language-groovy'>'org.apache.shiro:shiro-jakarta-ee:jar:2.0.6'
</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
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-bom</artifactId>
- <version>2.0.5</version>
+ <version>2.0.6</version>
<scope>import</scope>
<type>pom</type>
</dependency>
diff --git a/jaxrs.html b/jaxrs.html
index 815afc8a3..c317eae8e 100644
--- a/jaxrs.html
+++ b/jaxrs.html
@@ -307,12 +307,12 @@
<pre><code class='xml language-xml'><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-servlet-plugin</artifactId>
- <version>2.0.5</version>
+ <version>2.0.6</version>
</dependency>
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-jaxrs</artifactId>
- <version>2.0.5</version>
+ <version>2.0.6</version>
</dependency>
</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.5'
-compile 'org.apache.shiro:shiro-jaxrs:2.0.5'
+ <pre><code class='groovy language-groovy'>compile
'org.apache.shiro:shiro-servlet-plugin:2.0.6'
+compile 'org.apache.shiro:shiro-jaxrs:2.0.6'
</code></pre>
</div>
<div
@@ -332,8 +332,8 @@ compile 'org.apache.shiro:shiro-jaxrs:2.0.5'
role="tabpanel"
aria-labelledby="sbt-cli-tab"
>
- <pre><code class='scala language-scala'>libraryDependencies +=
"org.apache.shiro" % "shiro-servlet-plugin" % "2.0.5"
-libraryDependencies += "org.apache.shiro" % "shiro-jaxrs" % "2.0.5"
+ <pre><code class='scala language-scala'>libraryDependencies +=
"org.apache.shiro" % "shiro-servlet-plugin" % "2.0.6"
+libraryDependencies += "org.apache.shiro" % "shiro-jaxrs" % "2.0.6"
</code></pre>
</div>
<div
@@ -342,8 +342,8 @@ libraryDependencies += "org.apache.shiro" % "shiro-jaxrs" %
"2.0.5"
role="tabpanel"
aria-labelledby="ivy-cli-tab"
>
- <pre><code class='xml language-xml'><dependency org="org.apache.shiro"
name="shiro-servlet-plugin" rev="2.0.5"/>
-<dependency org="org.apache.shiro" name="shiro-jaxrs" rev="2.0.5"/>
+ <pre><code class='xml language-xml'><dependency org="org.apache.shiro"
name="shiro-servlet-plugin" rev="2.0.6"/>
+<dependency org="org.apache.shiro" name="shiro-jaxrs" rev="2.0.6"/>
</code></pre>
</div>
<div
@@ -352,8 +352,8 @@ libraryDependencies += "org.apache.shiro" % "shiro-jaxrs" %
"2.0.5"
role="tabpanel"
aria-labelledby="leiningen-cli-tab"
>
- <pre><code class='clojure
language-clojure'>[org.apache.shiro/shiro-servlet-plugin "2.0.5"]
-[org.apache.shiro/shiro-jaxrs "2.0.5"]
+ <pre><code class='clojure
language-clojure'>[org.apache.shiro/shiro-servlet-plugin "2.0.6"]
+[org.apache.shiro/shiro-jaxrs "2.0.6"]
</code></pre>
</div>
<div
@@ -362,8 +362,8 @@ libraryDependencies += "org.apache.shiro" % "shiro-jaxrs" %
"2.0.5"
role="tabpanel"
aria-labelledby="buildr-cli-tab"
>
- <pre><code class='groovy
language-groovy'>'org.apache.shiro:shiro-servlet-plugin:jar:2.0.5'
-'org.apache.shiro:shiro-jaxrs:jar:2.0.5'
+ <pre><code class='groovy
language-groovy'>'org.apache.shiro:shiro-servlet-plugin:jar:2.0.6'
+'org.apache.shiro:shiro-jaxrs:jar:2.0.6'
</code></pre>
</div>
</div>
diff --git a/release-archive.html b/release-archive.html
index fb14bf03d..8e7efa6e8 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.5.
+Please note that the current version of Apache Shiro is 2.0.6.
We recommend to stick to the latest version.</p>
</div>
</div>
diff --git a/sitemap.xml b/sitemap.xml
index bb1084e5f..30e1bb28c 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -482,39 +482,39 @@
</url>
<url>
<loc>https://shiro.apache.org/tags.html</loc>
- <lastmod>2025-11-07</lastmod>
+ <lastmod>2025-11-11</lastmod>
</url>
<url>
<loc>https://shiro.apache.org/quickstart.html</loc>
- <lastmod>2025-11-07</lastmod>
+ <lastmod>2025-11-11</lastmod>
</url>
<url>
<loc>https://shiro.apache.org/performing-a-release.html</loc>
- <lastmod>2025-11-07</lastmod>
+ <lastmod>2025-11-11</lastmod>
</url>
<url>
<loc>https://shiro.apache.org/shiro-web/index.html</loc>
- <lastmod>2025-11-07</lastmod>
+ <lastmod>2025-11-11</lastmod>
</url>
<url>
<loc>https://shiro.apache.org/sessionmanager.html</loc>
- <lastmod>2025-11-07</lastmod>
+ <lastmod>2025-11-11</lastmod>
</url>
<url>
<loc>https://shiro.apache.org/confluence-auto-export.html</loc>
- <lastmod>2025-11-07</lastmod>
+ <lastmod>2025-11-11</lastmod>
</url>
<url>
<loc>https://shiro.apache.org/conferences.html</loc>
- <lastmod>2025-11-07</lastmod>
+ <lastmod>2025-11-11</lastmod>
</url>
<url>
<loc>https://shiro.apache.org/banner.html</loc>
- <lastmod>2025-11-07</lastmod>
+ <lastmod>2025-11-11</lastmod>
</url>
<url>
<loc>https://shiro.apache.org/authentication-guide.html</loc>
- <lastmod>2025-11-07</lastmod>
+ <lastmod>2025-11-11</lastmod>
</url>
<url>
<loc>https://shiro.apache.org/download.html</loc>
@@ -526,23 +526,23 @@
</url>
<url>
<loc>https://shiro.apache.org/team.html</loc>
- <lastmod>2025-11-07</lastmod>
+ <lastmod>2025-11-11</lastmod>
</url>
<url>
<loc>https://shiro.apache.org/concurrency.html</loc>
- <lastmod>2025-11-07</lastmod>
+ <lastmod>2025-11-11</lastmod>
</url>
<url>
<loc>https://shiro.apache.org/codec.html</loc>
- <lastmod>2025-11-07</lastmod>
+ <lastmod>2025-11-11</lastmod>
</url>
<url>
<loc>https://shiro.apache.org/authorizer.html</loc>
- <lastmod>2025-11-07</lastmod>
+ <lastmod>2025-11-11</lastmod>
</url>
<url>
<loc>https://shiro.apache.org/authenticator.html</loc>
- <lastmod>2025-11-07</lastmod>
+ <lastmod>2025-11-11</lastmod>
</url>
<url>
<loc>https://shiro.apache.org/cryptography.html</loc>
@@ -550,6 +550,6 @@
</url>
<url>
<loc>https://shiro.apache.org/.well-known/security.html</loc>
- <lastmod>2025-11-07</lastmod>
+ <lastmod>2025-11-11</lastmod>
</url>
</urlset>
diff --git a/spring-boot.html b/spring-boot.html
index aeee86a45..d37eb5773 100644
--- a/spring-boot.html
+++ b/spring-boot.html
@@ -323,7 +323,7 @@
<pre><code class='xml language-xml'><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-spring-boot-web-starter</artifactId>
- <version>2.0.5</version>
+ <version>2.0.6</version>
</dependency>
</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.5'
+ <pre><code class='groovy language-groovy'>compile
'org.apache.shiro:shiro-spring-boot-web-starter:2.0.6'
</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.5"
+ <pre><code class='scala language-scala'>libraryDependencies +=
"org.apache.shiro" % "shiro-spring-boot-web-starter" % "2.0.6"
</code></pre>
</div>
<div
@@ -351,7 +351,7 @@
role="tabpanel"
aria-labelledby="ivy-web-tab"
>
- <pre><code class='xml language-xml'><dependency org="org.apache.shiro"
name="shiro-spring-boot-web-starter" rev="2.0.5"/>
+ <pre><code class='xml language-xml'><dependency org="org.apache.shiro"
name="shiro-spring-boot-web-starter" rev="2.0.6"/>
</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.5"]
+ <pre><code class='clojure
language-clojure'>[org.apache.shiro/shiro-spring-boot-web-starter "2.0.6"]
</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.5'
+ <pre><code class='groovy
language-groovy'>'org.apache.shiro:shiro-spring-boot-web-starter:jar:2.0.6'
</code></pre>
</div>
</div>
@@ -689,7 +689,7 @@ protected CacheManager cacheManager() {
<pre><code class='xml language-xml'><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-spring-boot-starter</artifactId>
- <version>2.0.5</version>
+ <version>2.0.6</version>
</dependency>
</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.5'
+ <pre><code class='groovy language-groovy'>compile
'org.apache.shiro:shiro-spring-boot-starter:2.0.6'
</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.5"
+ <pre><code class='scala language-scala'>libraryDependencies +=
"org.apache.shiro" % "shiro-spring-boot-starter" % "2.0.6"
</code></pre>
</div>
<div
@@ -717,7 +717,7 @@ protected CacheManager cacheManager() {
role="tabpanel"
aria-labelledby="ivy-cli-tab"
>
- <pre><code class='xml language-xml'><dependency org="org.apache.shiro"
name="shiro-spring-boot-starter" rev="2.0.5"/>
+ <pre><code class='xml language-xml'><dependency org="org.apache.shiro"
name="shiro-spring-boot-starter" rev="2.0.6"/>
</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.5"]
+ <pre><code class='clojure
language-clojure'>[org.apache.shiro/shiro-spring-boot-starter "2.0.6"]
</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.5'
+ <pre><code class='groovy
language-groovy'>'org.apache.shiro:shiro-spring-boot-starter:jar:2.0.6'
</code></pre>
</div>
</div>
diff --git a/spring-framework.html b/spring-framework.html
index 31f2b94af..617ac17bf 100644
--- a/spring-framework.html
+++ b/spring-framework.html
@@ -320,7 +320,7 @@
<pre><code class='xml language-xml'><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-spring</artifactId>
- <version>2.0.5</version>
+ <version>2.0.6</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
@@ -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.5'
+ <pre><code class='groovy language-groovy'>compile
'org.apache.shiro:shiro-spring:2.0.6'
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.5"
+ <pre><code class='scala language-scala'>libraryDependencies +=
"org.apache.shiro" % "shiro-spring" % "2.0.6"
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'><dependency org="org.apache.shiro"
name="shiro-spring" rev="2.0.5"/>
+ <pre><code class='xml language-xml'><dependency org="org.apache.shiro"
name="shiro-spring" rev="2.0.6"/>
<dependency org="org.springframework" name="spring-context"
rev="${spring.version}"/>
</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.5"]
+ <pre><code class='clojure language-clojure'>[org.apache.shiro/shiro-spring
"2.0.6"]
[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.5'
+ <pre><code class='groovy
language-groovy'>'org.apache.shiro:shiro-spring:jar:2.0.6'
'org.springframework:spring-context:jar:${spring.version}'
</code></pre>
</div>
@@ -556,12 +556,12 @@ private SecurityManager securityManager;
<pre><code class='xml language-xml'><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-spring</artifactId>
- <version>2.0.5</version>
+ <version>2.0.6</version>
</dependency>
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-web</artifactId>
- <version>2.0.5</version>
+ <version>2.0.6</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
@@ -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.5'
-compile 'org.apache.shiro:shiro-web:2.0.5'
+ <pre><code class='groovy language-groovy'>compile
'org.apache.shiro:shiro-spring:2.0.6'
+compile 'org.apache.shiro:shiro-web:2.0.6'
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.5"
-libraryDependencies += "org.apache.shiro" % "shiro-web" % "2.0.5"
+ <pre><code class='scala language-scala'>libraryDependencies +=
"org.apache.shiro" % "shiro-spring" % "2.0.6"
+libraryDependencies += "org.apache.shiro" % "shiro-web" % "2.0.6"
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'><dependency org="org.apache.shiro"
name="shiro-spring" rev="2.0.5"/>
-<dependency org="org.apache.shiro" name="shiro-web" rev="2.0.5"/>
+ <pre><code class='xml language-xml'><dependency org="org.apache.shiro"
name="shiro-spring" rev="2.0.6"/>
+<dependency org="org.apache.shiro" name="shiro-web" rev="2.0.6"/>
<dependency org="org.springframework" name="spring-webmvc"
rev="${spring.version}"/>
</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.5"]
-[org.apache.shiro/shiro-web "2.0.5"]
+ <pre><code class='clojure language-clojure'>[org.apache.shiro/shiro-spring
"2.0.6"]
+[org.apache.shiro/shiro-web "2.0.6"]
[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.5'
-'org.apache.shiro:shiro-web:jar:2.0.5'
+ <pre><code class='groovy
language-groovy'>'org.apache.shiro:shiro-spring:jar:2.0.6'
+'org.apache.shiro:shiro-web:jar:2.0.6'
'org.springframework:spring-webmvc:jar:${spring.version}'
</code></pre>
</div>
diff --git a/tutorial.html b/tutorial.html
index cb5cedb03..5d6fd7f16 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
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-core</artifactId>
- <version>2.0.5</version>
+ <version>2.0.6</version>
</dependency>
<!-- Shiro uses SLF4J for logging. We'll use the 'simple' binding
in this example app. See https://www.slf4j.org for more info.
-->
diff --git a/v2/command-line-hasher.html b/v2/command-line-hasher.html
index 4a4009044..f782c0ebe 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.5-cli.jar</code>
file.
+<p>Ensure you have access to the <code>shiro-tools-hasher-2.0.6-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.5/shiro-tools-hasher-2.0.5-cli.jar
-$ mvn dependency:get -DgroupId=org.apache.shiro.tools
-DartifactId=shiro-tools-hasher -Dclassifier=cli -Dversion=2.0.5</code></pre>
+#
~/.m2/repository/org/apache/shiro/tools/shiro-tools-hasher/2.0.6/shiro-tools-hasher-2.0.6-cli.jar
+$ mvn dependency:get -DgroupId=org.apache.shiro.tools
-DartifactId=shiro-tools-hasher -Dclassifier=cli -Dversion=2.0.6</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.5-cli.jar</code></pre>
+<pre class="highlightjs highlight"><code class="language-bash hljs"
data-lang="bash">$ java -jar shiro-tools-hasher-2.0.6-cli.jar</code></pre>
</div>
</div>
<div class="paragraph">
@@ -271,7 +271,7 @@ However, we’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.5-cli.jar -p</code></pre>
+<pre class="highlightjs highlight"><code class="language-bash hljs"
data-lang="bash">$ java -jar shiro-tools-hasher-2.0.6-cli.jar -p</code></pre>
</div>
</div>
<div class="paragraph">