Skip to content

Commit

Permalink
Update test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
amaembo committed Oct 26, 2021
1 parent fc5b7e5 commit 907d024
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ dependencies {
implementation 'net.sf.saxon:Saxon-HE:9.9.1-2'
implementation 'org.jsoup:jsoup:1.8.3'
implementation 'info.clearthought:table-layout:4.3.0'
testImplementation 'junit:junit:4.13'
testImplementation 'org.assertj:assertj-core:3.6.2'
testImplementation 'org.mockito:mockito-core:2.7.6'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.assertj:assertj-core:3.21.0'
testImplementation 'org.mockito:mockito-core:4.0.0'
thirdPartyPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.4.7'
thirdPartyPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.11.0'
fbContribJava6 'com.mebigfatguy.fb-contrib:fb-contrib:6.2.1'
Expand Down

0 comments on commit 907d024

Please sign in to comment.