File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies {
22
22
implementation(" software.amazon.smithy.java:client-core:$smithyJavaVersion " )
23
23
24
24
// Test dependencies
25
- testImplementation(" org.junit.jupiter:junit-jupiter:5.13.4 " )
25
+ testImplementation(" org.junit.jupiter:junit-jupiter:6.0.0 " )
26
26
testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
27
27
}
28
28
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
12
12
implementation(" software.amazon.smithy.java:client-core:$smithyJavaVersion " )
13
13
14
14
// Test dependencies
15
- testImplementation(" org.junit.jupiter:junit-jupiter:5.13.4 " )
15
+ testImplementation(" org.junit.jupiter:junit-jupiter:6.0.0 " )
16
16
testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
17
17
}
18
18
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies {
13
13
api(" software.amazon.smithy.java:aws-client-restjson:$smithyJavaVersion " )
14
14
15
15
// Test dependencies
16
- testImplementation(" org.junit.jupiter:junit-jupiter:5.13.4 " )
16
+ testImplementation(" org.junit.jupiter:junit-jupiter:6.0.0 " )
17
17
testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
18
18
testImplementation(libs.assertj.core)
19
19
}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
12
12
api(" software.amazon.smithy.java:framework-errors:$smithyJavaVersion " )
13
13
14
14
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 " )
16
16
testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
17
17
testImplementation(" org.assertj:assertj-core:3.27.6" )
18
18
}
You can’t perform that action at this time.
0 commit comments