Skip to content

Commit eae697f

Browse files
authored
chore: bump load cdk base version to pick up CVE fix. (#74019)
1 parent e2a5ee4 commit eae697f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

airbyte-cdk/bulk/core/load/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
api("com.github.f4b6a3:uuid-creator:6.1.1")
1616
implementation 'commons-codec:commons-codec:1.16.0'
1717

18-
api "io.airbyte.bulk-cdk:bulk-cdk-core-base:1.0.0"
18+
api "io.airbyte.bulk-cdk:bulk-cdk-core-base:1.0.1"
1919
implementation 'org.apache.commons:commons-lang3:3.17.0'
2020

2121
// For ranges and rangesets

airbyte-cdk/bulk/core/load/changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ The Load CDK provides functionality for destination connectors including stream-
99

1010
| Version | Date | Pull Request | Subject |
1111
|---------|------------|--------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|
12+
| 1.0.2 | 2026-02-24 | | Bump bulk-cdk-core-base to 1.0.1 to pick up CVE fixes (CVE-2021-47621, CVE-2022-36944). |
13+
| 1.0.1 | 2026-02-09 | [#72959](https://github.com/airbytehq/airbyte/pull/72959) | Fix: CVE-2026-25526 (Jinjava dependency bump). |
1214
| 1.0.0 | 2026-02-02 | [#72376](https://github.com/airbytehq/airbyte/pull/72376) | Initial independent release of bulk-cdk-core-load. Separate versioning for load package begins. |
1315

1416
</details>
@@ -24,7 +26,6 @@ The entries below are from the unified bulk CDK before the split into separate b
2426

2527
| Version | Date | Pull Request | CDK Component | Subject |
2628
|--------|------------|----------------------------------------------------------|---------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
27-
| 1.0.6 | 2025-02-09 | | Load | Fix: CVE-2026-25526 |
2829
| 0.2.6 | 2025-02-02 | | Load | Cleanup load-iceberg-parquet toolkit: remove unused methods from IcebergUtil, inline generation ID validation into IcebergTableWriterFactory, add unit tests for toolkit classes. |
2930
| 0.2.5 | 2025-02-02 | | Load | Fix legacy-task-loader base dependency: `implementation` -> `api` for transitive resolution. into IcebergTableWriterFactory, add unit tests for toolkit classes. |
3031
| 0.2.4 | 2025-01-29 | | Load, Extract | Load and Extract now declare base CDK as an `api` dependency with explicit version (1.0.0), enabling transitive dependency resolution for connectors. Moved micronautVersion to gradle.properties. |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.0.1
1+
version=1.0.2

0 commit comments

Comments
 (0)