Skip to content

Commit

Permalink
Merge pull request Azure#1459 from jianghaolu/guavafix
Browse files Browse the repository at this point in the history
[Azure#1322] Upgrade guava to 20.0
  • Loading branch information
jianghaolu authored Feb 15, 2017
2 parents 9755cf3 + eba8f6e commit 162c132
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 162c132

Please sign in to comment.