- Thymeleaf 3.1.2.RELEASE is the latest version. It requires Java SE 8 or newer. + Thymeleaf 3.1.3.RELEASE is the latest version. It requires Java SE 8 or newer.
-
-
- Release date: 30 July 2023 +
- Release date: 9 December 2024
- See what's new in Thymeleaf 3.1 and how to migrate.
org.thymeleaf
thymeleaf
- 3.1.2.RELEASE
+ 3.1.3.RELEASE
-->
diff --git a/faq.html b/faq.html
index a7253c139..d5c0ee8c5 100755
--- a/faq.html
+++ b/faq.html
@@ -396,16 +396,16 @@
Also, you will have to modify your Thymeleaf dependency/ies to use
a snapshot version, which usually consists of the version
number of the next release (not the current one), followed by
- -SNAPSHOT
. For example, if 3.1.2.RELEASE
is the
+ -SNAPSHOT
. For example, if 3.1.3.RELEASE
is the
latest published stable release, snapshots will probably appear under
- the 3.1.3-SNAPSHOT
or even
+ the 3.1.4-SNAPSHOT
or even
3.2.0-SNAPSHOT
version numbers:
diff --git a/index.html b/index.html
index 529f4130a..6156bfe39 100755
--- a/index.html
+++ b/index.html
@@ -61,7 +61,7 @@ Thymeleaf
+ 9 December 2024: Thymeleaf 3.1.3.RELEASE has been published.
See what's new in Thymeleaf 3.1 and how to migrate.