diff --git a/eo-maven-plugin/pom.xml b/eo-maven-plugin/pom.xml
index 65bb0768b3..f03c30968b 100644
--- a/eo-maven-plugin/pom.xml
+++ b/eo-maven-plugin/pom.xml
@@ -42,7 +42,7 @@ SOFTWARE.
org.eolang
lints
- 0.0.18
+ 0.0.20
com.yegor256
diff --git a/eo-maven-plugin/src/test/java/org/eolang/maven/LintMojoTest.java b/eo-maven-plugin/src/test/java/org/eolang/maven/LintMojoTest.java
index 262743cceb..dec3324e48 100644
--- a/eo-maven-plugin/src/test/java/org/eolang/maven/LintMojoTest.java
+++ b/eo-maven-plugin/src/test/java/org/eolang/maven/LintMojoTest.java
@@ -139,7 +139,7 @@ void detectsWarningWithCorrespondingFlag(@Mktmp final Path temp) throws IOExcept
new XMLDocument(
maven.result().get("target/6-lint/foo/x/main.xmir")
).nodes("//errors/error[@severity='warning']"),
- Matchers.hasSize(Matchers.equalTo(4))
+ Matchers.hasSize(Matchers.equalTo(6))
);
}