diff --git a/src/main/java/com/github/alexisjehan/mavencheck/core/component/artifact/type/MavenArtifactType.java b/src/main/java/com/github/alexisjehan/mavencheck/core/component/artifact/type/MavenArtifactType.java
index 3e3bc06..4b0aed8 100644
--- a/src/main/java/com/github/alexisjehan/mavencheck/core/component/artifact/type/MavenArtifactType.java
+++ b/src/main/java/com/github/alexisjehan/mavencheck/core/component/artifact/type/MavenArtifactType.java
@@ -27,7 +27,7 @@
/**
* Enumeration of Maven artifact types.
- * Note: Based on {@code org.apache.maven:maven-core:3.9.0}.
+ * Note: Based on {@code org.apache.maven:maven-core:3.9.1}.
* @see https://maven.apache.org/ref/current/maven-model/maven.html
* @since 1.0.0
*/