Skip to content

Commit 0adc5db

Browse files
authored
Revert "Restrict AWS SDK updates to version 2.29.x (#22451)" (#23691)
This reverts commit abc1213.
1 parent e57df51 commit 0adc5db

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,7 @@ updates:
1010
# The AWS SDKs receive patch updates almost every day. Reduce dependabot
1111
# pull-request noise by ignoring patch updates.
1212
- dependency-name: "software.amazon.awssdk:bom"
13-
# We don't want to pull newer versions than 2.29 until the compatibility
14-
# with S3-compatible services is restored or a different solution
15-
# is found.
16-
# See:
17-
# - https://github.com/apache/iceberg/pull/12264
18-
# - https://github.com/Graylog2/graylog-plugin-enterprise/issues/10504
19-
#update-types: ["version-update:semver-patch"]
20-
versions:
21-
- ">= 2.30"
13+
update-types: ["version-update:semver-patch"]
2214
- dependency-name: "com.amazonaws:aws-java-sdk-bom"
2315
update-types: ["version-update:semver-patch"]
2416
# Lucene >=10 requires JDK 21

0 commit comments

Comments
 (0)