File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11dependencies {
2- api " io.airbyte.bulk-cdk:bulk-cdk-core-base:1.0.0 "
2+ api " io.airbyte.bulk-cdk:bulk-cdk-core-base:1.0.1 "
33 implementation ' org.apache.commons:commons-lang3:3.17.0'
44 implementation ' hu.webarticum:tree-printer:3.2.1'
55
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ The Extract CDK provides functionality for source connectors including schema di
99
1010| Version | Date | Pull Request | Subject |
1111| ---------| ------------| --------------| -------------------------------------------------------------------------------------------------------------------------------------------------------------------|
12+ | 1.0.1 | 2026-02-24 | | Bump bulk-cdk-core-base to 1.0.1 to pick up CVE fixes (CVE-2021 -47621, CVE-2022 -36944). |
1213| 1.0.0 | 2026-02-02 | [ #72376 ] ( https://github.com/airbytehq/airbyte/pull/72376 ) | Initial independent release of bulk-cdk-core-extract. Separate versioning for extract package begins. |
1314
1415</details >
Original file line number Diff line number Diff line change 1- version =1.0.0
1+ version =1.0.1
You can’t perform that action at this time.
0 commit comments