Skip to content

Commit 7e5b45c

Browse files
authored
Update avro dependency for vulnerability. (#59161)
1 parent ca57b51 commit 7e5b45c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

airbyte-cdk/bulk/toolkits/load-parquet/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
exclude group: 'org.apache.zookeeper'
1414
exclude group: 'org.apache.hadoop', module: 'hadoop-yarn-common'
1515
}
16-
api 'org.apache.parquet:parquet-avro:1.14.2'
16+
api 'org.apache.parquet:parquet-avro:1.15.1'
1717

1818
testFixturesImplementation testFixtures(project(":airbyte-cdk:bulk:core:bulk-cdk-core-load"))
1919
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.48.9
1+
version=0.48.10

airbyte-cdk/java/airbyte-cdk/s3-destinations/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
exclude group: 'org.apache.zookeeper'
3737
exclude group: 'org.apache.hadoop', module: 'hadoop-yarn-common'
3838
}
39-
api 'org.apache.parquet:parquet-avro:1.14.2'
39+
api 'org.apache.parquet:parquet-avro:1.15.1'
4040
runtimeOnly 'com.hadoop.gplcompression:hadoop-lzo:0.4.20'
4141

4242
testFixturesApi project(':airbyte-cdk:java:airbyte-cdk:airbyte-cdk-dependencies')

0 commit comments

Comments
 (0)