Update dependencies (#43)

This commit is contained in:
Rafał Borcz
2018-01-02 22:36:54 +01:00
committed by Mikołaj Pich
parent 7e6a73d1f3
commit 5649986a20
3 changed files with 5 additions and 5 deletions

View File

@ -29,10 +29,10 @@ jacocoTestReport {
dependencies {
implementation 'org.jsoup:jsoup:1.10.3'
implementation 'org.apache.commons:commons-lang3:3.6'
implementation 'org.apache.commons:commons-lang3:3.7'
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:2.11.0'
testImplementation 'org.mockito:mockito-core:2.13.0'
}
version = PUBLISH_VERSION