Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ ext {
spark_version = "3.1.1"
ok_http3_version = "4.11.0"
junit_version = "5.11.0"
iceberg_1_2_version = "1.2.0.17"
iceberg_1_5_version = "1.5.2.11"
iceberg_1_2_version = "1.2.0.18"
iceberg_1_5_version = "1.5.2.14"
otel_agent_version = "2.12.0" // Bundles OTel SDK 1.47.0
otel_annotations_version = "2.12.0" // Match agent version
}
Expand Down Expand Up @@ -91,6 +91,7 @@ allprojects {
force 'com.fasterxml.jackson.core:jackson-databind:2.13.4'
force 'org.apache.orc:orc-core:1.8.3'
force 'com.google.guava:guava:33.5.0-jre'
force 'org.apache.avro:avro:1.11.4' // CVE-2024-47561; outranks strict transitive pin via iceberg-core
Comment thread
abhisheknath2011 marked this conversation as resolved.
}
}
}
Expand Down