diff --git a/java-workflows/.github/readme/synth.metadata/synth.metadata b/java-workflows/.github/readme/synth.metadata/synth.metadata index 55fbf1ad4e4f..aa1f5290989f 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": "201bc199974d067485585af561c7974a98eb73c5" + "sha": "5ae84a9cca77402b8b1d18372ee9aeb8728cc51a" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "0a071b3460344886297a304253bf924aa68ddb7e" + "sha": "06a8cd0ff7e81b05e6c503eab510ec622384caa7" } } ] diff --git a/java-workflows/README.md b/java-workflows/README.md index c9f4412a226e..d2e3a00461cc 100644 --- a/java-workflows/README.md +++ b/java-workflows/README.md @@ -20,19 +20,19 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-workflows - 0.3.1 + 0.4.0 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-workflows:0.3.1' +compile 'com.google.cloud:google-cloud-workflows:0.4.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "0.3.1" +libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "0.4.0" ``` ## Authentication