Skip to content

Commit 6995607

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.13.4 to 6.0.0
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 5.13.4 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 414f707 commit 6995607

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/end-to-end/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

examples/event-streaming-client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

examples/restjson-client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

examples/standalone-types/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)