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 8311a304 Bump com.puppycrawl.tools:checkstyle from 12.2.0 to 12.3.0
8311a304 is described below
commit 8311a304051a553ed22eb0c405a4083d7db14752
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 15 04:00:46 2025 +0000
Bump com.puppycrawl.tools:checkstyle from 12.2.0 to 12.3.0
Bumps
[com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle)
from 12.2.0 to 12.3.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
-
[Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-12.2.0...checkstyle-12.3.0)
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-version: 12.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 09cfe637..c033902c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,7 @@ under the License.
<testcontainers.version>1.21.3</testcontainers.version>
<maven.mojo.license.plugin>2.7.0</maven.mojo.license.plugin>
<checkstyle-maven-plugin.version>3.6.0</checkstyle-maven-plugin.version>
- <checkstyle.version>12.2.0</checkstyle.version>
+ <checkstyle.version>12.3.0</checkstyle.version>
<jacoco.maven.plugin>0.8.14</jacoco.maven.plugin>
<jacoco.haltOnFailure>false</jacoco.haltOnFailure>
<jacoco.classRatio>1.00</jacoco.classRatio>