Skip to content

Commit a227b7c

Browse files
chore: generate libraries at Fri Feb 14 08:41:45 UTC 2025
1 parent 849b433 commit a227b7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>libraries-bom</artifactId>
22-
<version>26.53.0</version>
22+
<version>26.54.0</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>

google-cloud-spanner/src/main/java/com/google/cloud/spanner/Options.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ void appendToOptions(Options options) {
10121012
public int hashCode() {
10131013
return LastStatementUpdateOption.class.hashCode();
10141014
}
1015-
1015+
10161016
@Override
10171017
public boolean equals(Object o) {
10181018
return o instanceof LastStatementUpdateOption;

0 commit comments

Comments
 (0)