diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 51fd0961ad..e0937c821b 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -22,8 +22,8 @@ dependencies { // https://github.com/gradle/gradle/issues/15383 implementation(files(libs.javaClass.superclass.protectionDomain.codeSource.location)) - testImplementation("org.junit.jupiter:junit-jupiter:6.1.0") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.0") + testImplementation("org.junit.jupiter:junit-jupiter:6.1.1") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.1") } tasks.test { diff --git a/examples/end-to-end/build.gradle.kts b/examples/end-to-end/build.gradle.kts index c5fee0a6dd..194b0592c0 100644 --- a/examples/end-to-end/build.gradle.kts +++ b/examples/end-to-end/build.gradle.kts @@ -18,7 +18,7 @@ dependencies { implementation("software.amazon.smithy.java:aws-client-restjson:$smithyJavaVersion") // Test dependencies - testImplementation("org.junit.jupiter:junit-jupiter:6.1.0") + testImplementation("org.junit.jupiter:junit-jupiter:6.1.1") testRuntimeOnly("org.junit.platform:junit-platform-launcher") } diff --git a/examples/event-streaming-client/build.gradle.kts b/examples/event-streaming-client/build.gradle.kts index a925064fb8..16eee19f86 100644 --- a/examples/event-streaming-client/build.gradle.kts +++ b/examples/event-streaming-client/build.gradle.kts @@ -12,7 +12,7 @@ dependencies { implementation("software.amazon.smithy.java:framework-errors:$smithyJavaVersion") // Test dependencies - testImplementation("org.junit.jupiter:junit-jupiter:6.1.0") + testImplementation("org.junit.jupiter:junit-jupiter:6.1.1") testRuntimeOnly("org.junit.platform:junit-platform-launcher") } diff --git a/examples/restjson-client/build.gradle.kts b/examples/restjson-client/build.gradle.kts index 650279e67f..79545cbb68 100644 --- a/examples/restjson-client/build.gradle.kts +++ b/examples/restjson-client/build.gradle.kts @@ -16,7 +16,7 @@ dependencies { jmhImplementation("software.amazon.smithy.java:cbor-codec:$smithyJavaVersion") // Test dependencies - testImplementation("org.junit.jupiter:junit-jupiter:6.1.0") + testImplementation("org.junit.jupiter:junit-jupiter:6.1.1") testRuntimeOnly("org.junit.platform:junit-platform-launcher") testImplementation("org.assertj:assertj-core:3.27.7") } diff --git a/examples/standalone-types/build.gradle.kts b/examples/standalone-types/build.gradle.kts index 931f5bd6ac..5c9b75e9ff 100644 --- a/examples/standalone-types/build.gradle.kts +++ b/examples/standalone-types/build.gradle.kts @@ -5,7 +5,7 @@ plugins { dependencies { testImplementation("org.hamcrest:hamcrest:3.0") - testImplementation("org.junit.jupiter:junit-jupiter:6.1.0") + testImplementation("org.junit.jupiter:junit-jupiter:6.1.1") testRuntimeOnly("org.junit.platform:junit-platform-launcher") testImplementation("org.assertj:assertj-core:3.27.7") } diff --git a/examples/transcribestreaming-client/build.gradle.kts b/examples/transcribestreaming-client/build.gradle.kts index b6c5793371..87c90edb2c 100644 --- a/examples/transcribestreaming-client/build.gradle.kts +++ b/examples/transcribestreaming-client/build.gradle.kts @@ -5,7 +5,7 @@ plugins { dependencies { val smithyJavaVersion: String by project - val smithyVersion = "1.71.0" + val smithyVersion = "1.72.0" implementation("software.amazon.api.models:transcribe-streaming:1.0.8") implementation("software.amazon.smithy.java:aws-client-restjson:$smithyJavaVersion") @@ -20,7 +20,7 @@ dependencies { // Test dependencies testImplementation("software.amazon.smithy.java:aws-sdkv2-auth:$smithyJavaVersion") - testImplementation("org.junit.jupiter:junit-jupiter:6.1.0") + testImplementation("org.junit.jupiter:junit-jupiter:6.1.1") testRuntimeOnly("org.junit.platform:junit-platform-launcher") } diff --git a/gradle-plugin/build.gradle.kts b/gradle-plugin/build.gradle.kts index ed826f0654..90920c4f5c 100644 --- a/gradle-plugin/build.gradle.kts +++ b/gradle-plugin/build.gradle.kts @@ -36,7 +36,7 @@ repositories { // and cannot access the parent project's version catalog. Update these when bumping smithy versions. dependencies { implementation("software.amazon.smithy.gradle:smithy-base:1.4.0") - implementation("software.amazon.smithy:smithy-model:1.71.0") + implementation("software.amazon.smithy:smithy-model:1.72.0") } gradlePlugin { diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6dca8e27d9..d44363d73a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,25 +1,25 @@ [versions] -junit5 = "6.1.0" +junit5 = "6.1.1" hamcrest = "3.0" -smithy = "1.71.0" +smithy = "1.72.0" jmh = "0.7.3" jmhCore = "1.37" test-logger-plugin = "4.0.0" spotbugs = "6.5.6" -spotless = "8.7.0" +spotless = "8.8.0" smithy-gradle-plugins = "1.4.0" assertj = "3.27.7" jackson = "3.2.0" fastdoubleparser = "2.0.1" -netty = "4.2.15.Final" -dep-analysis = "3.15.0" -aws-sdk = "2.46.17" +netty = "4.2.16.Final" +dep-analysis = "3.16.1" +aws-sdk = "2.47.1" osdetector = "1.7.3" accp = "2.4.1" # Amazon Corretto Crypto Provider -jreleaser = "1.24.0" +jreleaser = "1.25.0" picocli = "4.7.7" -graalvm-native = "1.1.2" -shadow = "9.4.2" +graalvm-native = "1.1.3" +shadow = "9.5.1" jazzer = "0.30.0" pitest-junit5 = "1.2.3" pitest-gradle = "1.19.0" @@ -28,7 +28,7 @@ opentelemetry = "1.63.0" jspecify = "1.0.0" commonmark = "0.29.0" jsoup = "1.22.2" -aws-api-models = "1.0.258" +aws-api-models = "1.0.264" [libraries] smithy-model = { module = "software.amazon.smithy:smithy-model", version.ref = "smithy" } diff --git a/http/http-client/build.gradle.kts b/http/http-client/build.gradle.kts index 98b1f1b175..e0442f5092 100644 --- a/http/http-client/build.gradle.kts +++ b/http/http-client/build.gradle.kts @@ -21,7 +21,7 @@ val jmhServerImplementation by configurations.getting dependencies { jmh(project(":client:client-http")) - jmhServerImplementation("io.netty:netty-all:4.2.15.Final") + jmhServerImplementation("io.netty:netty-all:4.2.16.Final") jmhServerImplementation("org.bouncycastle:bcpkix-jdk18on:1.84") } diff --git a/logging/build.gradle.kts b/logging/build.gradle.kts index ece874b570..d7d4d3a690 100644 --- a/logging/build.gradle.kts +++ b/logging/build.gradle.kts @@ -25,9 +25,9 @@ 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.26.0" +val log4j2 = "2.26.1" val slf4j = "2.0.18" -val logBack = "1.5.35" +val logBack = "1.5.37" val jcl = "1.4.0" dependencies {