From 0adc5dbd35334e6e6bbb4aab59ce1bfb23df7623 Mon Sep 17 00:00:00 2001 From: Othello Maurer Date: Fri, 19 Sep 2025 15:58:19 +0200 Subject: [PATCH] Revert "Restrict AWS SDK updates to version 2.29.x (#22451)" (#23691) This reverts commit abc12138fcbf419534575a6d2f9366581ad8e481. --- .github/dependabot.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9a43ec326c..b21b8afc9a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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