This is an automated email from the ASF dual-hosted git repository.
adelbene pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/wicket-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new eb8f3911 Fixed servlet version
eb8f3911 is described below
commit eb8f3911966df0844d3225322abb48d02cf7088a
Author: Andrea Del Bene <[email protected]>
AuthorDate: Sun Jun 18 03:31:19 2023 +0200
Fixed servlet version
---
content/atom.xml | 2 +-
content/start/wicket-10.x.html | 2 +-
start/wicket-10.x.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/content/atom.xml b/content/atom.xml
index e23bc208..2c2e4286 100644
--- a/content/atom.xml
+++ b/content/atom.xml
@@ -3,7 +3,7 @@
<title>Apache Wicket</title>
<link href="http://wicket.apache.org/atom.xml" rel="self"/>
<link href="http://wicket.apache.org/"/>
- <updated>2023-06-17T20:13:07+00:00</updated>
+ <updated>2023-06-18T01:30:49+00:00</updated>
<id>http://wicket.apache.org/</id>
<author>
<name>Apache Wicket</name>
diff --git a/content/start/wicket-10.x.html b/content/start/wicket-10.x.html
index 58f2b306..be476e38 100644
--- a/content/start/wicket-10.x.html
+++ b/content/start/wicket-10.x.html
@@ -233,7 +233,7 @@ access to specific APIs.</p>
<h3 id="servlet-api">Servlet API</h3>
<p>This Wicket version requires at least the following Servlet API
-version: <strong>Servlet API 3.1 or newer</strong>. This is provided by your
+version: <strong>Servlet API 5.0 or newer</strong>. This is provided by your
container, please see the documentation of your container to see which
version of the Servlet specification is supported.</p>
diff --git a/start/wicket-10.x.md b/start/wicket-10.x.md
index 0b9ebecf..c369edc4 100644
--- a/start/wicket-10.x.md
+++ b/start/wicket-10.x.md
@@ -116,7 +116,7 @@ access to specific APIs.
### Servlet API
This Wicket version requires at least the following Servlet API
-version: **Servlet API 3.1 or newer**. This is provided by your
+version: **Servlet API 5.0 or newer**. This is provided by your
container, please see the documentation of your container to see which
version of the Servlet specification is supported.