diff --git a/java-tpu/README.md b/java-tpu/README.md
index 2fdfa9c23ff9..89d5cbaa7873 100644
--- a/java-tpu/README.md
+++ b/java-tpu/README.md
@@ -19,7 +19,7 @@ If you are using Maven, add this to your pom.xml file:
com.google.cloud
google-cloud-tpu
- 2.3.1
+ 2.3.3
```
@@ -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-tpu:2.3.1'
+implementation 'com.google.cloud:google-cloud-tpu:2.3.3'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-tpu" % "2.3.1"
+libraryDependencies += "com.google.cloud" % "google-cloud-tpu" % "2.3.3"
```
## Authentication
diff --git a/java-tpu/samples/install-without-bom/pom.xml b/java-tpu/samples/install-without-bom/pom.xml
index c87774f3cd68..9f3f2a79362b 100644
--- a/java-tpu/samples/install-without-bom/pom.xml
+++ b/java-tpu/samples/install-without-bom/pom.xml
@@ -29,7 +29,7 @@
com.google.cloud
google-cloud-tpu
- 2.3.1
+ 2.3.3
diff --git a/java-tpu/samples/snapshot/pom.xml b/java-tpu/samples/snapshot/pom.xml
index a91dea229d03..702e2f518e63 100644
--- a/java-tpu/samples/snapshot/pom.xml
+++ b/java-tpu/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-tpu
- 2.3.1
+ 2.3.3
diff --git a/java-tpu/samples/snippets/pom.xml b/java-tpu/samples/snippets/pom.xml
index ebbc05d81df1..1c7f0f6318ab 100644
--- a/java-tpu/samples/snippets/pom.xml
+++ b/java-tpu/samples/snippets/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-tpu
- 2.3.1
+ 2.3.3