diff --git a/java-orchestration-airflow/README.md b/java-orchestration-airflow/README.md index 4dbb734a308f..00bf1c01a377 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.2 + 1.3.3 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-orchestration-airflow:1.3.2' +implementation 'com.google.cloud:google-cloud-orchestration-airflow:1.3.3' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-orchestration-airflow" % "1.3.2" +libraryDependencies += "com.google.cloud" % "google-cloud-orchestration-airflow" % "1.3.3" ``` ## Authentication diff --git a/java-orchestration-airflow/samples/install-without-bom/pom.xml b/java-orchestration-airflow/samples/install-without-bom/pom.xml index ab177f1a6f58..c77b533f8417 100644 --- a/java-orchestration-airflow/samples/install-without-bom/pom.xml +++ b/java-orchestration-airflow/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-orchestration-airflow - 1.3.2 + 1.3.3 diff --git a/java-orchestration-airflow/samples/snapshot/pom.xml b/java-orchestration-airflow/samples/snapshot/pom.xml index 03cddbc44e79..2359f26e5a61 100644 --- a/java-orchestration-airflow/samples/snapshot/pom.xml +++ b/java-orchestration-airflow/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-orchestration-airflow - 1.3.2 + 1.3.3 diff --git a/java-orchestration-airflow/samples/snippets/pom.xml b/java-orchestration-airflow/samples/snippets/pom.xml index b10c22bf66ae..588c6ff467ca 100644 --- a/java-orchestration-airflow/samples/snippets/pom.xml +++ b/java-orchestration-airflow/samples/snippets/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-orchestration-airflow - 1.3.2 + 1.3.3