From 42aa7f0c58375c6fcdc9a3ed26b431999c63c6c7 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Mon, 3 Feb 2020 18:24:10 +0100 Subject: [PATCH] Update checkstyle to 8.29 and netty-build to 26 (#9990) Motivation: A new checkstyle version was released which fixes a security vulnerability. Modifications: - Update to latest checkstyle version - Update netty-build to latest version to be compatible with latest checkstyle version Result: No more security vulnerability caused by checkstyle during build --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index e571e0ca10..9c2b36ac56 100644 --- a/pom.xml +++ b/pom.xml @@ -291,7 +291,7 @@ ${project.build.directory}/dev-tools UTF-8 UTF-8 - 25 + 26 1.4.11.Final 2.0.8 "${settings.localRepository}"/org/mortbay/jetty/alpn/jetty-alpn-agent/${jetty.alpnAgent.version}/jetty-alpn-agent-${jetty.alpnAgent.version}.jar @@ -846,7 +846,7 @@ maven-checkstyle-plugin - 3.0.0 + 3.1.0 check-style @@ -871,7 +871,7 @@ com.puppycrawl.tools checkstyle - 8.18 + 8.29 ${project.groupId}