diff --git a/java-dataplex/README.md b/java-dataplex/README.md
index acf6b54184dd..b4db62c01191 100644
--- a/java-dataplex/README.md
+++ b/java-dataplex/README.md
@@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
com.google.cloud
google-cloud-dataplex
- 1.0.1
+ 1.1.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-dataplex:1.0.1'
+implementation 'com.google.cloud:google-cloud-dataplex:1.1.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-dataplex" % "1.0.1"
+libraryDependencies += "com.google.cloud" % "google-cloud-dataplex" % "1.1.0"
```
## Authentication
diff --git a/java-dataplex/samples/install-without-bom/pom.xml b/java-dataplex/samples/install-without-bom/pom.xml
index 67e175b1dbcb..2334d88c8d74 100644
--- a/java-dataplex/samples/install-without-bom/pom.xml
+++ b/java-dataplex/samples/install-without-bom/pom.xml
@@ -29,7 +29,7 @@
com.google.cloud
google-cloud-dataplex
- 1.0.1
+ 1.1.0
diff --git a/java-dataplex/samples/snippets/pom.xml b/java-dataplex/samples/snippets/pom.xml
index b71ea7e47b62..b73d37239bf7 100644
--- a/java-dataplex/samples/snippets/pom.xml
+++ b/java-dataplex/samples/snippets/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-dataplex
- 1.0.1
+ 1.1.0