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 @@ -25,7 +25,7 @@ dependencies {
testImplementation(project(":aws:client:aws-client-s3"))
jmhImplementation(project(":aws:client:aws-client-s3"))

s3Model("software.amazon.api.models:s3:1.0.21")
s3Model("software.amazon.api.models:s3:1.0.22")
lambdaModel("software.amazon.api.models:lambda:1.0.19")
}

Expand Down
2 changes: 1 addition & 1 deletion benchmarks/e2e-benchmarks/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
// plugin (and the runtime stack) read shape definitions through these
// JARs at build time and at runtime.
implementation("software.amazon.api.models:dynamodb:1.0.14")
implementation("software.amazon.api.models:s3:1.0.21")
implementation("software.amazon.api.models:s3:1.0.22")

// Runtime stack the generated clients depend on.
implementation(project(":core"))
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.2")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.2")
testImplementation("org.junit.jupiter:junit-jupiter:6.1.3")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.3")
}

tasks.test {
Expand Down
2 changes: 1 addition & 1 deletion examples/closure-types/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ subprojects {
}

dependencies {
"testImplementation"("org.junit.jupiter:junit-jupiter:6.1.2")
"testImplementation"("org.junit.jupiter:junit-jupiter:6.1.3")
"testRuntimeOnly"("org.junit.platform:junit-platform-launcher")
"testImplementation"("org.assertj:assertj-core:3.27.7")
}
Expand Down
2 changes: 1 addition & 1 deletion examples/closure-types/server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
implementation("software.amazon.smithy.java:cbor-codec:$smithyJavaVersion")

// Publishes events to an SNS topic.
implementation("software.amazon.awssdk:sns:2.47.6")
implementation("software.amazon.awssdk:sns:2.52.0")
}

// Compile the generated sources and package the generated resources, which hold the
Expand Down
2 changes: 1 addition & 1 deletion examples/end-to-end/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
implementation("software.amazon.smithy.java:client-core:$smithyJavaVersion")

// Test dependencies
testImplementation("org.junit.jupiter:junit-jupiter:6.1.2")
testImplementation("org.junit.jupiter:junit-jupiter:6.1.3")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}

Expand Down
2 changes: 1 addition & 1 deletion examples/event-streaming-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
implementation(project(":framework-errors"))

// Test dependencies
testImplementation("org.junit.jupiter:junit-jupiter:6.1.2")
testImplementation("org.junit.jupiter:junit-jupiter:6.1.3")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}

Expand Down
2 changes: 1 addition & 1 deletion examples/restjson-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
jmhImplementation("software.amazon.smithy.java:cbor-codec:$smithyJavaVersion")

// Test dependencies
testImplementation("org.junit.jupiter:junit-jupiter:6.1.2")
testImplementation("org.junit.jupiter:junit-jupiter:6.1.3")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testImplementation(libs.assertj.core)
}
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 @@ -18,7 +18,7 @@ dependencies {
api("software.amazon.smithy.java:framework-errors:$smithyJavaVersion")

testImplementation("org.hamcrest:hamcrest:3.0")
testImplementation("org.junit.jupiter:junit-jupiter:6.1.2")
testImplementation("org.junit.jupiter:junit-jupiter:6.1.3")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testImplementation("org.assertj:assertj-core:3.27.7")
}
Expand Down
2 changes: 1 addition & 1 deletion examples/transcribestreaming-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {

// Test dependencies
testImplementation(project(":aws:sdkv2:aws-sdkv2-auth"))
testImplementation("org.junit.jupiter:junit-jupiter:6.1.2")
testImplementation("org.junit.jupiter:junit-jupiter:6.1.3")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}

Expand Down
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
[versions]
junit5 = "6.1.2"
junit5 = "6.1.3"
hamcrest = "3.0"
smithy = "1.73.0"
jmh = "0.7.3"
jmhCore = "1.37"
test-logger-plugin = "4.0.0"
spotbugs = "6.5.6"
spotless = "8.9.0"
smithy-gradle-plugins = "1.4.0"
smithy-gradle-plugins = "1.5.0"
assertj = "3.27.7"
jackson = "3.2.1"
fastdoubleparser = "2.0.1"
netty = "4.2.17.Final"
dep-analysis = "3.18.0"
aws-sdk = "2.52.0"
aws-sdk = "2.53.3"
osdetector = "1.7.3"
accp = "2.4.1" # Amazon Corretto Crypto Provider
jreleaser = "1.25.0"
picocli = "4.7.7"
graalvm-native = "1.1.7"
graalvm-native = "1.1.8"
shadow = "9.6.1"
jazzer = "0.30.0"
pitest-junit5 = "1.2.3"
pitest-gradle = "1.19.0"
json-schema-validator = "3.0.0"
opentelemetry = "1.64.0"
opentelemetry = "1.65.0"
jspecify = "1.0.1"
commonmark = "0.29.0"
commonmark = "0.30.0"
jsoup = "1.23.1"
aws-api-models = "1.0.286"
aws-api-models = "1.0.291"

[libraries]
smithy-model = { module = "software.amazon.smithy:smithy-model", version.ref = "smithy" }
Expand Down
2 changes: 1 addition & 1 deletion http/http-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
testImplementation(libs.jazzer.api)

// Add Apache HttpClient for benchmarking comparison
jmh("org.apache.httpcomponents.client5:httpclient5:5.6.3")
jmh("org.apache.httpcomponents.client5:httpclient5:5.6.4")

// Helidon WebClient for benchmarking comparison
jmh("io.helidon.webclient:helidon-webclient:4.5.2")
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.26.1"
val slf4j = "2.0.18"
val logBack = "1.6.1"
val logBack = "1.6.2"
val jcl = "1.4.0"

dependencies {
Expand Down
Loading