Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:6.0.1")
testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.1")
testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.1")
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")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}

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:6.0.1")
testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.1")
testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.1")
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")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}

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:6.0.1")
testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.1")
testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.1")
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")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}

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:6.0.1")
testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.1")
testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.1")
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")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}

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:6.0.1")
testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.1")
testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.1")
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")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}

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,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.1")
testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.1")
testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.1")
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.hamcrest:hamcrest:3.0")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ dependencies {

implementation("software.amazon.smithy:smithy-model:$smithyVersion")

testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.1")
testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.1")
testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.1")
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")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}
Original file line number Diff line number Diff line change
Expand Up @@ -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.1")
testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.1")
testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.1")
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")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}
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:6.0.1")
testImplementation("org.junit.jupiter:junit-jupiter:6.0.2")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

// This dependency is used internally, and not exposed to consumers on their own compile classpath.
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:6.0.1")
testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.1")
testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.1")
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.hamcrest:hamcrest:3.0")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}
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:6.0.1")
testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.1")
testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.1")
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")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}

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:6.0.1")
testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.1")
testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.1")
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")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.1")
testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.1")
testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.1")
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")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}
Loading