Skip to content

Commit

Permalink
feat: java template no longer require clirr (googleapis#1469) (google…
Browse files Browse the repository at this point in the history
…apis#322)

Source-Link: googleapis/synthtool@0238f3d
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:7410586c94c608ea884879fa4083754cc28601909484c5987f4ea784da54b881
  • Loading branch information
gcf-owl-bot[bot] committed Jun 29, 2022
1 parent fc53408 commit 3a88c55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions java-workflow-executions/.github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
digest: sha256:1ec28a46062b19135b11178ceee60231e5f5a92dab454e23ae0aab72cd875906
# created: 2022-06-27T15:01:06.405564326Z
digest: sha256:7410586c94c608ea884879fa4083754cc28601909484c5987f4ea784da54b881
# created: 2022-06-28T19:40:16.719636226Z
6 changes: 3 additions & 3 deletions java-workflow-executions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-workflow-executions</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-workflow-executions:2.2.0'
implementation 'com.google.cloud:google-cloud-workflow-executions:2.2.1'
```

If you are using SBT, add this to your dependencies

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

## Authentication
Expand Down

0 comments on commit 3a88c55

Please sign in to comment.