We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eaa965 commit 80301d5Copy full SHA for 80301d5
gradle/libs.versions.toml
@@ -4,7 +4,7 @@ apache-commons-io = "2.16.1"
4
apache-commons-text = "1.12.0"
5
assertJ = "3.26.3"
6
# match with <root>/settings.gradle.kts
7
-awsSdk = "2.26.25"
+awsSdk = "2.31.8"
8
commonmark = "0.22.0"
9
detekt = "1.23.7"
10
diff-util = "4.12"
settings.gradle.kts
@@ -50,7 +50,7 @@ buildscript {
50
// match with version catalog, s3-build-cache has silent classpath conflict with codegen task
51
// also since this is a settings plugin, we can't use a version catalog
52
dependencies {
53
- classpath(platform("software.amazon.awssdk:bom:2.26.25"))
+ classpath(platform("software.amazon.awssdk:bom:2.31.8"))
54
}
55
56
0 commit comments