This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/main by this push:
new 0aafa3dc15 Bump checkstyle from 10.1 to 10.7.0 (#1121)
0aafa3dc15 is described below
commit 0aafa3dc15a7bd76d6b910a6b0b80481fa010fe3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 8 07:37:57 2023 -0500
Bump checkstyle from 10.1 to 10.7.0 (#1121)
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.1 to
10.7.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
-
[Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.1...checkstyle-10.7.0)
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
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>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 52fb209d39..e3d2a44620 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -353,7 +353,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
- <version>10.1</version>
+ <version>10.7.0</version>
</dependency>
</dependencies>
<configuration>