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
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ assertj = "3.27.7"
jackson = "3.1.0"
netty = "4.2.10.Final"
dep-analysis = "3.6.1"
aws-sdk = "2.42.5"
aws-sdk = "2.42.10"
osdetector = "1.7.3"
accp = "2.4.1" # Amazon Corretto Crypto Provider
jreleaser = "1.23.0"
picocli = "4.7.7"
graalvm-native = "0.11.4"
graalvm-native = "0.11.5"
shadow = "8.3.10"
jazzer = "0.30.0"
json-schema-validator = "3.0.0"
opentelemetry = "1.59.0"
opentelemetry = "1.60.1"

[libraries]
smithy-model = { module = "software.amazon.smithy:smithy-model", version.ref = "smithy" }
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=b266d5ff6b90eada6dc3b20cb090e3731302e553a27c5d3e4df1f0d76beaff06
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
distributionSha256Sum=60ea723356d81263e8002fec0fcf9e2b0eee0c0850c7a3d7ab0a63f2ccc601f3
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion logging/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ val jclTestConfiguration: Configuration by configurations.creating {
val log4j2 = "2.25.3"
val slf4j = "2.0.17"
val logBack = "1.5.32"
val jcl = "1.3.5"
val jcl = "1.3.6"

dependencies {
compileOnly("org.apache.logging.log4j:log4j-api:$log4j2")
Expand Down