Skip to content
Merged
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 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:5.13.4")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testImplementation("org.assertj:assertj-core:3.27.4")
testImplementation("org.assertj:assertj-core:3.27.6")
}

afterEvaluate {
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ test-logger-plugin = "4.0.0"
spotbugs = "6.0.22"
spotless = "7.2.1"
smithy-gradle-plugins = "1.3.0"
assertj = "3.27.4"
assertj = "3.27.6"
jackson = "2.20.0"
netty = "4.2.6.Final"
dep-analysis = "3.0.3"
aws-sdk = "2.33.11"
dep-analysis = "3.0.4"
aws-sdk = "2.34.2"
osdetector = "1.7.3"
accp = "2.4.1" # Amazon Corretto Crypto Provider
jreleaser = "1.20.0"
Expand Down
2 changes: 1 addition & 1 deletion logging/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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.1"
val log4j2 = "2.25.2"
val slf4j = "2.0.17"
val logBack = "1.5.18"
val jcl = "1.3.5"
Expand Down