diff --git a/README.md b/README.md index 2c1fed10..2dc7b2c6 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,13 @@ 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 -implementation 'com.google.cloud:google-cloud-workflows:2.1.10' +implementation 'com.google.cloud:google-cloud-workflows:2.2.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "2.1.10" +libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "2.2.0" ``` ## Authentication diff --git a/google-cloud-workflows-bom/pom.xml b/google-cloud-workflows-bom/pom.xml index 886d2bc2..c6cd72d9 100644 --- a/google-cloud-workflows-bom/pom.xml +++ b/google-cloud-workflows-bom/pom.xml @@ -8,7 +8,7 @@ com.google.cloud google-cloud-shared-config - 1.4.0 + 1.5.0 Google Cloud Workflows BOM diff --git a/pom.xml b/pom.xml index 4b2aa4d1..ac4097e7 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ com.google.cloud google-cloud-shared-config - 1.4.0 + 1.5.0