Skip to content

Commit a1bcb79

Browse files
destination-redshift: update all dependencies (#45435)
1 parent d94b348 commit a1bcb79

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

airbyte-integrations/connectors/destination-redshift/build.gradle

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
airbyteJavaConnector {
7-
cdkVersionRequired = '0.44.19'
7+
cdkVersionRequired = '0.46.0'
88
features = ['db-destinations', 's3-destinations', 'typing-deduping']
99
useLocalCdk = false
1010
}
@@ -35,13 +35,13 @@ dependencies {
3535
implementation 'com.amazonaws:aws-java-sdk-s3:1.11.978'
3636
// TODO: Verify no aws sdk code is pulled by this dependency causing classpath conflicts
3737
// https://docs.aws.amazon.com/redshift/latest/mgmt/jdbc20-jdbc10-driver-differences.html
38-
implementation 'com.amazon.redshift:redshift-jdbc42:2.1.0.26'
39-
implementation 'org.apache.commons:commons-csv:1.4'
40-
implementation 'com.github.alexmojaki:s3-stream-upload:2.2.2'
41-
42-
testImplementation 'org.apache.commons:commons-text:1.10.0'
43-
testImplementation 'org.apache.commons:commons-lang3:3.11'
44-
testImplementation 'org.apache.commons:commons-dbcp2:2.7.0'
45-
testImplementation "org.mockito:mockito-inline:4.1.0"
38+
implementation 'com.amazon.redshift:redshift-jdbc42:2.1.0.30'
39+
implementation 'org.apache.commons:commons-csv:1.11.0'
40+
implementation 'com.github.alexmojaki:s3-stream-upload:2.2.4'
41+
42+
testImplementation 'org.apache.commons:commons-text:1.12.0'
43+
testImplementation 'org.apache.commons:commons-lang3:3.17.0'
44+
testImplementation 'org.apache.commons:commons-dbcp2:2.12.0'
45+
testImplementation "org.mockito:mockito-inline:5.2.0"
4646

4747
}

airbyte-integrations/connectors/destination-redshift/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ data:
55
connectorSubtype: database
66
connectorType: destination
77
definitionId: f7a7d195-377f-cf5b-70a5-be6b819019dc
8-
dockerImageTag: 3.4.4
8+
dockerImageTag: 3.5.0
99
dockerRepository: airbyte/destination-redshift
1010
documentationUrl: https://docs.airbyte.com/integrations/destinations/redshift
1111
githubIssueLabel: destination-redshift

docs/integrations/destinations/redshift.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ Each stream will be output into its own raw table in Redshift. Each table will c
222222

223223
| Version | Date | Pull Request | Subject |
224224
| :------ | :--------- | :--------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
225+
| 3.5.0 | 2024-09-18 | [45435](https://github.com/airbytehq/airbyte/pull/45435) | upgrade all dependencies |
225226
| 3.4.4 | 2024-08-20 | [44476](https://github.com/airbytehq/airbyte/pull/44476) | Increase message parsing limit to 100mb |
226227
| 3.4.3 | 2024-08-22 | [44526](https://github.com/airbytehq/airbyte/pull/44526) | Revert protocol compliance fix |
227228
| 3.4.2 | 2024-08-15 | [42506](https://github.com/airbytehq/airbyte/pull/42506) | Fix bug in refreshes logic (already mitigated in platform, just fixing protocol compliance) |

0 commit comments

Comments
 (0)