From a7ece0aeb3ec064108c4ccef64d8cc96f09fea00 Mon Sep 17 00:00:00 2001 From: Ian White Date: Mon, 10 Dec 2018 23:06:25 -0500 Subject: [PATCH] upgrading autovalue version to 1.6.3 --- pom.xml | 1 + stardao-auto/pom.xml | 7 ++++++- stardao-core/pom.xml | 7 ++++++- stardao-dynamodb/pom.xml | 2 +- stardao-mongodb/pom.xml | 2 +- 5 files changed, 15 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 8c2fa69..ed1944a 100644 --- a/pom.xml +++ b/pom.xml @@ -55,6 +55,7 @@ 2.9.7 + 1.6.3 diff --git a/stardao-auto/pom.xml b/stardao-auto/pom.xml index 3406523..06435f0 100644 --- a/stardao-auto/pom.xml +++ b/stardao-auto/pom.xml @@ -107,10 +107,15 @@ stardao-core ${project.version} + + com.google.auto.value + auto-value-annotations + ${autovalue.version} + com.google.auto.value auto-value - 1.5.4 + ${autovalue.version} provided diff --git a/stardao-core/pom.xml b/stardao-core/pom.xml index 1a7afc6..9e8658e 100644 --- a/stardao-core/pom.xml +++ b/stardao-core/pom.xml @@ -22,10 +22,15 @@ validation-api 2.0.1.Final + + com.google.auto.value + auto-value-annotations + ${autovalue.version} + com.google.auto.value auto-value - 1.5.4 + ${autovalue.version} provided diff --git a/stardao-dynamodb/pom.xml b/stardao-dynamodb/pom.xml index 1ec6725..7c063f6 100644 --- a/stardao-dynamodb/pom.xml +++ b/stardao-dynamodb/pom.xml @@ -64,7 +64,7 @@ com.google.auto.value auto-value - 1.5.4 + ${autovalue.version} provided diff --git a/stardao-mongodb/pom.xml b/stardao-mongodb/pom.xml index a3c6f0a..1183d3b 100644 --- a/stardao-mongodb/pom.xml +++ b/stardao-mongodb/pom.xml @@ -50,7 +50,7 @@ com.google.auto.value auto-value - 1.5.4 + 1.6.3 test