Skip to content

Commit 9793694

Browse files
Merge main into feature/cw-proactive-scan
2 parents c20a113 + ec168fc commit 9793694

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apache-commons-collections = "4.4"
33
apache-commons-io = "2.16.0"
44
assertJ = "3.20.2" # Upgrading leads to SAM errors: https://youtrack.jetbrains.com/issue/KT-17765
55
# match with <root>/settings.gradle.kts
6-
awsSdk = "2.25.32"
6+
awsSdk = "2.25.33"
77
commonmark = "0.17.1"
88
detekt = "1.23.6"
99
intellijGradle = "1.17.3"

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ buildscript {
2525
// also since this is a settings plugin, we can't use a version catalog
2626
// TODO: can we serve a remote cache out of CloudFront instead? https://docs.gradle.org/8.1/userguide/build_cache.html#sec:build_cache_configure_remote
2727
dependencies {
28-
classpath(platform("software.amazon.awssdk:bom:2.21.33"))
28+
classpath(platform("software.amazon.awssdk:bom:2.25.33"))
2929
}
3030
}
3131

0 commit comments

Comments
 (0)