Skip to content

Commit

Permalink
ci: update template so GAPIC_AUTO repos do not require special approv…
Browse files Browse the repository at this point in the history
…ers for Java code (#1494) (#1951)

Source-Link: googleapis/synthtool@da89e53
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:04f254abfe5f47fe73ae6f91d68d55c3b76e722a4943066c3bb0ce03573b4ad9
  • Loading branch information
gcf-owl-bot[bot] committed Jul 19, 2022
1 parent d1d9cb4 commit 3500a7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/.OwlBot.lock.yaml
Expand Up @@ -13,5 +13,5 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
digest: sha256:d4b80feffe1579818cdc39466152e9de95789a193408506cd4a1ffbe8804dc00
# created: 2022-07-13T13:53:17.676447481Z
digest: sha256:04f254abfe5f47fe73ae6f91d68d55c3b76e722a4943066c3bb0ce03573b4ad9
# created: 2022-07-18T21:44:23.94208526Z
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.25.7'
implementation 'com.google.cloud:google-cloud-spanner:6.26.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.25.7"
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.26.0"
```

## Authentication
Expand Down

0 comments on commit 3500a7c

Please sign in to comment.