From 7241951d3c92a87be5a0f266d1e7d22e426ec51a Mon Sep 17 00:00:00 2001 From: spring-builds Date: Mon, 16 Jun 2025 10:01:42 +0000 Subject: [PATCH] Bumping versions --- README.adoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index d4195c40..ddc6f979 100644 --- a/README.adoc +++ b/README.adoc @@ -143,7 +143,7 @@ Checkstyle rules are *disabled by default*. To add checkstyle to your project ju If you need to suppress some rules (e.g. line length needs to be longer), then it's enough for you to define a file under `${project.root}/src/checkstyle/checkstyle-suppressions.xml` with your suppressions. Example: -.projectRoot/src/checkstyle/checkstyle-suppresions.xml +.projectRoot/src/checkstyle/checkstyle-suppressions.xml ----