Merge pull request #2566 from Cactusinhand/fix-patch

Update google-guava version
This commit is contained in:
Shengliang Guan 2020-07-05 21:29:16 +08:00 committed by GitHub
commit bdaf7e6e37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@
<dependency> <dependency>
<groupId>com.google.guava</groupId> <groupId>com.google.guava</groupId>
<artifactId>guava</artifactId> <artifactId>guava</artifactId>
<version>18.0</version> <version>24.1.1</version>
</dependency> </dependency>
<dependency> <dependency>