From 30371ce45739af58d254fcaddfc67d89e7e56ce1 Mon Sep 17 00:00:00 2001 From: Gavin Schneider Date: Wed, 6 Oct 2021 14:37:21 -0500 Subject: [PATCH] Update dependencies and checkstyle plugin Use latest versions --- google_checks.xml | 12 ++++++++---- pom.xml | 14 +++++++------- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/google_checks.xml b/google_checks.xml index 9477eab..5aa8996 100644 --- a/google_checks.xml +++ b/google_checks.xml @@ -136,15 +136,19 @@ - - - + - + + + + + + + diff --git a/pom.xml b/pom.xml index 9ee63b5..6415dc1 100644 --- a/pom.xml +++ b/pom.xml @@ -50,11 +50,11 @@ 1.4 1.7.25 - 2.6 - 3.8.1 - 1.3 - 5.4.0 - 2.18.0 + 2.11.0 + 3.12.0 + 2.2 + 5.8.1 + 3.12.4 @@ -172,7 +172,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 3.0.0 + 3.1.2 ${maven.multiModuleProjectDirectory}/google_checks.xml warning @@ -193,7 +193,7 @@ com.puppycrawl.tools checkstyle - 8.18 + 9.0.1 compile