diff --git a/java-workflows/.github/readme/synth.metadata/synth.metadata b/java-workflows/.github/readme/synth.metadata/synth.metadata index cceae69e1b30..7ae2def26722 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": "7f0ed745f1fe8d94a8ef1639880a6fb4fbed6526" + "sha": "d7ba7aa7e1dae130964b2d7ef925f82346494e99" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "8f76a885deaaf2fe234daeba4a8cc4d1b3de8086" + "sha": "39652e3948f455fd0b77535a0145eeec561a3706" } } ] diff --git a/java-workflows/README.md b/java-workflows/README.md index 49a1904236d6..c8212f28b671 100644 --- a/java-workflows/README.md +++ b/java-workflows/README.md @@ -17,19 +17,19 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-workflows - 1.0.1 + 1.0.2 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-workflows:1.0.1' +compile 'com.google.cloud:google-cloud-workflows:1.0.2' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "1.0.1" +libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "1.0.2" ``` ## Authentication