diff --git a/java-functions/README.md b/java-functions/README.md index c83c52c3fcac..47e595d54bd9 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.3 + 2.5.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-functions:2.4.3' +implementation 'com.google.cloud:google-cloud-functions:2.5.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "2.4.3" +libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "2.5.0" ``` ## Authentication diff --git a/java-functions/samples/install-without-bom/pom.xml b/java-functions/samples/install-without-bom/pom.xml index 7368de4e1955..0ba56175ae42 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.3 + 2.5.0 diff --git a/java-functions/samples/snapshot/pom.xml b/java-functions/samples/snapshot/pom.xml index 96791a5bd9d2..b08b28afb7b9 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.3 + 2.5.0 diff --git a/java-functions/samples/snippets/pom.xml b/java-functions/samples/snippets/pom.xml index 18be5e3f72a7..eed5109f868e 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.3 + 2.5.0