diff --git a/docs/index.md b/docs/index.md
index 6066c103a8..46df788333 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -7,7 +7,7 @@ summary: >
Welcome to the documentation site for PMD and CPD!
-last_updated: August 2017
+last_updated: October 2022
author: Jeff Jensen , Andreas Dangel ,
Clément Fournier
---
@@ -29,7 +29,7 @@ author: Jeff Jensen , Andreas Dangel Autowired
diff --git a/pom.xml b/pom.xml
index fb64541507..a6d461d9bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,10 +10,10 @@
PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks,
unnecessary object creation, and so forth. It supports Java, JavaScript, Salesforce.com Apex and Visualforce,
- Modelica, PLSQL, Apache Velocity, XML, XSL, Scala.
+ Modelica, PLSQL, Apache Velocity, HTML, XML, XSL, Scala.
Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code in
- C/C++, C#, Dart, Fortran, Go, Groovy, Java, JavaScript, JSP, Kotlin, Lua, Matlab, Modelica,
+ C/C++, C#, Dart, Fortran, Gherkin, Go, Groovy, HTML, Java, JavaScript, JSP, Kotlin, Lua, Matlab, Modelica,
Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex, Scala, Swift and Visualforce.