File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
docker :
15
15
image : gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16
- digest : sha256:df8d7b2cc0dbc65871e7edd86601901a0612b272fa3f7f0eb590c5c53aa5f92e
16
+ digest : sha256:b0b1c1c89570e229b1026372a2b8989ba31495007055b8d30178b7648503eefa
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ env_vars: {
13
13
# TODO: remove this after we've migrated all tests and scripts
14
14
env_vars: {
15
15
key: " GCLOUD_PROJECT"
16
- value: " gcloud-devel "
16
+ value: " java-docs-samples-testing "
17
17
}
18
18
19
19
env_vars: {
20
20
key: " GOOGLE_CLOUD_PROJECT"
21
- value: " gcloud-devel "
21
+ value: " java-docs-samples-testing "
22
22
}
23
23
24
24
env_vars: {
Original file line number Diff line number Diff line change @@ -59,13 +59,13 @@ implementation 'com.google.cloud:google-cloud-bigquery'
59
59
If you are using Gradle without BOM, add this to your dependencies
60
60
61
61
``` Groovy
62
- implementation 'com.google.cloud:google-cloud-bigquery:2.9.1 '
62
+ implementation 'com.google.cloud:google-cloud-bigquery:2.9.2 '
63
63
```
64
64
65
65
If you are using SBT, add this to your dependencies
66
66
67
67
``` Scala
68
- libraryDependencies += " com.google.cloud" % " google-cloud-bigquery" % " 2.9.1 "
68
+ libraryDependencies += " com.google.cloud" % " google-cloud-bigquery" % " 2.9.2 "
69
69
```
70
70
71
71
## Authentication
You can’t perform that action at this time.
0 commit comments