Skip to content

Commit

Permalink
Update guava version as advised
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyapandit authored Nov 6, 2021
1 parent 4c87f13 commit bc0e8dd
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 @@ -134,7 +134,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>r05</version>
<version>[30.0-jre,)</version>
</dependency>
<dependency>
<groupId>com.googlecode.netlib-java</groupId>
Expand Down Expand Up @@ -205,4 +205,4 @@
<properties>
<java.version>1.8</java.version>
</properties>
</project>
</project>

0 comments on commit bc0e8dd

Please sign in to comment.