File tree Expand file tree Collapse file tree
transcribestreaming-client Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies {
2222 // https://github.com/gradle/gradle/issues/15383
2323 implementation(files(libs.javaClass.superclass.protectionDomain.codeSource.location))
2424
25- testImplementation(" org.junit.jupiter:junit-jupiter:5.11.4 " )
25+ testImplementation(" org.junit.jupiter:junit-jupiter:6.1.0 " )
2626 testRuntimeOnly(" org.junit.platform:junit-platform-launcher:1.11.4" )
2727}
2828
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
1818 implementation(" software.amazon.smithy.java:aws-client-restjson:$smithyJavaVersion " )
1919
2020 // Test dependencies
21- testImplementation(" org.junit.jupiter:junit-jupiter:6.0.3 " )
21+ testImplementation(" org.junit.jupiter:junit-jupiter:6.1.0 " )
2222 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
2323}
2424
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
1212 implementation(" software.amazon.smithy.java:framework-errors:$smithyJavaVersion " )
1313
1414 // Test dependencies
15- testImplementation(" org.junit.jupiter:junit-jupiter:6.0.3 " )
15+ testImplementation(" org.junit.jupiter:junit-jupiter:6.1.0 " )
1616 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
1717}
1818
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies {
1616 jmhImplementation(" software.amazon.smithy.java:cbor-codec:$smithyJavaVersion " )
1717
1818 // Test dependencies
19- testImplementation(" org.junit.jupiter:junit-jupiter:6.0.3 " )
19+ testImplementation(" org.junit.jupiter:junit-jupiter:6.1.0 " )
2020 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
2121 testImplementation(" org.assertj:assertj-core:3.27.7" )
2222}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55
66dependencies {
77 testImplementation(" org.hamcrest:hamcrest:3.0" )
8- testImplementation(" org.junit.jupiter:junit-jupiter:6.0.3 " )
8+ testImplementation(" org.junit.jupiter:junit-jupiter:6.1.0 " )
99 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
1010 testImplementation(" org.assertj:assertj-core:3.27.7" )
1111}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies {
2020
2121 // Test dependencies
2222 testImplementation(" software.amazon.smithy.java:aws-sdkv2-auth:$smithyJavaVersion " )
23- testImplementation(" org.junit.jupiter:junit-jupiter:6.0.3 " )
23+ testImplementation(" org.junit.jupiter:junit-jupiter:6.1.0 " )
2424 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
2525}
2626
You can’t perform that action at this time.
0 commit comments