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.4 " )
25+ testImplementation(" org.junit.jupiter:junit-jupiter:6.0.0 " )
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.4 " )
15+ testImplementation(" org.junit.jupiter:junit-jupiter:6.0.0 " )
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.4 " )
16+ testImplementation(" org.junit.jupiter:junit-jupiter:6.0.0 " )
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.4 " )
15+ testImplementation(" org.junit.jupiter:junit-jupiter:6.0.0 " )
1616 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
1717 testImplementation(" org.assertj:assertj-core:3.27.6" )
1818}
You can’t perform that action at this time.
0 commit comments