This is an automated email from the ASF dual-hosted git repository. rouazana pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 47d23061be958af8e21fdaa9f83c86a174e2b0cf Author: Gautier DI FOLCO <[email protected]> AuthorDate: Thu Mar 14 17:19:37 2019 +0100 JAMES-2693 Update com.puppycrawl.tools:checkstyle to respond to CVE-2019-9658 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5212d05..704e1df 100644 --- a/pom.xml +++ b/pom.xml @@ -3222,7 +3222,7 @@ <dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> - <version>8.5</version> + <version>8.18</version> </dependency> </dependencies> <executions> @@ -3417,4 +3417,4 @@ --> </plugins> </reporting> -</project> \ No newline at end of file +</project> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
