Skip to content

Commit

Permalink
Update guava to 31.1-jre (fixes #70)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelmay committed May 8, 2022
1 parent 22ef9ad commit 7bc456e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>31.0.1-jre</version>
<version>31.1-jre</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
Expand Down Expand Up @@ -248,7 +248,7 @@
<links>
<link>https://docs.oracle.com/javase/8/docs/api/</link>
<link>https://hadoop.apache.org/docs/r3.3.2/api/</link>
<link>https://google.github.io/guava/releases/31.0.1-jre/api/docs/</link>
<link>https://google.github.io/guava/releases/31.1-jre/api/docs/</link>
</links>
</configuration>
</plugin>
Expand Down

0 comments on commit 7bc456e

Please sign in to comment.