diff --git a/java-talent/README.md b/java-talent/README.md
index 76c9633a0c63..3928a0b85de1 100644
--- a/java-talent/README.md
+++ b/java-talent/README.md
@@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
com.google.cloud
google-cloud-talent
- 2.4.0
+ 2.4.2
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-talent:2.4.0'
+implementation 'com.google.cloud:google-cloud-talent:2.4.2'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-talent" % "2.4.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-talent" % "2.4.2"
```
## Authentication
diff --git a/java-talent/samples/snippets/pom.xml b/java-talent/samples/snippets/pom.xml
index 678cdca391a0..08ed059442f4 100644
--- a/java-talent/samples/snippets/pom.xml
+++ b/java-talent/samples/snippets/pom.xml
@@ -30,7 +30,7 @@
com.google.cloud
libraries-bom
- 26.0.0
+ 26.1.0
pom
import