HBASE-26912 Bump checkstyle from 8.28 to 8.29 (#4293)
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.28 to 8.29. updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Andrew Purtell <apurtell@apache.org>
This commit is contained in:
parent
30d158c4e7
commit
6ba8a09d11
|
@ -4,7 +4,7 @@
|
||||||
<option name="configuration">
|
<option name="configuration">
|
||||||
<map>
|
<map>
|
||||||
<entry key="active-configuration" value="PROJECT_RELATIVE:$PROJECT_DIR$/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml:HBase Checks" />
|
<entry key="active-configuration" value="PROJECT_RELATIVE:$PROJECT_DIR$/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml:HBase Checks" />
|
||||||
<entry key="checkstyle-version" value="8.28" />
|
<entry key="checkstyle-version" value="8.29" />
|
||||||
<entry key="copy-libs" value="false" />
|
<entry key="copy-libs" value="false" />
|
||||||
<entry key="location-0" value="BUNDLED:(bundled):Sun Checks" />
|
<entry key="location-0" value="BUNDLED:(bundled):Sun Checks" />
|
||||||
<entry key="location-1" value="BUNDLED:(bundled):Google Checks" />
|
<entry key="location-1" value="BUNDLED:(bundled):Google Checks" />
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -825,7 +825,7 @@
|
||||||
<!--
|
<!--
|
||||||
When updating checkstyle.version, please make the same change in `.idea/checkstyle-idea.xml`
|
When updating checkstyle.version, please make the same change in `.idea/checkstyle-idea.xml`
|
||||||
-->
|
-->
|
||||||
<checkstyle.version>8.28</checkstyle.version>
|
<checkstyle.version>8.29</checkstyle.version>
|
||||||
<exec.maven.version>1.6.0</exec.maven.version>
|
<exec.maven.version>1.6.0</exec.maven.version>
|
||||||
<error-prone.version>2.10.0</error-prone.version>
|
<error-prone.version>2.10.0</error-prone.version>
|
||||||
<jamon.plugin.version>2.4.2</jamon.plugin.version>
|
<jamon.plugin.version>2.4.2</jamon.plugin.version>
|
||||||
|
|
Loading…
Reference in New Issue