Skip to content

Commit b5d2b66

Browse files
committed
Update Servlet container system requirements
Closes gh-46918
1 parent 8c0051a commit b5d2b66

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

documentation/spring-boot-docs/src/docs/antora/modules/ROOT/pages/system-requirements.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ Spring Boot supports the following embedded servlet containers:
2626
|===
2727
| Name | Servlet Version
2828

29-
| Tomcat 10.1 (10.1.25 or later)
30-
| 6.0
29+
| Tomcat 11.0.x
30+
| 6.1
3131

32-
| Jetty 12.0
33-
| 6.0
32+
| Jetty 12.1.x
33+
| 6.1
3434

3535
|===
3636

37-
You can also deploy Spring Boot applications to any servlet 5.0+ compatible container.
37+
You can also deploy Spring Boot applications to any Servlet 6.1+ compatible container.
3838

3939

4040

documentation/spring-boot-docs/src/docs/antora/modules/how-to/pages/webserver.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ You may, for example, want to use `h2c` when your application is xref:webserver.
258258
[[howto.webserver.configure-http2.tomcat]]
259259
=== HTTP/2 With Tomcat
260260

261-
Spring Boot ships by default with Tomcat 10.1.x which supports `h2c` and `h2` out of the box.
261+
Spring Boot ships by default with Tomcat 11.0.x which supports `h2c` and `h2` out of the box.
262262
Alternatively, you can use `libtcnative` for `h2` support if the library and its dependencies are installed on the host operating system.
263263

264264
The library directory must be made available, if not already, to the JVM library path.

0 commit comments

Comments
 (0)