diff --git a/java-functions/README.md b/java-functions/README.md index 5db294c1536d..39d49a07f8c9 100644 --- a/java-functions/README.md +++ b/java-functions/README.md @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-functions - 2.4.0 + 2.4.1 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-functions:2.4.0' +implementation 'com.google.cloud:google-cloud-functions:2.4.1' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "2.4.0" +libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "2.4.1" ``` ## Authentication diff --git a/java-functions/samples/install-without-bom/pom.xml b/java-functions/samples/install-without-bom/pom.xml index b0f7cce178d6..50f3a0fa10e7 100644 --- a/java-functions/samples/install-without-bom/pom.xml +++ b/java-functions/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-functions - 2.4.0 + 2.4.1 diff --git a/java-functions/samples/snapshot/pom.xml b/java-functions/samples/snapshot/pom.xml index 3db8422754e6..6eb1dc06a946 100644 --- a/java-functions/samples/snapshot/pom.xml +++ b/java-functions/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-functions - 2.4.0 + 2.4.1 diff --git a/java-functions/samples/snippets/pom.xml b/java-functions/samples/snippets/pom.xml index 6eb3234dd572..e2d6a6550464 100644 --- a/java-functions/samples/snippets/pom.xml +++ b/java-functions/samples/snippets/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-functions - 2.4.0 + 2.4.1