From 56a11db5476f7fd35bc02496a003aeee0112f9b8 Mon Sep 17 00:00:00 2001 From: mdale-branch <43450786+mdale-branch@users.noreply.github.com> Date: Thu, 24 Jan 2019 01:10:51 -0800 Subject: [PATCH] Upgrade google-java-format to 1.7 (#45) Also updates maven-plugin-plugin to 3.5 to fix issue with 'helpmojo' goal after updating google-java-format package. https://github.com/google/google-java-format/releases/tag/google-java-format-1.7 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 771fc6c..f453e47 100644 --- a/pom.xml +++ b/pom.xml @@ -81,7 +81,7 @@ com.google.googlejavaformat google-java-format - 1.6 + 1.7 @@ -121,7 +121,7 @@ org.apache.maven.plugins maven-plugin-plugin - 3.4 + 3.5 fmt true