Skip to content

Commit 21d1d33

Browse files
chore: Updating Kokoro configuration (#2198)
* chore: Adding missing slash * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 7041e64 commit 21d1d33

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.kokoro/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ integration-staging)
9797
-Dmaven.main.skip=true \
9898
-Dspanner.gce.config.server_url=https://staging-wrenchworks.sandbox.googleapis.com \
9999
-Dspanner.testenv.instance=projects/span-cloud-testing/instances/gaurav-test-instance \
100-
-Dspanner.gce.config.project_id=span-cloud-testing
100+
-Dspanner.gce.config.project_id=span-cloud-testing \
101101
-fae \
102102
verify
103103
RETURN_CODE=$?

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-spanner'
5656
If you are using Gradle without BOM, add this to your dependencies:
5757

5858
```Groovy
59-
implementation 'com.google.cloud:google-cloud-spanner:6.34.0'
59+
implementation 'com.google.cloud:google-cloud-spanner:6.34.1'
6060
```
6161

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

6464
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.34.0"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.34.1"
6666
```
6767

6868
## Authentication

0 commit comments

Comments
 (0)