diff --git a/documentation.html b/documentation.html index 362bfbc01..a020e1f93 100755 --- a/documentation.html +++ b/documentation.html @@ -76,7 +76,7 @@

(Japanese translation)
  • - Thymeleaf 3.1.2 GitHub Release + Thymeleaf 3.1.3 GitHub Release
  • Thymeleaf GitHub Repository @@ -335,11 +335,11 @@

    diff --git a/download.html b/download.html index a80dc8fef..f8a83b9bb 100755 --- a/download.html +++ b/download.html @@ -64,10 +64,10 @@

    Thymeleaf

    - 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.

    @@ -146,7 +146,7 @@

    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

    - 30 July 2023: Thymeleaf 3.1.2.RELEASE has been published.
    + 9 December 2024: Thymeleaf 3.1.3.RELEASE has been published.
    See what's new in Thymeleaf 3.1 and how to migrate.