This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/main by this push:
new 236f93c26 Bump org.apache.maven.plugins:maven-checkstyle-plugin in
/lang/java (#2621)
236f93c26 is described below
commit 236f93c26f2d3f0936836a99f543a2c4b5a267e7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 15 08:43:48 2023 +0100
Bump org.apache.maven.plugins:maven-checkstyle-plugin in /lang/java (#2621)
Bumps
[org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin)
from 3.2.2 to 3.3.1.
-
[Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.2.2...maven-checkstyle-plugin-3.3.1)
---
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 b74011c9b..acf8f8e6f 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.2</checkstyle-plugin.version>
+ <checkstyle-plugin.version>3.3.1</checkstyle-plugin.version>
<checkstyle.version>9.3</checkstyle.version>
<enforcer-plugin.version>3.4.1</enforcer-plugin.version>
<extra-enforcer-rules.version>1.7.0</extra-enforcer-rules.version>