From 3ec48c689e85a3faeb677cca69565a706eff44d7 Mon Sep 17 00:00:00 2001 From: Evan Wu Date: Sun, 28 Jun 2026 00:24:16 -0700 Subject: [PATCH] Build: Bump software.amazon.awssdk:bom from 2.46.10 to 2.46.15 Supersedes #16989, whose core-tests (21) run failed on what appears to be a flaky/unrelated test (this is a patch-level AWS SDK bump and the other matrix shard was cancelled, not failed). Re-runs CI from a clean branch. Co-Authored-By: Claude Opus 4.8 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d10badc2e4af..a30280fcaff0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -33,7 +33,7 @@ arrow = "15.0.2" avro = "1.12.1" assertj-core = "3.27.7" awaitility = "4.3.0" -awssdk-bom = "2.46.10" +awssdk-bom = "2.46.15" azuresdk-bom = "1.3.7" awssdk-s3accessgrants = "2.4.1" bouncycastle = "1.84"