From bbe0b78d4656ada23fc00e9c05930c378160c831 Mon Sep 17 00:00:00 2001 From: Jared Rhizor Date: Thu, 24 Feb 2022 15:09:30 -0800 Subject: [PATCH] upgrade temporal from mostly 1.6.0 to 1.8.1 --- airbyte-bootloader/build.gradle | 2 +- airbyte-container-orchestrator/build.gradle | 1 - airbyte-scheduler/app/build.gradle | 2 +- airbyte-server/build.gradle | 2 +- airbyte-tests/build.gradle | 2 +- airbyte-workers/build.gradle | 2 +- 6 files changed, 5 insertions(+), 6 deletions(-) diff --git a/airbyte-bootloader/build.gradle b/airbyte-bootloader/build.gradle index 3aec78c1224a..28d90b0068ed 100644 --- a/airbyte-bootloader/build.gradle +++ b/airbyte-bootloader/build.gradle @@ -13,7 +13,7 @@ dependencies { implementation project(':airbyte-scheduler:persistence') implementation project(':airbyte-scheduler:models') - implementation 'io.temporal:temporal-sdk:1.6.0' + implementation 'io.temporal:temporal-sdk:1.8.1' implementation "org.flywaydb:flyway-core:7.14.0" testImplementation "org.testcontainers:postgresql:1.15.3" diff --git a/airbyte-container-orchestrator/build.gradle b/airbyte-container-orchestrator/build.gradle index a6e21821f5cc..6670e35da12e 100644 --- a/airbyte-container-orchestrator/build.gradle +++ b/airbyte-container-orchestrator/build.gradle @@ -4,7 +4,6 @@ plugins { dependencies { implementation 'io.fabric8:kubernetes-client:5.3.1' - implementation 'io.temporal:temporal-sdk:1.0.4' implementation 'org.apache.commons:commons-lang3:3.11' implementation 'org.apache.commons:commons-text:1.9' implementation 'org.eclipse.jetty:jetty-server:9.4.31.v20200723' diff --git a/airbyte-scheduler/app/build.gradle b/airbyte-scheduler/app/build.gradle index 1d2883d923a6..46d842a45e46 100644 --- a/airbyte-scheduler/app/build.gradle +++ b/airbyte-scheduler/app/build.gradle @@ -4,7 +4,7 @@ plugins { dependencies { implementation 'io.fabric8:kubernetes-client:5.9.0' - implementation 'io.temporal:temporal-sdk:1.6.0' + implementation 'io.temporal:temporal-sdk:1.8.1' implementation project(':airbyte-analytics') implementation project(':airbyte-api') diff --git a/airbyte-server/build.gradle b/airbyte-server/build.gradle index a18ed8326776..6e154478f80b 100644 --- a/airbyte-server/build.gradle +++ b/airbyte-server/build.gradle @@ -47,7 +47,7 @@ publishing { } dependencies { - implementation 'io.temporal:temporal-sdk:1.6.0' + implementation 'io.temporal:temporal-sdk:1.8.1' implementation 'org.apache.cxf:cxf-core:3.4.2' diff --git a/airbyte-tests/build.gradle b/airbyte-tests/build.gradle index da90487a69f0..b162ce62ac17 100644 --- a/airbyte-tests/build.gradle +++ b/airbyte-tests/build.gradle @@ -52,7 +52,7 @@ dependencies { acceptanceTestsImplementation 'com.fasterxml.jackson.core:jackson-databind' acceptanceTestsImplementation 'io.github.cdimascio:java-dotenv:3.0.0' - acceptanceTestsImplementation 'io.temporal:temporal-sdk:1.6.0' + acceptanceTestsImplementation 'io.temporal:temporal-sdk:1.8.1' acceptanceTestsImplementation 'org.apache.commons:commons-csv:1.4' acceptanceTestsImplementation 'org.testcontainers:postgresql:1.15.3' acceptanceTestsImplementation 'org.postgresql:postgresql:42.2.18' diff --git a/airbyte-workers/build.gradle b/airbyte-workers/build.gradle index 9966c042b93e..3e42660836ad 100644 --- a/airbyte-workers/build.gradle +++ b/airbyte-workers/build.gradle @@ -12,7 +12,7 @@ configurations { dependencies { implementation 'io.fabric8:kubernetes-client:5.3.1' - implementation 'io.temporal:temporal-sdk:1.6.0' + implementation 'io.temporal:temporal-sdk:1.8.1' implementation 'org.apache.ant:ant:1.10.10' implementation 'org.apache.commons:commons-lang3:3.11' implementation 'org.apache.commons:commons-text:1.9'