diff --git a/java-orchestration-airflow/README.md b/java-orchestration-airflow/README.md
index 5c6dd74bf28b..7c53d05330f2 100644
--- a/java-orchestration-airflow/README.md
+++ b/java-orchestration-airflow/README.md
@@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
com.google.cloud
google-cloud-orchestration-airflow
- 1.3.0
+ 1.3.1
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-orchestration-airflow:1.3.0'
+implementation 'com.google.cloud:google-cloud-orchestration-airflow:1.3.1'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-orchestration-airflow" % "1.3.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-orchestration-airflow" % "1.3.1"
```
## Authentication
diff --git a/java-orchestration-airflow/pom.xml b/java-orchestration-airflow/pom.xml
index a402fae9f1d2..e9cdc4f41d45 100644
--- a/java-orchestration-airflow/pom.xml
+++ b/java-orchestration-airflow/pom.xml
@@ -133,7 +133,7 @@
org.apache.maven.plugins
maven-project-info-reports-plugin
- 3.3.0
+ 3.4.0