Skip to content

Commit

Permalink
fix: Replace internal Structs class with google-cloud-core version
Browse files Browse the repository at this point in the history
  • Loading branch information
cindy-peng committed Jan 5, 2024
1 parent d1f8ff8 commit 9a03bff
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 151 deletions.
Expand Up @@ -21,6 +21,7 @@
import com.google.common.base.MoreObjects;
import com.google.protobuf.Any;
import com.google.protobuf.Struct;
import com.google.cloud.Structs;
import java.io.Serializable;
import java.util.Map;
import java.util.Objects;
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-dependencies</artifactId>
<version>3.20.0</version>
<version>3.21.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 9a03bff

Please sign in to comment.