File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
examples/standalone-types Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
1414 testImplementation(" org.hamcrest:hamcrest:3.0" )
1515 testImplementation(" org.junit.jupiter:junit-jupiter:5.13.4" )
1616 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
17- testImplementation(" org.assertj:assertj-core:3.27.3 " )
17+ testImplementation(" org.assertj:assertj-core:3.27.4 " )
1818}
1919
2020afterEvaluate {
Original file line number Diff line number Diff line change @@ -7,16 +7,16 @@ test-logger-plugin = "4.0.0"
77spotbugs = " 6.0.22"
88spotless = " 7.2.1"
99smithy-gradle-plugins = " 1.3.0"
10- assertj = " 3.27.3 "
10+ assertj = " 3.27.4 "
1111jackson = " 2.19.2"
1212netty = " 4.2.3.Final"
1313dep-analysis = " 2.19.0"
14- aws-sdk = " 2.32.16 "
14+ aws-sdk = " 2.32.21 "
1515osdetector = " 1.7.3"
1616accp = " 2.4.1" # Amazon Corretto Crypto Provider
1717jreleaser = " 1.19.0"
1818picocli = " 4.7.7"
19- jline = " 3.30.4 "
19+ jline = " 3.30.5 "
2020graalvm-native = " 0.11.0"
2121shadow = " 8.3.9"
2222
You can’t perform that action at this time.
0 commit comments