diff --git a/java-eventarc/README.md b/java-eventarc/README.md
index c77428b18857..14f008e44813 100644
--- a/java-eventarc/README.md
+++ b/java-eventarc/README.md
@@ -19,7 +19,7 @@ If you are using Maven, add this to your pom.xml file:
com.google.cloud
google-cloud-eventarc
- 1.3.0
+ 1.3.1
```
@@ -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-eventarc:1.3.0'
+implementation 'com.google.cloud:google-cloud-eventarc:1.3.1'
```
If you are using SBT, add this to your dependencies
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-eventarc" % "1.3.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-eventarc" % "1.3.1"
```
## Authentication
diff --git a/java-eventarc/samples/install-without-bom/pom.xml b/java-eventarc/samples/install-without-bom/pom.xml
index b01f25525cad..c49d1c400571 100644
--- a/java-eventarc/samples/install-without-bom/pom.xml
+++ b/java-eventarc/samples/install-without-bom/pom.xml
@@ -29,7 +29,7 @@
com.google.cloud
google-cloud-eventarc
- 1.3.0
+ 1.3.1
diff --git a/java-eventarc/samples/snapshot/pom.xml b/java-eventarc/samples/snapshot/pom.xml
index 226ac4bfbacd..f168a72acb55 100644
--- a/java-eventarc/samples/snapshot/pom.xml
+++ b/java-eventarc/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-eventarc
- 1.3.0
+ 1.3.1
diff --git a/java-eventarc/samples/snippets/pom.xml b/java-eventarc/samples/snippets/pom.xml
index 2c502908c7db..77185d1be4a6 100644
--- a/java-eventarc/samples/snippets/pom.xml
+++ b/java-eventarc/samples/snippets/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-eventarc
- 1.3.0
+ 1.3.1