Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 9039df8

Browse files
chore: update java template (#1367) (#636)
* chore: update java template * chore: fix tests * chore: fix tests * chore: update project Source-Link: googleapis/synthtool@1155a97 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:b0b1c1c89570e229b1026372a2b8989ba31495007055b8d30178b7648503eefa
1 parent ed8b37a commit 9039df8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/.OwlBot.lock.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16-
digest: sha256:df8d7b2cc0dbc65871e7edd86601901a0612b272fa3f7f0eb590c5c53aa5f92e
16+
digest: sha256:b0b1c1c89570e229b1026372a2b8989ba31495007055b8d30178b7648503eefa

.kokoro/nightly/integration.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ env_vars: {
1313
# TODO: remove this after we've migrated all tests and scripts
1414
env_vars: {
1515
key: "GCLOUD_PROJECT"
16-
value: "gcloud-devel"
16+
value: "java-docs-samples-testing"
1717
}
1818

1919
env_vars: {
2020
key: "GOOGLE_CLOUD_PROJECT"
21-
value: "gcloud-devel"
21+
value: "java-docs-samples-testing"
2222
}
2323

2424
env_vars: {

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>google-cloud-tasks</artifactId>
22-
<version>2.1.4</version>
22+
<version>2.1.5</version>
2323
</dependency>
2424
```
2525

2626
If you are using Gradle without BOM, add this to your dependencies
2727

2828
```Groovy
29-
implementation 'com.google.cloud:google-cloud-tasks:2.1.4'
29+
implementation 'com.google.cloud:google-cloud-tasks:2.1.5'
3030
```
3131

3232
If you are using SBT, add this to your dependencies
3333

3434
```Scala
35-
libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "2.1.4"
35+
libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "2.1.5"
3636
```
3737

3838
## Authentication

0 commit comments

Comments
 (0)