Skip to content

Commit 349a77b

Browse files
dependabot[bot]adwsingh
authored andcommitted
Bump org.junit.jupiter:junit-jupiter from 5.11.4 to 6.1.0
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 5.11.4 to 6.1.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.4...r6.1.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a315e51 commit 349a77b

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

buildSrc/build.gradle.kts

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

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

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

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: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

examples/restjson-client/build.gradle.kts

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

examples/standalone-types/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
dependencies {
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
}

examples/transcribestreaming-client/build.gradle.kts

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

0 commit comments

Comments
 (0)