mirror of
https://github.com/RAIRLab/Spectra.git
synced 2024-11-09 11:10:34 -05:00
Update Guava
This commit is contained in:
parent
839b3e3172
commit
eb31602b35
1 changed files with 7 additions and 6 deletions
3
pom.xml
3
pom.xml
|
@ -38,9 +38,10 @@
|
|||
<dependency>
|
||||
<groupId>com.google.guava</groupId>
|
||||
<artifactId>guava</artifactId>
|
||||
<version>21.0</version>
|
||||
<version>[24.1.1,)</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
</dependencies>
|
||||
<properties>
|
||||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
|
|
Loading…
Reference in a new issue