Change guava version to 31.1-jr

This commit is contained in:
YuCheng Hu 2022-07-06 08:42:33 -04:00
parent ef8c968669
commit 8bd2efbd49
No known key found for this signature in database
GPG Key ID: C395DC68EF030B59
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>31.0.1-jre</version>
<version>31.1-jre</version>
</dependency>
<dependency>
<groupId>org.dom4j</groupId>