Skip to content

Commit

Permalink
CDK changes
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler committed Dec 28, 2023
1 parent a6a468d commit 4cea9b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.10.1
version=0.10.2
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ plugins {
}

airbyteJavaConnector {
cdkVersionRequired = '0.10.1'
cdkVersionRequired = '0.10.2'
features = ['db-destinations', 's3-destinations']
useLocalCdk = false
useLocalCdk = true
}

//remove once upgrading the CDK version to 0.4.x or later
Expand Down
4 changes: 2 additions & 2 deletions airbyte-integrations/connectors/destination-s3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ plugins {
}

airbyteJavaConnector {
cdkVersionRequired = '0.7.0'
cdkVersionRequired = '0.10.2'
features = ['db-destinations', 's3-destinations']
useLocalCdk = false
useLocalCdk = true
}

airbyteJavaConnector.addCdkDependencies()
Expand Down

0 comments on commit 4cea9b0

Please sign in to comment.