File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies {
2222 implementation(" software.amazon.smithy.java:client-core:$smithyJavaVersion " )
2323
2424 // Test dependencies
25- testImplementation(" org.junit.jupiter:junit-jupiter:5.13.2 " )
25+ testImplementation(" org.junit.jupiter:junit-jupiter:5.13.1 " )
2626 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
2727}
2828
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
1212 implementation(" software.amazon.smithy.java:client-core:$smithyJavaVersion " )
1313
1414 // Test dependencies
15- testImplementation(" org.junit.jupiter:junit-jupiter:5.13.2 " )
15+ testImplementation(" org.junit.jupiter:junit-jupiter:5.13.1 " )
1616 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
1717}
1818
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies {
1313 api(" software.amazon.smithy.java:aws-client-restjson:$smithyJavaVersion " )
1414
1515 // Test dependencies
16- testImplementation(" org.junit.jupiter:junit-jupiter:5.13.2 " )
16+ testImplementation(" org.junit.jupiter:junit-jupiter:5.13.1 " )
1717 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
1818 testImplementation(libs.assertj.core)
1919}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
1212 api(" software.amazon.smithy.java:framework-errors:$smithyJavaVersion " )
1313
1414 testImplementation(" org.hamcrest:hamcrest:3.0" )
15- testImplementation(" org.junit.jupiter:junit-jupiter:5.13.2 " )
15+ testImplementation(" org.junit.jupiter:junit-jupiter:5.13.1 " )
1616 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
1717 testImplementation(" org.assertj:assertj-core:3.27.3" )
1818}
Original file line number Diff line number Diff line change 11[versions ]
2- junit5 = " 5.13.2 "
2+ junit5 = " 5.13.1 "
33hamcrest = " 3.0"
4- smithy = " 1.60.2 "
4+ smithy = " 1.59.0 "
55jmh = " 0.7.3"
66test-logger-plugin = " 4.0.0"
77spotbugs = " 6.0.22"
@@ -10,14 +10,14 @@ smithy-gradle-plugins = "1.3.0"
1010assertj = " 3.27.3"
1111jackson = " 2.19.1"
1212netty = " 4.2.2.Final"
13- dep-analysis = " 2.19 .0"
14- aws-sdk = " 2.31.71 "
13+ dep-analysis = " 2.18 .0"
14+ aws-sdk = " 2.31.65 "
1515osdetector = " 1.7.3"
1616accp = " 2.4.1" # Amazon Corretto Crypto Provider
1717jreleaser = " 1.18.0"
1818picocli = " 4.7.7"
1919graalvm-native = " 0.10.6"
20- shadow = " 8.3.7 "
20+ shadow = " 8.3.6 "
2121
2222[libraries ]
2323smithy-model = { module = " software.amazon.smithy:smithy-model" , version.ref = " smithy" }
You can’t perform that action at this time.
0 commit comments