From 79b48e49ca2d8fde406c903c213d905aa920f736 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Mon, 3 Feb 2020 11:28:22 +0100 Subject: [PATCH] Update checkstyle to 8.29 (#8) Motivation: We need to upgrade our checkstyle version to 8.29 to fix a security vulnerability Modifications: Update version of checkstyle and make config compatible with latest version Result: Other projects can update their dependencies to use the new checkstyle version while also depending on netty-build --- pom.xml | 2 +- src/main/resources/io/netty/checkstyle.xml | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 2cac4e3..c001d08 100644 --- a/pom.xml +++ b/pom.xml @@ -71,7 +71,7 @@ com.puppycrawl.tools checkstyle - 8.18 + 8.29 diff --git a/src/main/resources/io/netty/checkstyle.xml b/src/main/resources/io/netty/checkstyle.xml index 2d92720..12aea2b 100644 --- a/src/main/resources/io/netty/checkstyle.xml +++ b/src/main/resources/io/netty/checkstyle.xml @@ -67,10 +67,12 @@ + + + + + - - -