aboutsummaryrefslogtreecommitdiff
path: root/value/src/it/functional/pom.xml
diff options
context:
space:
mode:
authorÉamonn McManus <emcmanus@google.com>2021-01-28 14:57:01 -0800
committerÉamonn McManus <emcmanus@google.com>2021-01-28 16:58:28 -0800
commitf09a14202a7a3b1a31eb0262166404fb80e3bb59 (patch)
tree810d7527a67d66335cdfc6bd3775e7d74529321e /value/src/it/functional/pom.xml
parent77de95c30b2996e8587fa4ca51fca797a4ab0d5c (diff)
downloadauto-f09a14202a7a3b1a31eb0262166404fb80e3bb59.tar.gz
Update the Mockito version in a couple of AutoValue POMs.
Closes https://github.com/google/auto/pull/964/files. RELNOTES=n/a PiperOrigin-RevId: 354401215
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 14e7d3ce..c0f4cc74 100644
--- a/value/src/it/functional/pom.xml
+++ b/value/src/it/functional/pom.xml
@@ -92,7 +92,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>3.7.0</version>
+ <version>3.7.7</version>
<scope>test</scope>
</dependency>
<dependency>