Updated dependencies.

This commit is contained in:
Erik C. Thauvin 2021-06-16 21:58:11 -07:00
parent 05ef252bf7
commit fdd1fb7e42
4 changed files with 3 additions and 3 deletions

View file

@ -61,7 +61,7 @@ dependencies {
implementation 'org.jsoup:jsoup:1.13.1'
implementation 'org.twitter4j:twitter4j-core:4.0.7'
testImplementation 'org.assertj:assertj-core:3.19.0'
testImplementation 'org.assertj:assertj-core:3.20.1'
testImplementation 'org.testng:testng:7.4.0'
}