Skip to content

Commit

Permalink
upgrade temporal from mostly 1.6.0 to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhizor committed Feb 24, 2022
1 parent 2157b47 commit bbe0b78
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion airbyte-bootloader/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion airbyte-container-orchestrator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion airbyte-scheduler/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion airbyte-server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion airbyte-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion airbyte-workers/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit bbe0b78

Please sign in to comment.