From cdd39ee565c8d73fcac08474956dae79caa3df81 Mon Sep 17 00:00:00 2001 From: ronshapiro Date: Fri, 30 Nov 2018 10:50:15 -0800 Subject: [PATCH] Update to auto-parent 7 to get the latest version of Guava Along the way, also clean up some explicit versions that are set in auto-parent Fixes https://github.com/google/auto/issues/683 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=223540267 --- factory/src/it/functional/pom.xml | 11 +++++++---- service/annotations/pom.xml | 2 +- service/pom.xml | 2 +- service/processor/pom.xml | 2 +- value/pom.xml | 2 +- value/src/it/functional/pom.xml | 5 ----- value/src/it/gwtserializer/pom.xml | 3 --- 7 files changed, 11 insertions(+), 16 deletions(-) diff --git a/factory/src/it/functional/pom.xml b/factory/src/it/functional/pom.xml index 27864811e6..b8bb38d184 100644 --- a/factory/src/it/functional/pom.xml +++ b/factory/src/it/functional/pom.xml @@ -17,6 +17,13 @@ + + + com.google.auto + auto-parent + 7 + + 4.0.0 com.google.auto.value.it.functional functional @@ -31,13 +38,11 @@ com.google.code.findbugs jsr305 - 3.0.2 provided com.google.guava guava - 23.4-jre com.google.inject @@ -58,13 +63,11 @@ junit junit - 4.12 test com.google.truth truth - 0.36 test diff --git a/service/annotations/pom.xml b/service/annotations/pom.xml index 7d9fc533ce..5cf91b3e31 100644 --- a/service/annotations/pom.xml +++ b/service/annotations/pom.xml @@ -21,7 +21,7 @@ com.google.auto auto-parent - 6 + 7 com.google.auto.service diff --git a/service/pom.xml b/service/pom.xml index 1415ca661f..63eabc4afe 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -21,7 +21,7 @@ com.google.auto auto-parent - 6 + 7 com.google.auto.service diff --git a/service/processor/pom.xml b/service/processor/pom.xml index 341b20877f..029072eb56 100644 --- a/service/processor/pom.xml +++ b/service/processor/pom.xml @@ -21,7 +21,7 @@ com.google.auto auto-parent - 6 + 7 com.google.auto.service diff --git a/value/pom.xml b/value/pom.xml index b78a11eba2..2688eb37e5 100644 --- a/value/pom.xml +++ b/value/pom.xml @@ -21,7 +21,7 @@ com.google.auto auto-parent - 6 + 7 com.google.auto.value diff --git a/value/src/it/functional/pom.xml b/value/src/it/functional/pom.xml index c1a4bf9d6f..37cf060d72 100644 --- a/value/src/it/functional/pom.xml +++ b/value/src/it/functional/pom.xml @@ -51,12 +51,10 @@ com.google.guava guava - 23.5-jre com.google.code.findbugs jsr305 - 3.0.2 provided @@ -67,19 +65,16 @@ junit junit - 4.12 test com.google.guava guava-testlib - 23.5-jre test com.google.truth truth - 0.36 test diff --git a/value/src/it/gwtserializer/pom.xml b/value/src/it/gwtserializer/pom.xml index 15d53f273f..41f3fd0380 100644 --- a/value/src/it/gwtserializer/pom.xml +++ b/value/src/it/gwtserializer/pom.xml @@ -65,19 +65,16 @@ com.google.guava guava - 23.5-jre test com.google.guava guava-gwt - 23.5-jre test junit junit - 4.12 test