aboutsummaryrefslogtreecommitdiff
path: root/value/src/it/functional/pom.xml
diff options
context:
space:
mode:
authorcpovirk <cpovirk@google.com>2019-10-04 09:12:12 -0700
committerChris Povirk <beigetangerine@gmail.com>2019-10-04 12:51:51 -0400
commitdb3fc6d39e1d7dc11505efefe67453407ffcc970 (patch)
tree9711c90c8fe2d594b5a5227f7fbbbaf6c3e22ff6 /value/src/it/functional/pom.xml
parent61256c32781cf50c7bef534da7adf2d936171aa1 (diff)
downloadauto-db3fc6d39e1d7dc11505efefe67453407ffcc970.tar.gz
Update dependencies:
- mvn versions:use-latest-releases - mvn versions:update-properties The immediate motivation is that we just broke Caliper's build by updating Dagger, which requires a newer version of JavaPoet than the one currently used by AutoValue (which, sadly, is the version selected by Maven). ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=272889328
Diffstat (limited to 'value/src/it/functional/pom.xml')
-rw-r--r--value/src/it/functional/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/value/src/it/functional/pom.xml b/value/src/it/functional/pom.xml
index 4152419b..67033115 100644
--- a/value/src/it/functional/pom.xml
+++ b/value/src/it/functional/pom.xml
@@ -48,7 +48,7 @@
<dependency>
<groupId>com.google.auto.service</groupId>
<artifactId>auto-service</artifactId>
- <version>1.0-rc4</version>
+ <version>1.0-rc6</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
@@ -92,7 +92,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>2.28.2</version>
+ <version>3.1.0</version>
<scope>test</scope>
</dependency>
</dependencies>