Skip to content

Commit e2a5ee4

Browse files
authored
chore: bump extract cdk base version to pick up CVE fix. (#74020)
1 parent a72d71f commit e2a5ee4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dependencies {
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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.0.0
1+
version=1.0.1

0 commit comments

Comments
 (0)