From ed293d50baa5aeb8982f17c108921d9d59fd2d7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 21:03:25 +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.3` | | [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.11.1` | `5.11.3` | | [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) | `5.11.1` | `5.11.3` | | [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) | `5.11.1` | `5.11.3` | | 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.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.3) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.1 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.3) Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.1 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.3) Updates `org.junit.jupiter:junit-jupiter` from 5.11.1 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.3) 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..81e7654 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.3") + testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.3") + testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.3") } 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..2a64e1c 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.3") + testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.3") + testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.3") } 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..f558b2c 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.3") + testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.3") + testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.3") } // 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..3dbd45d 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.3") + testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.3") + testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.3") } // 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..8865115 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.3") + testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.3") + testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.3") } // 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..0f2a7df 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.3") + testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.3") + testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.3") 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..9a6107e 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.3") + testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.3") + testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.3") } diff --git a/linting-and-validation-examples/custom-validator/build.gradle.kts b/linting-and-validation-examples/custom-validator/build.gradle.kts index 05a4bfc..e77bad0 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.3") + testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.3") + testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.3") } diff --git a/linting-and-validation-examples/decorators/build.gradle.kts b/linting-and-validation-examples/decorators/build.gradle.kts index 9b6e2cd..1723b1a 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.3") // 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..41f8543 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.3") + testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.3") + testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.3") 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..de9462a 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.3") + testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.3") + testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.3") } 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..b26446c 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.3") + testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.3") + testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.3") } 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..11276cf 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.3") + testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.3") + testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.3") }