Skip to content

Commit

Permalink
Update Guava, Glass dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
srowen committed Jan 21, 2014
1 parent 1fa90e7 commit 8d858df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions glass-mirror/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-mirror</artifactId>
<version>v1-rev37-1.17.0-rc</version>
<version>v1-rev38-1.17.0-rc</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
Expand All @@ -43,7 +43,7 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-oauth2</artifactId>
<version>v2-rev59-1.17.0-rc</version>
<version>v2-rev60-1.17.0-rc</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.3.1</version>
<version>4.3.2</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>16.0-rc1</version>
<version>16.0</version>
</dependency>
<dependency>
<groupId>javax</groupId>
Expand Down

0 comments on commit 8d858df

Please sign in to comment.