Skip to content

Commit ed214d0

Browse files
authored
[cdk] upgrade apache mina sshd to 2.13.2 to handle openssh tcpkeepalive request (#45638)
1 parent 5f93772 commit ed214d0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

airbyte-cdk/java/airbyte-cdk/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ corresponds to that version.
174174

175175
| Version | Date | Pull Request | Subject |
176176
|:-----------|:-----------| :----------------------------------------------------------- |:---------------------------------------------------------------------------------------------------------------------------------------------------------------|
177-
| 0.45.0 | 2024-09-16 | [\#45469](https://github.com/airbytehq/airbyte/pull/45469) | Fix some race conditions, improve thread filtering, improve test logging |
177+
| 0.45.1 | 2024-09-17 | [\#45638](https://github.com/airbytehq/airbyte/pull/45638) | upgrade apache mina sshd to 2.13.2 to handle openssh tcpkeepalive requests |
178+
| 0.45.0 | 2024-09-16 | [\#45469](https://github.com/airbytehq/airbyte/pull/45469) | Fix some race conditions, improve thread filtering, improve test logging |
178179
| 0.44.22 | 2024-09-10 | [\#45368](https://github.com/airbytehq/airbyte/pull/45368) | Remove excessive debezium logging |
179180
| 0.44.21 | 2024-09-04 | [\#45143](https://github.com/airbytehq/airbyte/pull/45143) | S3-destination: don't overwrite existing files, skip those file indexes instead |
180181
| 0.44.20 | 2024-08-30 | [\#44933](https://github.com/airbytehq/airbyte/pull/44933) | Avro/Parquet destinations: handle `{}` schemas inside objects/arrays |

airbyte-cdk/java/airbyte-cdk/core/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
implementation 'net.i2p.crypto:eddsa:0.3.0'
4343
implementation 'org.apache.httpcomponents:httpcore:4.4.16'
4444
implementation 'org.apache.logging.log4j:log4j-layout-template-json:2.17.2'
45-
implementation 'org.apache.sshd:sshd-mina:2.11.0'
45+
implementation 'org.apache.sshd:sshd-mina:2.13.2'
4646
// bouncycastle is pinned to version-match the transitive dependency from kubernetes client-java
4747
// because a version conflict causes "parameter object not a ECParameterSpec" on ssh tunnel initiation
4848
implementation 'org.bouncycastle:bcpkix-jdk15on:1.66'
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.45.0
1+
version=0.45.1

0 commit comments

Comments
 (0)