Skip to content

Commit

Permalink
Merge pull request #222 from jimmyjames/bump-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
jimmyjames committed Aug 15, 2019
2 parents 28cf571 + 92c4bef commit da2ee1a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,13 @@ test {
dependencies {
implementation 'com.squareup.okhttp3:okhttp:3.9.1'
implementation 'com.squareup.okhttp3:logging-interceptor:3.9.1'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.9.1'
implementation 'commons-codec:commons-codec:1.11'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.9.3'
implementation 'commons-codec:commons-codec:1.13'

testImplementation 'org.mockito:mockito-core:2.18.3'

testImplementation 'org.mockito:mockito-core:2.28.2'
testImplementation 'com.squareup.okhttp3:mockwebserver:3.9.1'
testImplementation 'org.hamcrest:hamcrest-core:1.3'
testImplementation 'org.hamcrest:hamcrest-library:1.3'
testImplementation 'junit:junit:4.11'
testImplementation 'junit:junit:4.12'
}

0 comments on commit da2ee1a

Please sign in to comment.