This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/master by this push:
new 41e330a14 Bump maven-checkstyle-plugin from 3.2.0 to 3.2.1 in
/lang/java (#2071)
41e330a14 is described below
commit 41e330a14a4dbae597d491a541ef0c0c024e4347
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 30 15:34:21 2023 +0200
Bump maven-checkstyle-plugin from 3.2.0 to 3.2.1 in /lang/java (#2071)
Bumps
[maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin)
from 3.2.0 to 3.2.1.
- [Release
notes](https://github.com/apache/maven-checkstyle-plugin/releases)
-
[Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.2.0...maven-checkstyle-plugin-3.2.1)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
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 c1865847d..ec996ed0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
<!-- plugin versions -->
<apache-rat-plugin.version>0.15</apache-rat-plugin.version>
- <checkstyle-plugin.version>3.2.0</checkstyle-plugin.version>
+ <checkstyle-plugin.version>3.2.1</checkstyle-plugin.version>
<checkstyle.version>9.3</checkstyle.version>
<enforcer-plugin.version>3.1.0</enforcer-plugin.version>
<extra-enforcer-rules.version>1.6.1</extra-enforcer-rules.version>