This is an automated email from the ASF dual-hosted git repository.
edcoleman pushed a commit to branch 2.1
in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/2.1 by this push:
new dcc897b739 checkstyle version bump, rebased to 2.1 (#3227)
dcc897b739 is described below
commit dcc897b7399e9631eb62a95a5c80c757fe4a383b
Author: EdColeman <[email protected]>
AuthorDate: Mon Mar 6 10:37:30 2023 -0500
checkstyle version bump, rebased to 2.1 (#3227)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 3f5a12f603..3f34cd652a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -768,7 +768,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -1196,7 +1196,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
- <version>10.3.4</version>
+ <version>10.8.0</version>
</dependency>
</dependencies>
<executions>