This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 798dd51 Bump org.apache.maven.plugins:maven-checkstyle-plugin (#425)
798dd51 is described below
commit 798dd513f2bc54546800e7bf71aa8f6a97e18554
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 7 08:15:21 2024 -0400
Bump org.apache.maven.plugins:maven-checkstyle-plugin (#425)
Bumps
[org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin)
from 3.3.1 to 3.4.0.
-
[Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.3.1...maven-checkstyle-plugin-3.4.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
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 2d68b58..be66a86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,7 +129,7 @@
<commons.build-helper.version>3.6.0</commons.build-helper.version>
<commons.build-plugin.version>1.14.0</commons.build-plugin.version>
<commons.changes.version>2.12.1</commons.changes.version>
-
<commons.checkstyle-plugin.version>3.3.1</commons.checkstyle-plugin.version>
+
<commons.checkstyle-plugin.version>3.4.0</commons.checkstyle-plugin.version>
<!-- Checkstyle 9.3 is the version compatible with Java 8 -->
<commons.checkstyle.version>9.3</commons.checkstyle.version>
<commons.cobertura.version>2.7</commons.cobertura.version>