Skip to content

Commit

Permalink
chore(deps-test): explicitly define version for junit-platform-launch…
Browse files Browse the repository at this point in the history
…er to not be dependant on transitive dependencies
  • Loading branch information
sam0r040 committed Feb 28, 2025
1 parent 217058d commit 24c5320
Show file tree
Hide file tree
Showing 28 changed files with 29 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ nodeVersion = "22.12.0"
npm = "10.9.0"
openapi-gradle = "1.9.0"
org-junit-jupiter = "5.12.0"
org-junit-plattform = "1.12.0"
org-mockito = "5.15.2"
org-slf4j = "2.0.17"
org-testcontainers = "1.20.5"
Expand Down Expand Up @@ -44,6 +45,7 @@ jetbrains-annotations = "org.jetbrains:annotations:26.0.2"
json-schema-validator = "com.networknt:json-schema-validator:1.5.6"
json-unit-assertj = "net.javacrumbs.json-unit:json-unit-assertj:4.1.0"
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "org-junit-jupiter" }
junit-plattform-launcher = { module = "org.junit.platform:junit-platform-launcher", version.ref = "org-junit-plattform" }
junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "org-junit-jupiter" }
junit-jupiter-params = { module = "org.junit.jupiter:junit-jupiter-params", version.ref = "org-junit-jupiter" }
kafka-avro-serializer = { module = "io.confluent:kafka-avro-serializer", version.ref = "io-confluent" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ dependencies {

testImplementation libs.junit.jupiter.api
testRuntimeOnly libs.junit.jupiter
testRuntimeOnly libs.junit.plattform.launcher
testRuntimeOnly libs.slf4j.api
}

Expand Down
1 change: 1 addition & 0 deletions springwolf-add-ons/springwolf-generic-binding/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dependencies {
testImplementation libs.junit.jupiter.api
testImplementation libs.junit.jupiter.params
testRuntimeOnly libs.junit.jupiter
testRuntimeOnly libs.junit.plattform.launcher
testRuntimeOnly libs.slf4j.simple
}

Expand Down
1 change: 1 addition & 0 deletions springwolf-add-ons/springwolf-json-schema/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dependencies {
testImplementation libs.junit.jupiter.api
testImplementation libs.junit.jupiter.params
testRuntimeOnly libs.junit.jupiter
testRuntimeOnly libs.junit.plattform.launcher
testRuntimeOnly libs.slf4j.simple

testImplementation libs.json.schema.validator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies {

testImplementation libs.junit.jupiter.api
testRuntimeOnly libs.junit.jupiter
testRuntimeOnly libs.junit.plattform.launcher
testRuntimeOnly libs.slf4j.simple

testImplementation libs.assertj.core
Expand Down
1 change: 1 addition & 0 deletions springwolf-asyncapi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies {

testImplementation libs.junit.jupiter.api
testRuntimeOnly libs.junit.jupiter
testRuntimeOnly libs.junit.plattform.launcher
testRuntimeOnly libs.slf4j.simple
}

Expand Down
1 change: 1 addition & 0 deletions springwolf-bindings/springwolf-amqp-binding/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies {

testImplementation libs.junit.jupiter.api
testRuntimeOnly libs.junit.jupiter
testRuntimeOnly libs.junit.plattform.launcher
testRuntimeOnly libs.slf4j.simple
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dependencies {

testImplementation libs.junit.jupiter.api
testRuntimeOnly libs.junit.jupiter
testRuntimeOnly libs.junit.plattform.launcher
testRuntimeOnly libs.slf4j.simple
}

Expand Down
1 change: 1 addition & 0 deletions springwolf-bindings/springwolf-jms-binding/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies {

testImplementation libs.junit.jupiter.api
testRuntimeOnly libs.junit.jupiter
testRuntimeOnly libs.junit.plattform.launcher
testRuntimeOnly libs.slf4j.simple
}

Expand Down
1 change: 1 addition & 0 deletions springwolf-bindings/springwolf-kafka-binding/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies {

testImplementation libs.junit.jupiter.api
testRuntimeOnly libs.junit.jupiter
testRuntimeOnly libs.junit.plattform.launcher
testRuntimeOnly libs.slf4j.simple
}

Expand Down
1 change: 1 addition & 0 deletions springwolf-bindings/springwolf-sns-binding/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies {

testImplementation libs.junit.jupiter.api
testRuntimeOnly libs.junit.jupiter
testRuntimeOnly libs.junit.plattform.launcher
testRuntimeOnly libs.slf4j.simple
}

Expand Down
1 change: 1 addition & 0 deletions springwolf-bindings/springwolf-sqs-binding/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies {

testImplementation libs.junit.jupiter.api
testRuntimeOnly libs.junit.jupiter
testRuntimeOnly libs.junit.plattform.launcher
testRuntimeOnly libs.slf4j.simple
}

Expand Down
1 change: 1 addition & 0 deletions springwolf-bindings/springwolf-stomp-binding/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies {

testImplementation libs.junit.jupiter.api
testRuntimeOnly libs.junit.jupiter
testRuntimeOnly libs.junit.plattform.launcher
testRuntimeOnly libs.slf4j.simple
}

Expand Down
1 change: 1 addition & 0 deletions springwolf-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ dependencies {
testImplementation libs.junit.jupiter.api
testImplementation libs.junit.jupiter.params
testRuntimeOnly libs.junit.jupiter
testRuntimeOnly libs.junit.plattform.launcher
testRuntimeOnly libs.slf4j.simple
}

Expand Down
1 change: 1 addition & 0 deletions springwolf-examples/springwolf-amqp-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ dependencies {

testImplementation libs.junit.jupiter.api
testRuntimeOnly libs.junit.jupiter
testRuntimeOnly libs.junit.plattform.launcher
}

docker {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ dependencies {

testImplementation libs.junit.jupiter.api
testRuntimeOnly libs.junit.jupiter
testRuntimeOnly libs.junit.plattform.launcher
}

docker {
Expand Down
1 change: 1 addition & 0 deletions springwolf-examples/springwolf-jms-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ dependencies {

testImplementation libs.junit.jupiter.api
testRuntimeOnly libs.junit.jupiter
testRuntimeOnly libs.junit.plattform.launcher
}

docker {
Expand Down
1 change: 1 addition & 0 deletions springwolf-examples/springwolf-kafka-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ dependencies {

testImplementation libs.junit.jupiter.api
testRuntimeOnly libs.junit.jupiter
testRuntimeOnly libs.junit.plattform.launcher
}

docker {
Expand Down
1 change: 1 addition & 0 deletions springwolf-examples/springwolf-sns-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ dependencies {

testImplementation libs.junit.jupiter.api
testRuntimeOnly libs.junit.jupiter
testRuntimeOnly libs.junit.plattform.launcher
}

docker {
Expand Down
1 change: 1 addition & 0 deletions springwolf-examples/springwolf-sqs-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ dependencies {

testImplementation libs.junit.jupiter.api
testRuntimeOnly libs.junit.jupiter
testRuntimeOnly libs.junit.plattform.launcher
}

docker {
Expand Down
1 change: 1 addition & 0 deletions springwolf-examples/springwolf-stomp-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ dependencies {

testImplementation libs.junit.jupiter.api
testRuntimeOnly libs.junit.jupiter
testRuntimeOnly libs.junit.plattform.launcher
}

docker {
Expand Down
1 change: 1 addition & 0 deletions springwolf-plugins/springwolf-amqp-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ dependencies {

testImplementation libs.junit.jupiter.api
testRuntimeOnly libs.junit.jupiter
testRuntimeOnly libs.junit.plattform.launcher
}

jar {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ dependencies {

testImplementation libs.junit.jupiter.api
testRuntimeOnly libs.junit.jupiter
testRuntimeOnly libs.junit.plattform.launcher
}

jar {
Expand Down
1 change: 1 addition & 0 deletions springwolf-plugins/springwolf-jms-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ dependencies {

testImplementation libs.junit.jupiter.api
testRuntimeOnly libs.junit.jupiter
testRuntimeOnly libs.junit.plattform.launcher
}

jar {
Expand Down
1 change: 1 addition & 0 deletions springwolf-plugins/springwolf-kafka-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ dependencies {

testImplementation libs.junit.jupiter.api
testRuntimeOnly libs.junit.jupiter
testRuntimeOnly libs.junit.plattform.launcher
}

jar {
Expand Down
1 change: 1 addition & 0 deletions springwolf-plugins/springwolf-sns-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ dependencies {

testImplementation libs.junit.jupiter.api
testRuntimeOnly libs.junit.jupiter
testRuntimeOnly libs.junit.plattform.launcher
}

jar {
Expand Down
1 change: 1 addition & 0 deletions springwolf-plugins/springwolf-sqs-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ dependencies {

testImplementation libs.junit.jupiter.api
testRuntimeOnly libs.junit.jupiter
testRuntimeOnly libs.junit.plattform.launcher
}

jar {
Expand Down
1 change: 1 addition & 0 deletions springwolf-plugins/springwolf-stomp-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ dependencies {

testImplementation libs.junit.jupiter.api
testRuntimeOnly libs.junit.jupiter
testRuntimeOnly libs.junit.plattform.launcher
}

jar {
Expand Down

0 comments on commit 24c5320

Please sign in to comment.