From 773330b535919a2a904a0b554d84a8e4f73bad0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 21:43:44 +0000 Subject: [PATCH] Bump the gradle group with 4 updates Bumps the gradle group with 4 updates: [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework), [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework), [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework) and [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework). Updates `org.junit.jupiter:junit-jupiter-api` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3) Updates `org.junit.jupiter:junit-jupiter-engine` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3) Updates `org.junit.jupiter:junit-jupiter-params` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3) Updates `org.junit.jupiter:junit-jupiter` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle ... Signed-off-by: dependabot[bot] --- .../custom-trait-handwritten/build.gradle.kts | 6 +++--- .../custom-trait-with-java-validator/build.gradle.kts | 6 +++--- .../integ/custom-trait-handwritten-test/build.gradle.kts | 6 +++--- .../integ/custom-trait-test/build.gradle.kts | 6 +++--- .../custom-trait-with-java-validator-test/build.gradle.kts | 6 +++--- gradle-plugin-examples/integ/tutorial/build.gradle.kts | 6 +++--- .../custom-linter/build.gradle.kts | 6 +++--- .../custom-validator/build.gradle.kts | 6 +++--- linting-and-validation-examples/decorators/build.gradle.kts | 2 +- .../common-linting-configuration-test/build.gradle.kts | 6 +++--- .../integ/custom-linter-test/build.gradle.kts | 6 +++--- .../integ/custom-validator-test/build.gradle.kts | 6 +++--- .../integ/decorators-test/build.gradle.kts | 6 +++--- 13 files changed, 37 insertions(+), 37 deletions(-) diff --git a/custom-trait-examples/custom-trait-handwritten/build.gradle.kts b/custom-trait-examples/custom-trait-handwritten/build.gradle.kts index a9b2363..98d6c87 100644 --- a/custom-trait-examples/custom-trait-handwritten/build.gradle.kts +++ b/custom-trait-examples/custom-trait-handwritten/build.gradle.kts @@ -11,9 +11,9 @@ dependencies { smithyCli("software.amazon.smithy:smithy-cli:$smithyVersion") implementation("software.amazon.smithy:smithy-model:$smithyVersion") - testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.2") - testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.2") - testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.2") + testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.3") + testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.3") + testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.3") testRuntimeOnly("org.junit.platform:junit-platform-launcher") } diff --git a/custom-trait-examples/custom-trait-with-java-validator/build.gradle.kts b/custom-trait-examples/custom-trait-with-java-validator/build.gradle.kts index b36f66f..bd48aa3 100644 --- a/custom-trait-examples/custom-trait-with-java-validator/build.gradle.kts +++ b/custom-trait-examples/custom-trait-with-java-validator/build.gradle.kts @@ -11,9 +11,9 @@ dependencies { smithyCli("software.amazon.smithy:smithy-cli:$smithyVersion") implementation("software.amazon.smithy:smithy-model:$smithyVersion") - testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.2") - testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.2") - testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.2") + testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.3") + testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.3") + testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.3") testRuntimeOnly("org.junit.platform:junit-platform-launcher") } diff --git a/custom-trait-examples/integ/custom-trait-handwritten-test/build.gradle.kts b/custom-trait-examples/integ/custom-trait-handwritten-test/build.gradle.kts index 3e5d1d7..a6d8997 100644 --- a/custom-trait-examples/integ/custom-trait-handwritten-test/build.gradle.kts +++ b/custom-trait-examples/integ/custom-trait-handwritten-test/build.gradle.kts @@ -13,9 +13,9 @@ dependencies { implementation(project(":custom-trait-examples:custom-trait-handwritten")) testImplementation("software.amazon.smithy:smithy-model:$smithyVersion") - testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.2") - testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.2") - testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.2") + testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.3") + testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.3") + testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.3") testRuntimeOnly("org.junit.platform:junit-platform-launcher") } diff --git a/custom-trait-examples/integ/custom-trait-test/build.gradle.kts b/custom-trait-examples/integ/custom-trait-test/build.gradle.kts index 7c7041e..c2098a6 100644 --- a/custom-trait-examples/integ/custom-trait-test/build.gradle.kts +++ b/custom-trait-examples/integ/custom-trait-test/build.gradle.kts @@ -13,9 +13,9 @@ dependencies { implementation(project(":custom-trait-examples:custom-trait")) testImplementation("software.amazon.smithy:smithy-model:$smithyVersion") - testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.2") - testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.2") - testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.2") + testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.3") + testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.3") + testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.3") testRuntimeOnly("org.junit.platform:junit-platform-launcher") } diff --git a/custom-trait-examples/integ/custom-trait-with-java-validator-test/build.gradle.kts b/custom-trait-examples/integ/custom-trait-with-java-validator-test/build.gradle.kts index 5c33a9d..41f9a98 100644 --- a/custom-trait-examples/integ/custom-trait-with-java-validator-test/build.gradle.kts +++ b/custom-trait-examples/integ/custom-trait-with-java-validator-test/build.gradle.kts @@ -13,9 +13,9 @@ dependencies { implementation(project(":custom-trait-examples:custom-trait-with-java-validator")) testImplementation("software.amazon.smithy:smithy-model:$smithyVersion") - testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.2") - testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.2") - testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.2") + testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.3") + testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.3") + testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.3") testRuntimeOnly("org.junit.platform:junit-platform-launcher") } diff --git a/gradle-plugin-examples/integ/tutorial/build.gradle.kts b/gradle-plugin-examples/integ/tutorial/build.gradle.kts index b67a5e2..f36b21f 100644 --- a/gradle-plugin-examples/integ/tutorial/build.gradle.kts +++ b/gradle-plugin-examples/integ/tutorial/build.gradle.kts @@ -18,9 +18,9 @@ dependencies { val smithyVersion: String by project testImplementation("software.amazon.smithy:smithy-model:$smithyVersion") - testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.2") - testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.2") - testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.2") + testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.3") + testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.3") + testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.3") testImplementation("org.hamcrest:hamcrest:3.0") testRuntimeOnly("org.junit.platform:junit-platform-launcher") } diff --git a/linting-and-validation-examples/custom-linter/build.gradle.kts b/linting-and-validation-examples/custom-linter/build.gradle.kts index 2901892..87940a4 100644 --- a/linting-and-validation-examples/custom-linter/build.gradle.kts +++ b/linting-and-validation-examples/custom-linter/build.gradle.kts @@ -57,8 +57,8 @@ dependencies { implementation("software.amazon.smithy:smithy-model:$smithyVersion") - testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.2") - testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.2") - testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.2") + testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.3") + testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.3") + testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.3") testRuntimeOnly("org.junit.platform:junit-platform-launcher") } diff --git a/linting-and-validation-examples/custom-validator/build.gradle.kts b/linting-and-validation-examples/custom-validator/build.gradle.kts index f60a06b..73952a5 100644 --- a/linting-and-validation-examples/custom-validator/build.gradle.kts +++ b/linting-and-validation-examples/custom-validator/build.gradle.kts @@ -53,8 +53,8 @@ dependencies { smithyCli("software.amazon.smithy:smithy-cli:$smithyVersion") implementation("software.amazon.smithy:smithy-model:$smithyVersion") - testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.2") - testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.2") - testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.2") + testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.3") + testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.3") + testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.3") testRuntimeOnly("org.junit.platform:junit-platform-launcher") } diff --git a/linting-and-validation-examples/decorators/build.gradle.kts b/linting-and-validation-examples/decorators/build.gradle.kts index 37f7388..1bc512a 100644 --- a/linting-and-validation-examples/decorators/build.gradle.kts +++ b/linting-and-validation-examples/decorators/build.gradle.kts @@ -32,7 +32,7 @@ repositories { dependencies { // Use JUnit Jupiter for testing. - testImplementation("org.junit.jupiter:junit-jupiter:6.0.2") + testImplementation("org.junit.jupiter:junit-jupiter:6.0.3") testRuntimeOnly("org.junit.platform:junit-platform-launcher") // This dependency is used internally, and not exposed to consumers on their own compile classpath. diff --git a/linting-and-validation-examples/integ/common-linting-configuration-test/build.gradle.kts b/linting-and-validation-examples/integ/common-linting-configuration-test/build.gradle.kts index ed1033b..9d9b2ce 100644 --- a/linting-and-validation-examples/integ/common-linting-configuration-test/build.gradle.kts +++ b/linting-and-validation-examples/integ/common-linting-configuration-test/build.gradle.kts @@ -25,9 +25,9 @@ dependencies { implementation("software.amazon.smithy:smithy-linters:$smithyVersion") testImplementation("software.amazon.smithy:smithy-model:$smithyVersion") - testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.2") - testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.2") - testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.2") + testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.3") + testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.3") + testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.3") testImplementation("org.hamcrest:hamcrest:3.0") testRuntimeOnly("org.junit.platform:junit-platform-launcher") } diff --git a/linting-and-validation-examples/integ/custom-linter-test/build.gradle.kts b/linting-and-validation-examples/integ/custom-linter-test/build.gradle.kts index 47cb487..928ebf4 100644 --- a/linting-and-validation-examples/integ/custom-linter-test/build.gradle.kts +++ b/linting-and-validation-examples/integ/custom-linter-test/build.gradle.kts @@ -25,9 +25,9 @@ dependencies { implementation(project(":linting-and-validation-examples:custom-linter")) testImplementation("software.amazon.smithy:smithy-model:$smithyVersion") - testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.2") - testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.2") - testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.2") + testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.3") + testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.3") + testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.3") testRuntimeOnly("org.junit.platform:junit-platform-launcher") } diff --git a/linting-and-validation-examples/integ/custom-validator-test/build.gradle.kts b/linting-and-validation-examples/integ/custom-validator-test/build.gradle.kts index 98d1fd3..f8ae797 100644 --- a/linting-and-validation-examples/integ/custom-validator-test/build.gradle.kts +++ b/linting-and-validation-examples/integ/custom-validator-test/build.gradle.kts @@ -25,9 +25,9 @@ dependencies { implementation(project(":linting-and-validation-examples:custom-validator")) testImplementation("software.amazon.smithy:smithy-model:$smithyVersion") - testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.2") - testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.2") - testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.2") + testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.3") + testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.3") + testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.3") testRuntimeOnly("org.junit.platform:junit-platform-launcher") } diff --git a/linting-and-validation-examples/integ/decorators-test/build.gradle.kts b/linting-and-validation-examples/integ/decorators-test/build.gradle.kts index 7dab84c..6b79779 100644 --- a/linting-and-validation-examples/integ/decorators-test/build.gradle.kts +++ b/linting-and-validation-examples/integ/decorators-test/build.gradle.kts @@ -23,8 +23,8 @@ dependencies { implementation(project(":linting-and-validation-examples:decorators")) testImplementation("software.amazon.smithy:smithy-model:$smithyVersion") - testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.2") - testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.2") - testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.2") + testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.3") + testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.3") + testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.3") testRuntimeOnly("org.junit.platform:junit-platform-launcher") }