Skip to content

Commit

Permalink
[Azure#1322] Upgrade guava to 20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jianghaolu committed Feb 14, 2017
1 parent 9755cf3 commit eba8f6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azure-keyvault-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>18.0</version>
<version>20.0</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion azure-keyvault-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>18.0</version>
<version>20.0</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion azure-keyvault-webkey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>18.0</version>
<version>20.0</version>
</dependency>

<!-- Test dependencies -->
Expand Down

0 comments on commit eba8f6e

Please sign in to comment.