Skip to content

Commit 3a88c55

Browse files
feat: java template no longer require clirr (googleapis#1469) (googleapis#322)
Source-Link: googleapis/synthtool@0238f3d Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:7410586c94c608ea884879fa4083754cc28601909484c5987f4ea784da54b881
1 parent fc53408 commit 3a88c55

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

java-workflow-executions/.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
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:1ec28a46062b19135b11178ceee60231e5f5a92dab454e23ae0aab72cd875906
17-
# created: 2022-06-27T15:01:06.405564326Z
16+
digest: sha256:7410586c94c608ea884879fa4083754cc28601909484c5987f4ea784da54b881
17+
# created: 2022-06-28T19:40:16.719636226Z

java-workflow-executions/README.md

Lines changed: 3 additions & 3 deletions
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-workflow-executions</artifactId>
22-
<version>2.2.0</version>
22+
<version>2.2.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-workflow-executions:2.2.0'
29+
implementation 'com.google.cloud:google-cloud-workflow-executions:2.2.1'
3030
```
3131

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

3434
```Scala
35-
libraryDependencies += "com.google.cloud" % "google-cloud-workflow-executions" % "2.2.0"
35+
libraryDependencies += "com.google.cloud" % "google-cloud-workflow-executions" % "2.2.1"
3636
```
3737

3838
## Authentication

0 commit comments

Comments
 (0)