This is an automated email from the ASF dual-hosted git repository.
hezhangjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git
The following commit(s) were added to refs/heads/master by this push:
new a29f99e12 Bump com.puppycrawl.tools:checkstyle from 11.0.1 to 11.1.0
(#4965)
a29f99e12 is described below
commit a29f99e12bc5630cd0a47b98cc645e0d2d6085a4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 6 07:26:29 2025 +0800
Bump com.puppycrawl.tools:checkstyle from 11.0.1 to 11.1.0 (#4965)
Bumps
[com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle)
from 11.0.1 to 11.1.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
-
[Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-11.0.1...checkstyle-11.1.0)
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-version: 11.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 ac8f91253..3ffa912c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
<protoc3-maven-plugin.version>3.19.2</protoc3-maven-plugin.version>
<protoc-gen-grpc-java-plugin.version>1.47.0</protoc-gen-grpc-java-plugin.version>
- <puppycrawl-checkstyle.version>11.0.1</puppycrawl-checkstyle.version>
+ <puppycrawl-checkstyle.version>11.1.0</puppycrawl-checkstyle.version>
<release-maven-plugin.version>3.1.1</release-maven-plugin.version>
<site-maven-plugin.version>3.21.0</site-maven-plugin.version>
<source-maven-plugin.version>3.3.0</source-maven-plugin.version>