Bump guava from 30.0-android to 31.0.1-android

This commit is contained in:
Andreas Dangel 2021-12-20 10:52:58 +01:00
parent 998e38b77e
commit 4a080e088b
No known key found for this signature in database
GPG Key ID: 93450DF2DF9A3FA3
2 changed files with 3 additions and 2 deletions

View File

@ -79,6 +79,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<!-- apex jorje actually depends on 26.0-jre (https://github.com/forcedotcom/salesforcedx-vscode/commit/631b8cfb85cff5e989bfea13bca681b6cedcb003) -->
</dependency>
<dependency>
<groupId>com.google.j2objc</groupId>

View File

@ -762,8 +762,8 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<!-- using 30.0-android flavor instead of 30.0-jre, so that we are compatible with java7 -->
<version>30.0-android</version>
<!-- using 31.0.1-android flavor instead of 31.0.1-jre, so that we are compatible with java7 -->
<version>31.0.1-android</version>
<scope>test</scope>
</dependency>