Repository: knox Updated Branches: refs/heads/master d2e7a107b -> c36287807
KNOX-1656 - Upgrade checkstyle to 8.15 Signed-off-by: Kevin Risden <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/knox/repo Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/c3628780 Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/c3628780 Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/c3628780 Branch: refs/heads/master Commit: c36287807c1ff2ecf604d7b34c26f3456f578fdf Parents: d2e7a10 Author: Kevin Risden <[email protected]> Authored: Thu Dec 6 10:39:13 2018 -0500 Committer: Kevin Risden <[email protected]> Committed: Thu Dec 6 17:02:10 2018 -0500 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/knox/blob/c3628780/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b40d724..6c9da47 100644 --- a/pom.xml +++ b/pom.xml @@ -142,7 +142,7 @@ <asm.version>7.0</asm.version> <buildnumber-maven-plugin.version>1.4</buildnumber-maven-plugin.version> <cglib.version>3.2.9</cglib.version> - <checkstyle.version>8.14</checkstyle.version> + <checkstyle.version>8.15</checkstyle.version> <commons-beanutils.version>1.9.3</commons-beanutils.version> <commons-cli.version>1.4</commons-cli.version> <commons-codec.version>1.11</commons-codec.version>
