This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/branch-1.11 by this push:
new 5b1e1ebc4 Bump maven-checkstyle-plugin from 3.2.0 to 3.2.1 in
/lang/java (#2071)
5b1e1ebc4 is described below
commit 5b1e1ebc4f534d586c461c9213fe23b05ab4a589
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>
(cherry picked from commit 41e330a14a4dbae597d491a541ef0c0c024e4347)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 17de468da..88c858e3f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,8 +47,8 @@
<avro.docDir>build/avro-doc-${project.version}/api</avro.docDir>
<!-- plugin versions -->
- <apache-rat-plugin.version>0.14</apache-rat-plugin.version>
- <checkstyle-plugin.version>3.1.2</checkstyle-plugin.version>
+ <apache-rat-plugin.version>0.15</apache-rat-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>