aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-23 18:56:09 -0500
committerGitHub <noreply@github.com>2023-05-23 18:56:09 -0500
commit3ad26c9af24176f6cbeebd1d4288b05611b98547 (patch)
tree71e5d0b5b6d493ca354e9671c45251d2a9783184
parentb4d2aa09af026349e628236f6a712a8f3682b0bb (diff)
downloadzxing-3ad26c9af24176f6cbeebd1d4288b05611b98547.tar.gz
Bump maven-checkstyle-plugin from 3.2.2 to 3.3.0 (#1638)
Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.2.2 to 3.3.0. - [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.2.2...maven-checkstyle-plugin-3.3.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index ffa466ad0..cfc4588c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -395,7 +395,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>3.2.2</version>
+ <version>3.3.0</version>
<configuration>
<configLocation>src/checkstyle/checkstyle.xml</configLocation>
<includeTestSourceDirectory>true</includeTestSourceDirectory>