Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into renovate/google.cloud…
Browse files Browse the repository at this point in the history
….shared-dependencies.version
  • Loading branch information
suztomo committed Dec 13, 2022
2 parents 9ef898e + 940e2b6 commit 532020c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-spanner'
If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-spanner:6.33.0'
implementation 'com.google.cloud:google-cloud-spanner:6.34.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.33.0"
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.34.0"
```

## Authentication
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-spanner-bom/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
</parent>

<name>Google Cloud Spanner BOM</name>
Expand Down
Expand Up @@ -92,7 +92,7 @@ static Partition createQueryPartition(
return new Partition(partitionToken, partitionOptions, statement, queryOption);
}

ByteString getPartitionToken() {
public ByteString getPartitionToken() {
return partitionToken;
}

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
</parent>

<developers>
Expand Down

0 comments on commit 532020c

Please sign in to comment.