diff --git a/README.md b/README.md
index 39d49a07..1c4207ee 100644
--- a/README.md
+++ b/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.1
+ 2.4.2
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
-implementation 'com.google.cloud:google-cloud-functions:2.4.1'
+implementation 'com.google.cloud:google-cloud-functions:2.4.2'
```
If you are using SBT, add this to your dependencies
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "2.4.1"
+libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "2.4.2"
```
## Authentication
diff --git a/google-cloud-functions-bom/pom.xml b/google-cloud-functions-bom/pom.xml
index cd54ef3c..3012b9a6 100644
--- a/google-cloud-functions-bom/pom.xml
+++ b/google-cloud-functions-bom/pom.xml
@@ -8,7 +8,7 @@
com.google.cloud
google-cloud-shared-config
- 1.5.0
+ 1.5.1
Google Cloud Functions BOM
diff --git a/pom.xml b/pom.xml
index 513e7ec0..21f36237 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
com.google.cloud
google-cloud-shared-config
- 1.5.0
+ 1.5.1