Skip to content

Commit

Permalink
Bump the gradle group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the gradle group with 4 updates: [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5), [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5), [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) and [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5).


Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.1 to 5.11.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.1...r5.11.2)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.1 to 5.11.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.1...r5.11.2)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.1 to 5.11.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.1...r5.11.2)

Updates `org.junit.jupiter:junit-jupiter` from 5.11.1 to 5.11.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.1...r5.11.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 9, 2024
1 parent eba57b3 commit a7a916b
Show file tree
Hide file tree
Showing 13 changed files with 37 additions and 37 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.2")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.2")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.2")
}

java {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.2")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.2")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.2")
}

java {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.2")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.2")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.2")
}

// Use Junit5's test runner.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.2")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.2")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.2")
}

// Use Junit5's test runner.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.2")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.2")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.2")
}

// Use Junit5's test runner.
Expand Down
6 changes: 3 additions & 3 deletions gradle-plugin-examples/integ/tutorial/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.2")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.2")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.2")
testImplementation("org.hamcrest:hamcrest:3.0")
}
Original file line number Diff line number Diff line change
Expand Up @@ -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.2")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.2")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.2")
}
Original file line number Diff line number Diff line change
Expand Up @@ -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.2")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.2")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.2")
}
Original file line number Diff line number Diff line change
Expand Up @@ -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.2")

// This dependency is used internally, and not exposed to consumers on their own compile classpath.
val smithyVersion: String by project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.2")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.2")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.2")
testImplementation("org.hamcrest:hamcrest:3.0")
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.2")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.2")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.2")
}

smithy {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.2")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.2")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.2")
}

smithy {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.2")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.2")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.2")
}

0 comments on commit a7a916b

Please sign in to comment.