diff --git a/aws/client/aws-client-rulesengine/build.gradle.kts b/aws/client/aws-client-rulesengine/build.gradle.kts index 7638dd727..4e8e102dd 100644 --- a/aws/client/aws-client-rulesengine/build.gradle.kts +++ b/aws/client/aws-client-rulesengine/build.gradle.kts @@ -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 diff --git a/examples/standalone-types/build.gradle.kts b/examples/standalone-types/build.gradle.kts index 18e974ec3..dbdd78deb 100644 --- a/examples/standalone-types/build.gradle.kts +++ b/examples/standalone-types/build.gradle.kts @@ -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 { diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index cf304c6eb..e12fc1b94 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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" diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index f8e1ee312..61285a659 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 8a848873f..414656493 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -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 diff --git a/logging/build.gradle.kts b/logging/build.gradle.kts index de0478bac..621416739 100644 --- a/logging/build.gradle.kts +++ b/logging/build.gradle.kts @@ -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 {