Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aws/client/aws-client-rulesengine/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
testImplementation(project(":aws:client:aws-client-restjson"))
testImplementation(project(":client:dynamic-client"))

s3Model("software.amazon.api.models:s3:1.0.12")
s3Model("software.amazon.api.models:s3:1.0.13")
}

// Add S3 model to test and JMH classpaths
Expand Down
2 changes: 1 addition & 1 deletion examples/standalone-types/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
testImplementation("org.hamcrest:hamcrest:3.0")
testImplementation("org.junit.jupiter:junit-jupiter:6.0.2")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testImplementation("org.assertj:assertj-core:3.27.6")
testImplementation("org.assertj:assertj-core:3.27.7")
}

afterEvaluate {
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ smithy = "1.67.0"
jmh = "0.7.3"
test-logger-plugin = "4.0.0"
spotbugs = "6.0.22"
spotless = "8.1.0"
spotless = "8.2.1"
smithy-gradle-plugins = "1.3.0"
assertj = "3.27.6"
jackson = "3.0.3"
assertj = "3.27.7"
jackson = "3.0.4"
netty = "4.2.9.Final"
dep-analysis = "3.5.1"
aws-sdk = "2.41.7"
aws-sdk = "2.41.20"
osdetector = "1.7.3"
accp = "2.4.1" # Amazon Corretto Crypto Provider
jreleaser = "1.21.0"
picocli = "4.7.7"
jline = "3.30.6"
graalvm-native = "0.11.3"
graalvm-native = "0.11.4"
shadow = "8.3.9"
jazzer = "0.29.1"
json-schema-validator = "3.0.0"
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=72f44c9f8ebcb1af43838f45ee5c4aa9c5444898b3468ab3f4af7b6076c5bc3f
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
distributionSha256Sum=b266d5ff6b90eada6dc3b20cb090e3731302e553a27c5d3e4df1f0d76beaff06
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion logging/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ val jclTestConfiguration: Configuration by configurations.creating {
// These are declared here instead of the version catalog because we don't want other modules to depend on them.
val log4j2 = "2.25.3"
val slf4j = "2.0.17"
val logBack = "1.5.24"
val logBack = "1.5.27"
val jcl = "1.3.5"

dependencies {
Expand Down