Skip to content

Commit

Permalink
Upping Guava version and adding explicit dep for j2objc
Browse files Browse the repository at this point in the history
  • Loading branch information
tequilarista committed Aug 16, 2020
1 parent b4c4a75 commit b6dd2e5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,10 @@
<configuration-as-code.version>1.35</configuration-as-code.version>
<powershell.version>1.3</powershell.version>
<google-oauth.version>1.0.0</google-oauth.version>
<google.guava.version>20.0</google.guava.version>
<google.guava.version>24.1.1-jre</google.guava.version>
<google.http.version>1.34.2</google.http.version>
<google.api.version>1.25.0</google.api.version>
<google.j2objc.version>1.3</google.j2objc.version>
<compute.revision>214</compute.revision>
<gcp-plugin-core.version>0.2.1</gcp-plugin-core.version>
<hpi.compatibleSinceVersion>4.1.0</hpi.compatibleSinceVersion>
Expand Down Expand Up @@ -149,6 +150,11 @@
<artifactId>guava</artifactId>
<version>${google.guava.version}</version>
</dependency>
<dependency>
<groupId>com.google.j2objc</groupId>
<artifactId>j2objc-annotations</artifactId>
<version>${google.j2objc.version}</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
Expand Down

0 comments on commit b6dd2e5

Please sign in to comment.