This is an automated email from the ASF dual-hosted git repository.
singhpk234 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new 75f9451d9e Build: Bump com.azure:azure-sdk-bom from 1.3.3 to 1.3.4
(#15204)
75f9451d9e is described below
commit 75f9451d9e82500588d3ea075e301810b302a0ff
Author: Prashant Singh <[email protected]>
AuthorDate: Sun Feb 1 15:01:43 2026 -0800
Build: Bump com.azure:azure-sdk-bom from 1.3.3 to 1.3.4 (#15204)
* Build: Bump com.azure:azure-sdk-bom from 1.3.3 to 1.3.4
Bumps
[com.azure:azure-sdk-bom](https://github.com/azure/azure-sdk-for-java) from
1.3.3 to 1.3.4.
- [Release notes](https://github.com/azure/azure-sdk-for-java/releases)
-
[Commits](https://github.com/azure/azure-sdk-for-java/compare/azure-sdk-bom_1.3.3...azure-identity_1.3.4)
---
updated-dependencies:
- dependency-name: com.azure:azure-sdk-bom
dependency-version: 1.3.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
* Azure: Add skipApiVersionCheck flag to Azurite for Azure SDK BOM 1.3.4
compatibility
The Azure SDK BOM 1.3.4 includes Azure SDK versions that use API version
2026-02-06. Azurite 3.35.0 supports API versions up to 2025-11-05, so the
--skipApiVersionCheck flag is needed for compatibility.
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Prashant Kumar Singh <[email protected]>
---
.../java/org/apache/iceberg/azure/adlsv2/AzuriteContainer.java | 1 +
gradle/libs.versions.toml | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git
a/azure/src/integration/java/org/apache/iceberg/azure/adlsv2/AzuriteContainer.java
b/azure/src/integration/java/org/apache/iceberg/azure/adlsv2/AzuriteContainer.java
index 3f6fec9cd4..46f7f02aeb 100644
---
a/azure/src/integration/java/org/apache/iceberg/azure/adlsv2/AzuriteContainer.java
+++
b/azure/src/integration/java/org/apache/iceberg/azure/adlsv2/AzuriteContainer.java
@@ -49,6 +49,7 @@ public class AzuriteContainer extends
GenericContainer<AzuriteContainer> {
super(image == null ? DEFAULT_IMAGE + ":" + DEFAULT_TAG : image);
this.addExposedPort(DEFAULT_PORT);
this.addEnv("AZURITE_ACCOUNTS", ACCOUNT + ":" + KEY);
+ this.withCommand("azurite", "--blobHost", "0.0.0.0",
"--skipApiVersionCheck");
this.setWaitStrategy(new
LogMessageWaitStrategy().withRegEx(LOG_WAIT_REGEX));
}
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 3ead9d5c1c..6ddddc4f29 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -34,7 +34,7 @@ avro = "1.12.1"
assertj-core = "3.27.7"
awaitility = "4.3.0"
awssdk-bom = "2.41.19"
-azuresdk-bom = "1.3.3"
+azuresdk-bom = "1.3.4"
awssdk-s3accessgrants = "2.4.0"
bson-ver = "4.11.5"
caffeine = "2.9.3"