aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGoogle Java Core Libraries <java-team-github-bot@google.com>2021-03-01 07:28:48 -0800
committerGoogle Java Core Libraries <java-core-libraries-team+copybara@google.com>2021-03-01 07:31:56 -0800
commite5b5bc42c8c5dfe7c77a64726bf0df07c6fc40c3 (patch)
tree2908abd8a2a6f7bf3bf10bae86b8ca21b59ee0e6 /pom.xml
parent095a0dbfcc5986c0ffcfe045255e1ef653439204 (diff)
downloadguava-e5b5bc42c8c5dfe7c77a64726bf0df07c6fc40c3.tar.gz
update JUnit
RELNOTES=n/a PiperOrigin-RevId: 360183244
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index ef4cea039..90ed28d17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -289,7 +289,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.13.1</version>
+ <version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>