From b2e5a900a56bf4ddb68db664a299cc19d93009f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 21:15:26 +0000 Subject: [PATCH] Bump the gradle group across 1 directory with 6 updates Bumps the gradle group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) | `5.11.1` | `5.11.4` | | [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.11.1` | `5.11.4` | | [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) | `5.11.1` | `5.11.4` | | [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) | `5.11.1` | `5.11.4` | | org.gradle.toolchains.foojay-resolver-convention | `0.8.0` | `0.9.0` | | [software.amazon.smithy:smithy-model](https://github.com/smithy-lang/smithy) | `1.51.0` | `1.53.0` | Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.1 to 5.11.4 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.4) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.1 to 5.11.4 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.4) Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.1 to 5.11.4 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.4) Updates `org.junit.jupiter:junit-jupiter` from 5.11.1 to 5.11.4 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.4) Updates `org.gradle.toolchains.foojay-resolver-convention` from 0.8.0 to 0.9.0 Updates `software.amazon.smithy:smithy-model` from 1.51.0 to 1.53.0 - [Release notes](https://github.com/smithy-lang/smithy/releases) - [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy/compare/1.51.0...1.53.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: org.gradle.toolchains.foojay-resolver-convention dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: software.amazon.smithy:smithy-model dependency-type: direct:production update-type: version-update:semver-minor 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 +++--- gradle-plugin-examples/tutorial/lib/build.gradle.kts | 2 +- gradle-plugin-examples/tutorial/settings.gradle.kts | 2 +- .../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 +++--- 15 files changed, 39 insertions(+), 39 deletions(-) diff --git a/custom-trait-examples/custom-trait-handwritten/build.gradle.kts b/custom-trait-examples/custom-trait-handwritten/build.gradle.kts index 0f9576f..57523ec 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:5.11.1") - testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.1") - testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.1") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4") + testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.4") + testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.4") } java { 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 3f3fb4f..1cdf728 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:5.11.1") - testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.1") - testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.1") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4") + testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.4") + testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.4") } java { 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 34539ce..1ef6d06 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:5.11.1") - testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.1") - testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.1") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4") + testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.4") + testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.4") } // Use Junit5's test runner. 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 918cd71..db0cb93 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:5.11.1") - testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.1") - testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.1") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4") + testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.4") + testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.4") } // Use Junit5's test runner. 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 9e605bf..e703508 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:5.11.1") - testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.1") - testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.1") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4") + testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.4") + testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.4") } // Use Junit5's test runner. diff --git a/gradle-plugin-examples/integ/tutorial/build.gradle.kts b/gradle-plugin-examples/integ/tutorial/build.gradle.kts index 1d0c9f8..a68d0aa 100644 --- a/gradle-plugin-examples/integ/tutorial/build.gradle.kts +++ b/gradle-plugin-examples/integ/tutorial/build.gradle.kts @@ -18,8 +18,8 @@ dependencies { val smithyVersion: String by project testImplementation("software.amazon.smithy:smithy-model:$smithyVersion") - testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.1") - testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.1") - testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.1") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4") + testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.4") + testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.4") testImplementation("org.hamcrest:hamcrest:3.0") } diff --git a/gradle-plugin-examples/tutorial/lib/build.gradle.kts b/gradle-plugin-examples/tutorial/lib/build.gradle.kts index dfbcd9d..e1cf8fe 100644 --- a/gradle-plugin-examples/tutorial/lib/build.gradle.kts +++ b/gradle-plugin-examples/tutorial/lib/build.gradle.kts @@ -29,7 +29,7 @@ dependencies { // This dependency is used internally, and not exposed to consumers on their own compile classpath. implementation(libs.guava) - implementation("software.amazon.smithy:smithy-model:1.51.0") + implementation("software.amazon.smithy:smithy-model:1.53.0") } // Apply a specific Java toolchain to ease working on different environments. diff --git a/gradle-plugin-examples/tutorial/settings.gradle.kts b/gradle-plugin-examples/tutorial/settings.gradle.kts index a5b377c..2ad04e1 100644 --- a/gradle-plugin-examples/tutorial/settings.gradle.kts +++ b/gradle-plugin-examples/tutorial/settings.gradle.kts @@ -7,7 +7,7 @@ plugins { // Apply the foojay-resolver plugin to allow automatic download of JDKs - id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0" + id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0" } rootProject.name = "smithy-gradle-tutorial" diff --git a/linting-and-validation-examples/custom-linter/build.gradle.kts b/linting-and-validation-examples/custom-linter/build.gradle.kts index 3382b47..bf84569 100644 --- a/linting-and-validation-examples/custom-linter/build.gradle.kts +++ b/linting-and-validation-examples/custom-linter/build.gradle.kts @@ -56,7 +56,7 @@ dependencies { implementation("software.amazon.smithy:smithy-model:$smithyVersion") - testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.1") - testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.1") - testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.1") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4") + testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.4") + testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.4") } diff --git a/linting-and-validation-examples/custom-validator/build.gradle.kts b/linting-and-validation-examples/custom-validator/build.gradle.kts index 05a4bfc..eb890ff 100644 --- a/linting-and-validation-examples/custom-validator/build.gradle.kts +++ b/linting-and-validation-examples/custom-validator/build.gradle.kts @@ -52,7 +52,7 @@ dependencies { smithyCli("software.amazon.smithy:smithy-cli:$smithyVersion") implementation("software.amazon.smithy:smithy-model:$smithyVersion") - testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.1") - testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.1") - testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.1") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4") + testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.4") + testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.4") } diff --git a/linting-and-validation-examples/decorators/build.gradle.kts b/linting-and-validation-examples/decorators/build.gradle.kts index 9b6e2cd..c7573b3 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:5.11.1") + testImplementation("org.junit.jupiter:junit-jupiter:5.11.4") // This dependency is used internally, and not exposed to consumers on their own compile classpath. val smithyVersion: String by project 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 7d4d014..3f7e3e6 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:5.11.1") - testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.1") - testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.1") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4") + testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.4") + testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.4") testImplementation("org.hamcrest:hamcrest:3.0") } 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 acc7334..a9e9295 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:5.11.1") - testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.1") - testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.1") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4") + testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.4") + testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.4") } smithy { 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 d22a3c3..8ec06c6 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:5.11.1") - testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.1") - testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.1") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4") + testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.4") + testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.4") } smithy { 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 b5524cb..819cb10 100644 --- a/linting-and-validation-examples/integ/decorators-test/build.gradle.kts +++ b/linting-and-validation-examples/integ/decorators-test/build.gradle.kts @@ -23,7 +23,7 @@ dependencies { implementation(project(":linting-and-validation-examples:decorators")) testImplementation("software.amazon.smithy:smithy-model:$smithyVersion") - testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.1") - testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.1") - testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.1") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4") + testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.4") + testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.4") }