diff --git a/java-workflows/.github/readme/synth.metadata/synth.metadata b/java-workflows/.github/readme/synth.metadata/synth.metadata index aa1f5290989f..735414d4ea2a 100644 --- a/java-workflows/.github/readme/synth.metadata/synth.metadata +++ b/java-workflows/.github/readme/synth.metadata/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-workflows.git", - "sha": "5ae84a9cca77402b8b1d18372ee9aeb8728cc51a" + "sha": "c72cc1dfe659d4748573e32d5ee13ae75767cce8" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "06a8cd0ff7e81b05e6c503eab510ec622384caa7" + "sha": "4f4b1b9b8d8b52f1e9e4a76165896debce5ab7f1" } } ] diff --git a/java-workflows/README.md b/java-workflows/README.md index d2e3a00461cc..d702b058cef5 100644 --- a/java-workflows/README.md +++ b/java-workflows/README.md @@ -27,12 +27,12 @@ If you are using Maven, add this to your pom.xml file: If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-workflows:0.4.0' +compile 'com.google.cloud:google-cloud-workflows:0.4.1' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "0.4.0" +libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "0.4.1" ``` ## Authentication