From 3a88c559f41a7177402180df75627edd60ca01a7 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Wed, 29 Jun 2022 14:40:11 +0000 Subject: [PATCH] feat: java template no longer require clirr (#1469) (#322) Source-Link: https://github.com/googleapis/synthtool/commit/0238f3dca6202855d36c3cb9fe9bf4c4e3fc886e Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:7410586c94c608ea884879fa4083754cc28601909484c5987f4ea784da54b881 --- java-workflow-executions/.github/.OwlBot.lock.yaml | 4 ++-- java-workflow-executions/README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/java-workflow-executions/.github/.OwlBot.lock.yaml b/java-workflow-executions/.github/.OwlBot.lock.yaml index f0625e4d9459..aa4f776f3cee 100644 --- a/java-workflow-executions/.github/.OwlBot.lock.yaml +++ b/java-workflow-executions/.github/.OwlBot.lock.yaml @@ -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 diff --git a/java-workflow-executions/README.md b/java-workflow-executions/README.md index 717b775f2efe..022a23d1f0d8 100644 --- a/java-workflow-executions/README.md +++ b/java-workflow-executions/README.md @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-workflow-executions - 2.2.0 + 2.2.1 ``` 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