Skip to content

Commit

Permalink
Update some dependency versions in the parent pom
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=223250006
  • Loading branch information
ronshapiro committed Nov 29, 2018
1 parent 62cc878 commit e0b8c93
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<guava.version>27.0.1-jre</guava.version>
</properties>

<scm>
Expand Down Expand Up @@ -73,7 +74,12 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>23.5-jre</version>
<version>${guava.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-gwt</artifactId>
<version>${guava.version}</version>
</dependency>
<dependency>
<groupId>com.squareup</groupId>
Expand All @@ -96,7 +102,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-testlib</artifactId>
<version>23.5-jre</version>
<version>${guava.version}</version>
</dependency>
<dependency>
<groupId>com.google.testing.compile</groupId>
Expand Down

0 comments on commit e0b8c93

Please sign in to comment.