This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/stormcrawler.git
The following commit(s) were added to refs/heads/main by this push:
new f90345ac Bump com.puppycrawl.tools:checkstyle from 12.3.0 to 12.3.1
(#1780)
f90345ac is described below
commit f90345accba813be857fe61c8bedf9227279c442
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 12 14:09:02 2026 +0100
Bump com.puppycrawl.tools:checkstyle from 12.3.0 to 12.3.1 (#1780)
Bumps
[com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle)
from 12.3.0 to 12.3.1.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
-
[Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-12.3.0...checkstyle-12.3.1)
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-version: 12.3.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4b0201fd..17cd2201 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,7 @@ under the License.
<testcontainers.version>1.21.4</testcontainers.version>
<maven.mojo.license.plugin>2.7.1</maven.mojo.license.plugin>
<checkstyle-maven-plugin.version>3.6.0</checkstyle-maven-plugin.version>
- <checkstyle.version>12.3.0</checkstyle.version>
+ <checkstyle.version>12.3.1</checkstyle.version>
<jacoco.maven.plugin>0.8.14</jacoco.maven.plugin>
<jacoco.haltOnFailure>false</jacoco.haltOnFailure>
<jacoco.classRatio>1.00</jacoco.classRatio>