huaxingao opened a new pull request, #16279:
URL: https://github.com/apache/iceberg/pull/16279

   Supersedes #16273.
   
   The dependabot PR fails CI because the BOM bump cascades to 44 transitive 
AWS SDK artifact version changes, but the runtime-deps baseline files weren't 
regenerated. `:iceberg-aws-bundle:checkRuntimeDeps` then fails build 
configuration, which transitively fails `build-checks`, `core-tests`, and 
`kafka-connect-tests`.
   
   This PR makes the same BOM bump and also regenerates the affected 
runtime-deps baselines:
   
   - `aws-bundle/runtime-deps.txt` — 44 AWS SDK artifacts bumped to 2.44.0.
   - `kafka-connect/kafka-connect-runtime/runtime-deps.txt` — 39 AWS SDK 
artifacts bumped to 2.44.0.
   
   Verified locally:
   
   ```
   $ ./gradlew :iceberg-aws-bundle:checkRuntimeDeps \
               
:iceberg-kafka-connect:iceberg-kafka-connect-runtime:checkRuntimeDeps
   
   BUILD SUCCESSFUL
   ```
   
   Same pattern as #16206.
   
   Made with [Cursor](https://cursor.com)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to