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

Upgrade Guava by way of google-cloud-bom #1233

Merged
merged 1 commit into from
Nov 16, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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