aboutsummaryrefslogtreecommitdiff
path: root/value/src/it/functional/pom.xml
diff options
context:
space:
mode:
authordpb <dpb@google.com>2019-06-07 07:56:09 -0700
committerRon Shapiro <ronshapiro@google.com>2019-06-11 23:06:31 -0400
commitf5d9a86b60a49eda32d1c13a8be58db4b03a53a1 (patch)
treed9d090430c7d2d4524b6c2fd5f0c8e4d075a621c /value/src/it/functional/pom.xml
parent1ee934285cabe3f19cb77cc6a7664682f29c0fde (diff)
downloadauto-f5d9a86b60a49eda32d1c13a8be58db4b03a53a1.tar.gz
Upgrade Mockito.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=252048736
Diffstat (limited to 'value/src/it/functional/pom.xml')
-rw-r--r--value/src/it/functional/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/value/src/it/functional/pom.xml b/value/src/it/functional/pom.xml
index d6048ec4..c82cff32 100644
--- a/value/src/it/functional/pom.xml
+++ b/value/src/it/functional/pom.xml
@@ -91,7 +91,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>2.12.0</version>
+ <version>2.28.2</version>
<scope>test</scope>
</dependency>
</dependencies>