Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Upgrade Guava by way of google-cloud-bom. (#1233)
Browse files Browse the repository at this point in the history
New Guava version is 26-android.
  • Loading branch information
elefeint committed Nov 16, 2018
1 parent c1a7a44 commit 65b1f8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public void testWrongTypeReadExceptionList() {
this.thrown.expectMessage("Unable to read property boolField");
this.thrown.expectMessage(
"Unable to convert class " +
"com.google.common.collect.SingletonImmutableList to class java.lang.Boolean");
"com.google.common.collect.RegularImmutableList to class java.lang.Boolean");

Entity entity = getEntityBuilder()
.set("stringField", "string value")
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-gcp-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<packaging>pom</packaging>

<properties>
<google-cloud-bom.version>0.70.0-alpha</google-cloud-bom.version>
<google-cloud-bom.version>0.71.0-alpha</google-cloud-bom.version>
<google-auth-library-oauth2-http.version>0.11.0</google-auth-library-oauth2-http.version>
<mysql-socket-factory.version>1.0.11</mysql-socket-factory.version>
</properties>
Expand Down

0 comments on commit 65b1f8d

Please sign in to comment.