Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add library: junit-jupiter-params #1341

Merged
merged 1 commit into from Oct 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions build.gradle
Expand Up @@ -66,6 +66,7 @@ subprojects {
libraries = [
guava: "com.google.guava:guava:31.1-jre",
jupiterApi: 'org.junit.jupiter:junit-jupiter-api:5.+',
jupiterParams: 'org.junit.jupiter:junit-jupiter-params:5.+',
jupiterEngine: 'org.junit.jupiter:junit-jupiter-engine:5.+',
jupiterMockito: 'org.mockito:mockito-junit-jupiter:4.+',
mockito: 'org.mockito:mockito-core:4.+',
Expand Down
2 changes: 1 addition & 1 deletion zuul-core/build.gradle
Expand Up @@ -49,7 +49,7 @@ dependencies {
implementation 'io.perfmark:perfmark-api:0.25.0'
implementation 'javax.inject:javax.inject:1'

testImplementation libraries.jupiterApi, libraries.jupiterEngine, libraries.jupiterMockito,
testImplementation libraries.jupiterApi, libraries.jupiterParams, libraries.jupiterEngine, libraries.jupiterMockito,
libraries.mockito,
libraries.truth,
libraries.awaitility
Expand Down
9 changes: 9 additions & 0 deletions zuul-core/dependencies.lock
Expand Up @@ -306,6 +306,9 @@
"org.junit.jupiter:junit-jupiter-engine": {
"locked": "5.9.1"
},
"org.junit.jupiter:junit-jupiter-params": {
"locked": "5.9.1"
},
"org.mockito:mockito-core": {
"locked": "4.8.0"
},
Expand Down Expand Up @@ -538,6 +541,9 @@
"org.junit.jupiter:junit-jupiter-engine": {
"locked": "5.9.1"
},
"org.junit.jupiter:junit-jupiter-params": {
"locked": "5.9.1"
},
"org.mockito:mockito-core": {
"locked": "4.8.0"
},
Expand Down Expand Up @@ -669,6 +675,9 @@
"org.junit.jupiter:junit-jupiter-engine": {
"locked": "5.9.1"
},
"org.junit.jupiter:junit-jupiter-params": {
"locked": "5.9.1"
},
"org.mockito:mockito-core": {
"locked": "4.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion zuul-discovery/build.gradle
Expand Up @@ -14,7 +14,7 @@ dependencies {
implementation "com.netflix.eureka:eureka-client:1.10.17"


testImplementation libraries.jupiterApi, libraries.jupiterEngine,
testImplementation libraries.jupiterApi, libraries.jupiterParams, libraries.jupiterEngine,
libraries.mockito,
libraries.truth
}
Expand Down
9 changes: 9 additions & 0 deletions zuul-discovery/dependencies.lock
Expand Up @@ -87,6 +87,9 @@
"org.junit.jupiter:junit-jupiter-engine": {
"locked": "5.9.1"
},
"org.junit.jupiter:junit-jupiter-params": {
"locked": "5.9.1"
},
"org.mockito:mockito-core": {
"locked": "4.8.0"
},
Expand Down Expand Up @@ -151,6 +154,9 @@
"org.junit.jupiter:junit-jupiter-engine": {
"locked": "5.9.1"
},
"org.junit.jupiter:junit-jupiter-params": {
"locked": "5.9.1"
},
"org.mockito:mockito-core": {
"locked": "4.8.0"
},
Expand Down Expand Up @@ -186,6 +192,9 @@
"org.junit.jupiter:junit-jupiter-engine": {
"locked": "5.9.1"
},
"org.junit.jupiter:junit-jupiter-params": {
"locked": "5.9.1"
},
"org.mockito:mockito-core": {
"locked": "4.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion zuul-groovy/build.gradle
Expand Up @@ -5,7 +5,7 @@ dependencies {
implementation project(":zuul-core")
api "org.codehaus.groovy:groovy-all:${versions_groovy}"

testImplementation libraries.jupiterApi, libraries.jupiterEngine, libraries.jupiterMockito,
testImplementation libraries.jupiterApi, libraries.jupiterParams, libraries.jupiterEngine, libraries.jupiterMockito,
libraries.mockito,
libraries.truth
}
Expand Down
9 changes: 9 additions & 0 deletions zuul-groovy/dependencies.lock
Expand Up @@ -433,6 +433,9 @@
"org.junit.jupiter:junit-jupiter-engine": {
"locked": "5.9.1"
},
"org.junit.jupiter:junit-jupiter-params": {
"locked": "5.9.1"
},
"org.mockito:mockito-core": {
"locked": "4.8.0"
},
Expand Down Expand Up @@ -761,6 +764,9 @@
"org.junit.jupiter:junit-jupiter-engine": {
"locked": "5.9.1"
},
"org.junit.jupiter:junit-jupiter-params": {
"locked": "5.9.1"
},
"org.mockito:mockito-core": {
"locked": "4.8.0"
},
Expand Down Expand Up @@ -968,6 +974,9 @@
"org.junit.jupiter:junit-jupiter-engine": {
"locked": "5.9.1"
},
"org.junit.jupiter:junit-jupiter-params": {
"locked": "5.9.1"
},
"org.mockito:mockito-core": {
"locked": "4.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion zuul-guice/build.gradle
Expand Up @@ -5,7 +5,7 @@ dependencies {
api(group: 'com.google.inject', name: 'guice', version: "5.1.0")
implementation 'commons-configuration:commons-configuration:1.10'

testImplementation libraries.jupiterApi, libraries.jupiterEngine, libraries.jupiterMockito,
testImplementation libraries.jupiterApi, libraries.jupiterParams, libraries.jupiterEngine, libraries.jupiterMockito,
libraries.mockito,
libraries.truth
}
Expand Down
9 changes: 9 additions & 0 deletions zuul-guice/dependencies.lock
Expand Up @@ -436,6 +436,9 @@
"org.junit.jupiter:junit-jupiter-engine": {
"locked": "5.9.1"
},
"org.junit.jupiter:junit-jupiter-params": {
"locked": "5.9.1"
},
"org.mockito:mockito-core": {
"locked": "4.8.0"
},
Expand Down Expand Up @@ -767,6 +770,9 @@
"org.junit.jupiter:junit-jupiter-engine": {
"locked": "5.9.1"
},
"org.junit.jupiter:junit-jupiter-params": {
"locked": "5.9.1"
},
"org.mockito:mockito-core": {
"locked": "4.8.0"
},
Expand Down Expand Up @@ -977,6 +983,9 @@
"org.junit.jupiter:junit-jupiter-engine": {
"locked": "5.9.1"
},
"org.junit.jupiter:junit-jupiter-params": {
"locked": "5.9.1"
},
"org.mockito:mockito-core": {
"locked": "4.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion zuul-processor/build.gradle
Expand Up @@ -4,7 +4,7 @@ dependencies {
implementation libraries.guava
implementation project(":zuul-core")

testImplementation libraries.jupiterApi, libraries.jupiterEngine,
testImplementation libraries.jupiterApi, libraries.jupiterParams, libraries.jupiterEngine,
libraries.truth
testAnnotationProcessor project(":zuul-processor")
}
Expand Down
9 changes: 9 additions & 0 deletions zuul-processor/dependencies.lock
Expand Up @@ -424,6 +424,9 @@
"org.junit.jupiter:junit-jupiter-engine": {
"locked": "5.9.1"
},
"org.junit.jupiter:junit-jupiter-params": {
"locked": "5.9.1"
},
"org.openjdk.jmh:jmh-core": {
"locked": "1.35"
},
Expand Down Expand Up @@ -937,6 +940,9 @@
"org.junit.jupiter:junit-jupiter-engine": {
"locked": "5.9.1"
},
"org.junit.jupiter:junit-jupiter-params": {
"locked": "5.9.1"
},
"org.slf4j:slf4j-api": {
"firstLevelTransitive": [
"com.netflix.zuul:zuul-core"
Expand Down Expand Up @@ -1135,6 +1141,9 @@
"org.junit.jupiter:junit-jupiter-engine": {
"locked": "5.9.1"
},
"org.junit.jupiter:junit-jupiter-params": {
"locked": "5.9.1"
},
"org.slf4j:slf4j-api": {
"firstLevelTransitive": [
"com.netflix.zuul:zuul-core",
Expand Down