Revert "Restrict AWS SDK updates to version 2.29.x (#22451)" (#23691)

This reverts commit abc12138fc.
This commit is contained in:
Othello Maurer
2025-09-19 15:58:19 +02:00
committed by GitHub
parent e57df51b78
commit 0adc5dbd35

View File

@@ -10,15 +10,7 @@ updates:
# The AWS SDKs receive patch updates almost every day. Reduce dependabot
# pull-request noise by ignoring patch updates.
- dependency-name: "software.amazon.awssdk:bom"
# We don't want to pull newer versions than 2.29 until the compatibility
# with S3-compatible services is restored or a different solution
# is found.
# See:
# - https://github.com/apache/iceberg/pull/12264
# - https://github.com/Graylog2/graylog-plugin-enterprise/issues/10504
#update-types: ["version-update:semver-patch"]
versions:
- ">= 2.30"
update-types: ["version-update:semver-patch"]
- dependency-name: "com.amazonaws:aws-java-sdk-bom"
update-types: ["version-update:semver-patch"]
# Lucene >=10 requires JDK 21