Skip to content

Commit

Permalink
Deps: Revert wiremock android test version update for mocks module
Browse files Browse the repository at this point in the history
Previous Commit: f5a8f0705e3afa93f36cea7c7453b2d431aa785d
  • Loading branch information
ParaskP7 committed Nov 25, 2022
1 parent 67ad3a2 commit 0b94f7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ ext {
screengrabVersion = '2.1.1'
squareupMockWebServerVersion = '2.7.5'
wiremockVersion = '2.26.3'
wiremockMocksVersion = '2.23.2' // TODO: Align 'wiremock' versions.

// other
androidDesugarVersion = '1.1.5'
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:$wiremockVersion") {
implementation("com.github.tomakehurst:wiremock:$wiremockMocksVersion") {
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 0b94f7a

Please sign in to comment.