Skip to content

Commit

Permalink
Deps: Extract wiremock android test version
Browse files Browse the repository at this point in the history
[mocks -> 2.23.2]
  • Loading branch information
ParaskP7 committed Nov 25, 2022
1 parent e442f48 commit ec64693
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ dependencies {
exclude group: 'com.android.support', module: 'support-v4'
exclude module: 'recyclerview-v7'
}
androidTestImplementation('com.github.tomakehurst:wiremock:2.26.3') {
androidTestImplementation("com.github.tomakehurst:wiremock:$wiremockVersion") {
exclude group: 'org.apache.httpcomponents', module: 'httpclient'
exclude group: 'org.apache.commons', module: 'commons-lang3'
exclude group: 'asm', module: 'asm'
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ ext {
mockitoKotlinVersion = '4.0.0'

// android test
wiremockVersion = '2.26.3'
jUnitExtVersion = '1.1.3'
espressoVersion = '3.4.0'

Expand Down
2 changes: 1 addition & 1 deletion libs/mocks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
}

dependencies {
implementation("com.github.tomakehurst:wiremock:2.23.2") {
implementation("com.github.tomakehurst:wiremock:$wiremockVersion") {
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-core'
exclude group: 'org.apache.httpcomponents', module: 'httpclient'
exclude group: 'org.apache.commons', module: 'commons-lang3'
Expand Down

0 comments on commit ec64693

Please sign in to comment.