Skip to content
Prev Previous commit
Next Next commit
chore: generate libraries at Fri Feb 14 08:41:45 UTC 2025
  • Loading branch information
cloud-java-bot committed Feb 14, 2025
commit a227b7c2d4999255b43e8997310bd36e9a6b61c7
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.53.0</version>
<version>26.54.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ void appendToOptions(Options options) {
public int hashCode() {
return LastStatementUpdateOption.class.hashCode();
}

@Override
public boolean equals(Object o) {
return o instanceof LastStatementUpdateOption;
Expand Down
Loading