Skip to content

Commit b7f21ce

Browse files
ci: adjust owlbot-java for monorepo (#1500) (#720)
Source-Link: googleapis/synthtool@48f8857 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:b47e411068ffc6e6990cb4e0802fbac9a4488dec7f5f424553518ba21abea208
1 parent 1c00f70 commit b7f21ce

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

java-tasks/.github/.OwlBot.lock.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16-
digest: sha256:04f254abfe5f47fe73ae6f91d68d55c3b76e722a4943066c3bb0ce03573b4ad9
17-
# created: 2022-07-18T21:44:23.94208526Z
16+
digest: sha256:b47e411068ffc6e6990cb4e0802fbac9a4488dec7f5f424553518ba21abea208
17+
# created: 2022-07-26T16:25:31.033836225Z

java-tasks/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.3.0</version>
22+
<version>2.3.1</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.3.0'
29+
implementation 'com.google.cloud:google-cloud-tasks:2.3.1'
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.3.0"
35+
libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "2.3.1"
3636
```
3737

3838
## Authentication

0 commit comments

Comments
 (0)